Update deps

This commit is contained in:
2024-04-25 16:48:12 +02:00
parent 7b96290038
commit c52950e937
2 changed files with 180 additions and 135 deletions

View File

@@ -7,18 +7,18 @@ license = "MIT"
[tool.poetry.dependencies]
python = "^3.12"
fastapi = "^0.110.0"
fastapi = "^0.110.2"
pydantic = "^2.6.4"
python-multipart = "^0.0.9"
telethon = "^1.34.0"
telethon = "^1.35.0"
prometheus-fastapi-instrumentator = "^7.0.0"
orjson = "^3.9.15"
sentry-sdk = "^1.43.0"
orjson = "^3.10.1"
sentry-sdk = "^2.0.0"
pydantic-settings = "^2.2.1"
typing-extensions = "^4.10.0"
typing-extensions = "^4.11.0"
pyyaml = "^6.0.1"
certifi = "^2024.2.2"
granian = "^1.2.0"
granian = "^1.2.3"
[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"