diff --git a/poetry.lock b/poetry.lock index 3789a0f6..eb0959d6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -37,7 +37,7 @@ whitenoise = "^6.0.0" type = "git" url = "https://github.com/openradx/adit-radis-shared.git" reference = "HEAD" -resolved_reference = "3d814d89e44629b7534373ce4da30f288d41133e" +resolved_reference = "0ff253bce657508102be322383b2c58c497fb14f" [[package]] name = "adrf" @@ -4366,5 +4366,5 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" -python-versions = "^3.11" -content-hash = "cc5e7f0f93a744c43f85b78fd562bb3751179db432fe047b73db2976e5c36e38" +python-versions = ">=3.11,<4.0" +content-hash = "f29073968c90b4e3f589a64abdd76d6f0c251560ef23dee87168dc4ec8b84b74" diff --git a/pyproject.toml b/pyproject.toml index c5712ff6..fae0f6f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["medihack "] license = "GPL-3.0-or-later" [tool.poetry.dependencies] -adit-radis-shared = {git = "https://github.com/openradx/adit-radis-shared.git"} +adit-radis-shared = { git = "https://github.com/openradx/adit-radis-shared.git" } adrf = "^0.1.4" aiofiles = "^23.1.0" asyncinotify = "^4.0.1" @@ -31,7 +31,7 @@ humanize = "^4.0.0" Markdown = "^3.3.7" openpyxl = "^3.1.2" pandas = "^2.0.1" -python = "^3.11" +python = ">=3.11,<4.0" redis = "^5.0.3" toml = "^0.10.2" Twisted = { extras = ["tls", "http2"], version = "^24.3.0" }