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,17 +7,17 @@ license = "MIT"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
fastapi = "^0.103.1"
|
||||
fastapi = "^0.104.1"
|
||||
uvicorn = {extras = ["standard"], version = "^0.23.2"}
|
||||
pydantic = "^2.3.0"
|
||||
pydantic = "^2.4.2"
|
||||
python-multipart = "^0.0.6"
|
||||
telethon = "^1.30.3"
|
||||
telethon = "^1.32.0"
|
||||
prometheus-fastapi-instrumentator = "^6.1.0"
|
||||
uvloop = "^0.17.0"
|
||||
orjson = "^3.9.7"
|
||||
sentry-sdk = "^1.31.0"
|
||||
uvloop = "^0.19.0"
|
||||
orjson = "^3.9.10"
|
||||
sentry-sdk = "^1.34.0"
|
||||
pydantic-settings = "^2.0.3"
|
||||
typing-extensions = "^4.7.1"
|
||||
typing-extensions = "^4.8.0"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pytest = "^7.2.0"
|
||||
|
||||
Reference in New Issue
Block a user