We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a9f90a commit b0d0313Copy full SHA for b0d0313
backend/pyproject.toml
@@ -7,7 +7,7 @@ readme = "README.md"
7
packages = [{include = "src"}]
8
9
[tool.poetry.dependencies]
10
-python = "~3.11"
+python = ">=3.11,<4.0"
11
"fhir.resources" = "~7.0.2"
12
boto3 = "~1.38.42"
13
boto3-stubs-lite = {extras = ["dynamodb"], version = "~1.38.42"}
0 commit comments