mirror of
https://github.com/flibusta-apps/telegram_files_server.git
synced 2025-12-06 04:25:38 +01:00
Update deps
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user