Compare commits

..

2 Commits

Author SHA1 Message Date
67e9d3149c bump version 2024-11-29 16:24:06 -05:00
ebd6078107 require websockets>=14.1.0 2024-11-29 16:22:17 -05:00
2 changed files with 4 additions and 4 deletions

4
poetry.lock generated
View File

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand.
# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
[[package]]
name = "alabaster"
@ -2860,4 +2860,4 @@ reference = "pypi-public"
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<4.0"
content-hash = "02e1a14318888f7e669841f53123dd1ddadd92f49feb3da56c793bb62fdd76b1"
content-hash = "4236e2b76d4d8af42faa90c6f5e80a7abd04166a5d517ec7a39aedf68d321b4f"

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "kittycad"
version = "0.7.3"
version = "0.7.4"
description = "A client library for accessing KittyCAD"
authors = []
@ -18,7 +18,7 @@ attrs = ">=20.1.0,<25.0.0"
httpx = ">=0.27.2,<0.29.0"
python = ">=3.9,<4.0"
python-dateutil = "^2.8.0"
websockets = ">=11.0.3,<15.0.0"
websockets = ">=14.1.0,<15.0.0"
pymongo = "^4.6.0"
pydantic = "^2.9.1"
pydantic-extra-types = "^2.1.0"