Fix for python3.11

This commit is contained in:
2022-10-26 23:38:00 +02:00
parent 0ae00a85fd
commit f8552596c4
2 changed files with 47 additions and 45 deletions

View File

@@ -16,6 +16,7 @@ gunicorn = "^20.1.0"
sentry-sdk = "^1.10.1"
fastapi-utils = "^0.2.1"
greenlet = "1.1.3"
pydantic = "1.10.2"
[tool.poetry.dev-dependencies]