Skip to content

Commit b0d0313

Browse files
committed
python = ">=3.11,<4.0"
1 parent 5a9f90a commit b0d0313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
packages = [{include = "src"}]
88

99
[tool.poetry.dependencies]
10-
python = "~3.11"
10+
python = ">=3.11,<4.0"
1111
"fhir.resources" = "~7.0.2"
1212
boto3 = "~1.38.42"
1313
boto3-stubs-lite = {extras = ["dynamodb"], version = "~1.38.42"}

0 commit comments

Comments
 (0)