require websockets>=14.1.0

This commit is contained in:
Greg Sweeney
2024-11-29 16:22:17 -05:00
parent c5351d5c82
commit ebd6078107

View File

@ -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"