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,16 +7,16 @@ license = "MIT"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
fastapi = "^0.101.0"
|
||||
fastapi = "^0.101.1"
|
||||
uvicorn = {extras = ["standard"], version = "^0.23.2"}
|
||||
pydantic = "^2.1.1"
|
||||
python-multipart = "^0.0.6"
|
||||
telethon = "^1.29.2"
|
||||
prometheus-fastapi-instrumentator = "^6.1.0"
|
||||
uvloop = "^0.17.0"
|
||||
orjson = "^3.9.4"
|
||||
orjson = "^3.9.5"
|
||||
sentry-sdk = "^1.29.2"
|
||||
pydantic-settings = "^2.0.2"
|
||||
pydantic-settings = "^2.0.3"
|
||||
typing-extensions = "^4.7.1"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
|
||||
Reference in New Issue
Block a user