More workarounds to use latest python-olm

This commit is contained in:
Abel Luck 2023-11-28 12:16:13 +01:00
parent 2f2cf77ad6
commit 26ff0d256b
6 changed files with 69 additions and 899 deletions

View file

@ -19,8 +19,9 @@ json-logging = "^1.3.0"
pydantic-settings = "^2.0.3"
prometheus-client = "^0.18.0"
prometheus-fastapi-instrumentator = "^6.1.0"
# Until python-olm 3.2.16 is released
# Until python-olm 3.2.16 is released, also change Dockerfile
setuptools = "68.2.2"
python-olm = {git = "https://gitlab.matrix.org/matrix-org/olm.git", rev = "3.2.16", subdirectory = "python"}
[tool.poetry.dev-dependencies]
pytest = "^7.2.0"