Use python 3.10 and fix types

This commit is contained in:
Abel Luck 2022-12-01 17:28:22 +00:00
parent 11afd70979
commit 470f03dd07
4 changed files with 7 additions and 6 deletions

View file

@ -5,7 +5,7 @@ description = ""
authors = ["Abel Luck <abel@guardianproject.info>"]
[tool.poetry.dependencies]
python = "^3.9"
python = "^3.10"
matrix-nio = {extras = ["e2e"], version = "^0.19.0"}
fastapi = "^0.79.0"
uvicorn = "^0.18.2"