mirror of
https://github.com/flibusta-apps/telegram_files_server.git
synced 2025-12-06 20:45:37 +01:00
Update deps
This commit is contained in:
@@ -9,17 +9,18 @@ license = "MIT"
|
||||
python = "^3.12"
|
||||
fastapi = "^0.104.1"
|
||||
uvicorn = {extras = ["standard"], version = "^0.24.0.post1"}
|
||||
pydantic = "^2.4.2"
|
||||
pydantic = "^2.5.1"
|
||||
python-multipart = "^0.0.6"
|
||||
telethon = "^1.32.0"
|
||||
telethon = "^1.32.1"
|
||||
prometheus-fastapi-instrumentator = "^6.1.0"
|
||||
uvloop = "^0.19.0"
|
||||
orjson = "^3.9.10"
|
||||
sentry-sdk = "^1.34.0"
|
||||
pydantic-settings = "^2.0.3"
|
||||
sentry-sdk = "^1.36.0"
|
||||
pydantic-settings = "^2.1.0"
|
||||
typing-extensions = "^4.8.0"
|
||||
httptools = "^0.6.1"
|
||||
pyyaml = "^6.0.1"
|
||||
certifi = "^2023.11.17"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pytest = "^7.2.0"
|
||||
|
||||
Reference in New Issue
Block a user