Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2024-09-10 09:59:10 -07:00
parent 407fac5c36
commit f95a2220dd
2 changed files with 802 additions and 802 deletions

File diff suppressed because it is too large Load Diff

View File

@ -22,7 +22,7 @@ python = ">=3.9,<4.0"
python-dateutil = "^2.8.0"
websockets = "^11.0.3"
pymongo = "^4.6.0"
pydantic = "^2.5.2"
pydantic = ">=2.5.2,<2.9.0"
pydantic-extra-types = "^2.1.0"
[tool.poetry.dev-dependencies]