Fix for python3.11

This commit is contained in:
2022-10-26 22:49:49 +02:00
parent 0ea35e7bb4
commit ed9cd02a9c
4 changed files with 50 additions and 45 deletions

View File

@@ -15,6 +15,7 @@ uvloop = "^0.17.0"
gunicorn = "^20.1.0"
sentry-sdk = "^1.10.1"
asynctempfile = "^0.5.0"
pydantic = "1.10.2"
[tool.poetry.dev-dependencies]