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 e947cde commit 9bfb0b2Copy full SHA for 9bfb0b2
pyproject.toml
@@ -20,7 +20,7 @@ python = "3.12.3"
20
pydantic = "1.10.18"
21
nhs-context-logging = "^0.6.8"
22
requests = "^2.31.0"
23
-aws-lambda-powertools = "^2.26.0"
+aws-lambda-powertools = "^3.3.0"
24
email-validator = "^2.1.0.post1"
25
smart-open = "^7.0.1"
26
urllib3 = "<3"
@@ -38,7 +38,7 @@ pytest = "^8.2.0"
38
pytest-custom-exit-code = "^0.3.0"
39
sh = "^2.0.6"
40
hypothesis = "^6.87.3"
41
-aws-lambda-powertools = { extras = ["aws-sdk"], version = "^2.26.0" }
+aws-lambda-powertools = { extras = ["aws-sdk"], version = "^3.3.0" }
42
parse = "^1.19.1"
43
pytest-mock = "^3.12.0"
44
datamodel-code-generator = "^0.26.0"
0 commit comments