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 c65177b commit fb642caCopy full SHA for fb642ca
.tool-versions
@@ -1,2 +1,2 @@
1
poetry 2.1.4
2
-python 3.13.5 3.12.11 3.11.13 3.10.18 3.9.23
+python 3.14.2 3.13.5 3.12.11 3.11.13 3.10.18 3.9.23
pyproject.toml
@@ -13,7 +13,7 @@ repository = "https://github.com/NHSDigital/nhs-aws-helpers"
13
14
[tool.poetry.dependencies]
15
# core dependencies
16
-python = ">=3.9,<3.14"
+python = ">=3.9,<=3.14"
17
boto3 = "^1.42.0"
18
boto3-stubs = { extras = [
19
"s3",
0 commit comments