Fix for python3.11

This commit is contained in:
2022-10-26 22:57:16 +02:00
parent f9f34dde35
commit 9c1ed16b78
2 changed files with 45 additions and 43 deletions

View File

@@ -15,6 +15,7 @@ httpx = "^0.23.0"
uvloop = "^0.17.0"
gunicorn = "^20.1.0"
sentry-sdk = "^1.10.1"
pydantic = "1.10.2"
[tool.poetry.dev-dependencies]
pre-commit = "^2.17.0"