Skip to content

Commit ea0f7ee

Browse files
Upgrade: [dependabot] - bump aws-lambda-powertools from 3.24.0 to 3.25.0 (#441)
Bumps [aws-lambda-powertools](https://github.com/aws-powertools/powertools-lambda-python) from 3.24.0 to 3.25.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws-powertools/powertools-lambda-python/blob/develop/CHANGELOG.md">aws-lambda-powertools's changelog</a>.</em></p> <blockquote> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>Unreleased</h1> <h2>Bug Fixes</h2> <ul> <li><strong>event-handler:</strong> prevent OpenAPI schema bleed when reusing response dictionaries (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-python/issues/7952">#7952</a>)</li> <li><strong>event_handler:</strong> fix bug regression in Annotated field (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-python/issues/7904">#7904</a>)</li> <li><strong>event_handler:</strong> return 415 status_code for unsupported content-type headers (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-python/issues/7980">#7980</a>)</li> <li><strong>event_handler:</strong> sync alias and validation_alias for Pydantic 2.12+ compatibility (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-python/issues/7901">#7901</a>)</li> <li><strong>event_handler:</strong> preserve openapi_examples on Body (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-python/issues/7862">#7862</a>)</li> <li><strong>logger:</strong> preserve percent-style formatting args in flush_buffer (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-python/issues/8009">#8009</a>)</li> <li><strong>parameters:</strong> fix variable shadowing in SSM parameter chunking (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-python/issues/8006">#8006</a>)</li> <li><strong>typing:</strong> resolve ty diagnostics in logging and metrics modules (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-python/issues/7953">#7953</a>)</li> <li><strong>typing:</strong> accept Mapping type in resolve() for event parameter (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-python/issues/7909">#7909</a>)</li> </ul> <h2>Code Refactoring</h2> <ul> <li><strong>batch:</strong> improve type annotation for event parameter (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-python/issues/7924">#7924</a>)</li> </ul> <h2>Documentation</h2> <ul> <li>clarify append_context_keys behavior with overlapping keys (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-python/issues/7846">#7846</a>)</li> </ul> <h2>Features</h2> <ul> <li>Add a flag to ALBResolver to URL-decode query parameters (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-python/issues/7940">#7940</a>)</li> <li>add HttpResolverAlpha resolver (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-python/issues/7913">#7913</a>)</li> <li><strong>decorators:</strong> Support Durable Context in logger and metric decorators (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-python/issues/7765">#7765</a>)</li> <li><strong>event-handler:</strong> add per-route validation support (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-python/issues/7965">#7965</a>)</li> <li><strong>event_source:</strong> add support for S3 IntelligentTiering events (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-python/issues/7954">#7954</a>)</li> <li><strong>metrics:</strong> add support for multiple dimension sets (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-python/issues/7848">#7848</a>)</li> <li><strong>openapi:</strong> add support for micro Lambda pattern (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-python/issues/7920">#7920</a>)</li> </ul> <h2>Maintenance</h2> <ul> <li>remove unused PR automation workflows (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-python/issues/8008">#8008</a>)</li> <li>adding fuzzing tests (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-python/issues/7903">#7903</a>)</li> <li>update swagger ui files (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-python/issues/7914">#7914</a>)</li> <li><strong>ci:</strong> new pre-release 3.24.1a1 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-python/issues/7926">#7926</a>)</li> <li><strong>deps:</strong> bump jmespath from 1.0.1 to 1.1.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-python/issues/7970">#7970</a>)</li> <li><strong>deps:</strong> bump actions/dependency-review-action from 4.8.2 to 4.8.3 in the github-actions group (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-python/issues/8004">#8004</a>)</li> <li><strong>deps:</strong> bump cryptography from 46.0.3 to 46.0.5 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-python/issues/7991">#7991</a>)</li> <li><strong>deps:</strong> bump urllib3 from 2.6.0 to 2.6.3 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-python/issues/7921">#7921</a>)</li> <li><strong>deps:</strong> bump protobuf from 6.33.2 to 6.33.4 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-python/issues/7948">#7948</a>)</li> <li><strong>deps:</strong> bump valkey-glide from 2.2.3 to 2.2.5 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-python/issues/7947">#7947</a>)</li> <li><strong>deps:</strong> bump squidfunk/mkdocs-material from <code>3bba0a9</code> to <code>8f41b60</code> in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-python/issues/8010">#8010</a>)</li> <li><strong>deps:</strong> bump the github-actions group with 2 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-python/issues/7985">#7985</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-python/commit/fea2d8bcf74a401fbdd718e67f5afa010f5bafcb"><code>fea2d8b</code></a> chore: version bump</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-python/commit/a1c2f5c9e756e69361c2c9f11a9fd3359a738601"><code>a1c2f5c</code></a> fix(event_handler): add middleware validation per route (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-python/issues/8020">#8020</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-python/commit/b2cf5db37d5a440c3e73819425165cb360ca55af"><code>b2cf5db</code></a> chore(deps-dev): bump filelock from 3.24.2 to 3.25.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-python/issues/8016">#8016</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-python/commit/2dae46badfae2df1385eae0a9294951bcbce542b"><code>2dae46b</code></a> chore(deps-dev): bump aws-cdk from 2.1106.0 to 2.1108.0 in the aws-cdk group ...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-python/commit/b2e985a424017811877e73ea91d507413e74d915"><code>b2e985a</code></a> chore(deps): bump datadog-lambda from 8.120.0 to 8.121.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-python/issues/8015">#8015</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-python/commit/048f990466949752c7051925040fcec3567a9140"><code>048f990</code></a> chore(deps): bump the github-actions group with 4 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-python/issues/8013">#8013</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-python/commit/ff3157b4a97b14ea58d72872391a015d63693fbb"><code>ff3157b</code></a> chore(deps-dev): bump cfn-lint from 1.44.0 to 1.46.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-python/issues/8018">#8018</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-python/commit/2798c7eb4df1a32b5e8acc9b1815411acc356844"><code>2798c7e</code></a> chore(ci): changelog rebuild (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-python/issues/8019">#8019</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-python/commit/316d40c4390d43226c9a33a0a8233c7eeb98c654"><code>316d40c</code></a> chore(deps): bump squidfunk/mkdocs-material from <code>3bba0a9</code> to <code>8f41b60</code> in /d...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-python/commit/aa969f755a2d5eaf4788fe42c7cce4e20d4fbba3"><code>aa969f7</code></a> fix(logger): preserve percent-style formatting args in flush_buffer (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-python/issues/8009">#8009</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws-powertools/powertools-lambda-python/compare/v3.24.0...v3.25.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aws-lambda-powertools&package-manager=pip&previous-version=3.24.0&new-version=3.25.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 97c4ce9 commit ea0f7ee

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,29 +38,29 @@ slack-sdk = "^3.41.0"
3838
boto3 = "^1.42.68"
3939
requests = "^2.32.5"
4040
urllib3 = "^2.6.3"
41-
aws-lambda-powertools = "^3.23.0"
41+
aws-lambda-powertools = "^3.25.0"
4242
boto3-stubs = {extras = ["bedrock-agent", "bedrock-agent-runtime", "bedrock-runtime", "cloudformation", "dynamodb", "lambda"], version = "^1.42.68"}
4343

4444

4545
[tool.poetry.group.syncKnowledgeBaseFunction.dependencies]
4646
boto3 = "^1.42.68"
47-
aws-lambda-powertools = "^3.23.0"
47+
aws-lambda-powertools = "^3.25.0"
4848

4949

5050
[tool.poetry.group.bedrockLoggingConfigFunction.dependencies]
5151
boto3 = "^1.42.68"
5252
urllib3 = "^2.6.2"
53-
aws-lambda-powertools = "^3.23.0"
53+
aws-lambda-powertools = "^3.25.0"
5454

5555

5656
[tool.poetry.group.preprocessingFunction.dependencies]
5757
boto3 = "^1.42.68"
58-
aws-lambda-powertools = "^3.23.0"
58+
aws-lambda-powertools = "^3.25.0"
5959
markitdown = {extras = ["pdf", "docx", "xlsx"], version = "^0.0.1a12"}
6060

6161

6262
[tool.poetry.group.notifyS3UploadFunction.dependencies]
63-
aws-lambda-powertools = "^3.23.0"
63+
aws-lambda-powertools = "^3.25.0"
6464
urllib3 = "^2.6.3"
6565
slack-bolt = "^1.25.0"
6666
slack-sdk = "^3.41.0"

0 commit comments

Comments
 (0)