python versrion upgrade, community type fix

This commit is contained in:
2022-06-16 14:44:36 +03:00
parent 12679808cf
commit dc2f62d300
7 changed files with 8 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ starlette = "*"
uvicorn = "*"
pydantic = "*"
passlib = "*"
PyJWT = "*"
PyJWT = ">=2.4.0"
SQLAlchemy = "*"
itsdangerous = "*"
httpx = ">=0.23.0"