mirror of
https://github.com/flibusta-apps/telegram_files_server.git
synced 2025-12-06 12:35:39 +01:00
Update deps
This commit is contained in:
@@ -7,19 +7,19 @@ license = "Apache 2.0"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
fastapi = "^0.92.0"
|
||||
uvicorn = {extras = ["standard"], version = "^0.20.0"}
|
||||
fastapi = "^0.95.0"
|
||||
uvicorn = {extras = ["standard"], version = "^0.21.1"}
|
||||
ormar = {extras = ["postgresql"], version = "^0.12.1"}
|
||||
alembic = "^1.9.4"
|
||||
alembic = "^1.10.2"
|
||||
pydantic = {extras = ["dotenv"], version = "^1.10.4"}
|
||||
python-multipart = "^0.0.5"
|
||||
python-multipart = "^0.0.6"
|
||||
httpx = "^0.23.3"
|
||||
telethon = "^1.27.0"
|
||||
prometheus-fastapi-instrumentator = "^5.9.1"
|
||||
prometheus-fastapi-instrumentator = "^6.0.0"
|
||||
uvloop = "^0.17.0"
|
||||
gunicorn = "^20.1.0"
|
||||
orjson = "^3.8.6"
|
||||
sentry-sdk = "^1.15.0"
|
||||
orjson = "^3.8.8"
|
||||
sentry-sdk = "^1.17.0"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pytest = "^7.2.0"
|
||||
|
||||
Reference in New Issue
Block a user