Skip to content

Commit ee1215c

Browse files
committed
Undo powertools update
1 parent 891918e commit ee1215c

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
- Dependabot - Datamodel code generator update
66
- Dependabot - Pytest-cov update
77
- Dependabot - github-script update
8-
- Dependabot - aws lambda powertools update
98

109
## 2025-12-17
1110
- [PI-889] redocly hotfix

changelog/2025-12-18.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
- Dependabot - Datamodel code generator update
33
- Dependabot - Pytest-cov update
44
- Dependabot - github-script update
5-
- Dependabot - aws lambda powertools update

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ python = "3.12.3"
1818
pydantic = "1.10.25"
1919
nhs-context-logging = "^0.6.8"
2020
requests = "^2.31.0"
21-
aws-lambda-powertools = "^3.23.0"
21+
aws-lambda-powertools = "^2.26.0"
2222
email-validator = "^2.1.0.post1"
2323
smart-open = "^7.0.1"
2424
urllib3 = "<3"
@@ -37,7 +37,7 @@ pytest-cov = "^7.0.0"
3737
pytest-custom-exit-code = "^0.3.0"
3838
sh = "^2.0.6"
3939
hypothesis = "^6.87.3"
40-
aws-lambda-powertools = { extras = ["aws-sdk"], version = "^3.23.0" }
40+
aws-lambda-powertools = { extras = ["aws-sdk"], version = "^2.26.0" }
4141
parse = "^1.19.1"
4242
pytest-mock = "^3.12.0"
4343
datamodel-code-generator = "^0.44.0"

0 commit comments

Comments
 (0)