Fix files uploading

This commit is contained in:
2023-03-31 10:21:16 +02:00
parent 08a2680653
commit 185420ea3d
3 changed files with 67 additions and 59 deletions

View File

@@ -18,8 +18,8 @@ telethon = "^1.27.0"
prometheus-fastapi-instrumentator = "^6.0.0"
uvloop = "^0.17.0"
gunicorn = "^20.1.0"
orjson = "^3.8.8"
sentry-sdk = "^1.17.0"
orjson = "^3.8.9"
sentry-sdk = "^1.18.0"
[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"