Skip to content

Bump aws-lambda-powertools from 3.14.0 to 3.20.0#153

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/aws-lambda-powertools-3.20.0
Closed

Bump aws-lambda-powertools from 3.14.0 to 3.20.0#153
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/aws-lambda-powertools-3.20.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2025

Bumps aws-lambda-powertools from 3.14.0 to 3.20.0.

Release notes

Sourced from aws-lambda-powertools's releases.

v3.20.0

Summary

In this release we are excited to announce the new build recipes documentation for Powertools for AWS Lambda Python, which explains how to handle Rust and C bindings libraries, GLIBC compatibility, cross-platform builds, and architecture-specific dependencies.

We also improved the Parser utility models by adding detailed descriptions and examples illustrating AWS Lambda event structures.

⭐️ Congrats to @​dcabib, @​sreejaaryahi18, @​Liam-DeVoe and @​shrivarshapoojari for contributing to this project for the first time!

The build recipes documentation

Docs

The Python ecosystem is evolving with more Rust and C bindings for better performance, introducing new Lambda deployment challenges like GLIBC compatibility and cross-platform builds.

We've published updated Powertools build recipes that cover:

  • Build tools: pip, Poetry, SAM, CDK, Pants
  • Cross-platform deployment for macOS/Windows → Linux Lambda
  • GLIBC compatibility across Amazon Linux runtime versions
  • Troubleshooting common issues
  • Performance tips to reduce cold starts and package size
  • CI/CD examples with GitHub Actions and CodeBuild

Changes

  • refactor(event_handler): allow to pass dict as argument to exception classes (#7341) by @​shrivarshapoojari
  • refactor(parser): improves S3 models with examples and descriptions (#7292) by @​ivica-k
  • refactor(parser): Improve Transfer Family models with examples and descriptions (#7294) by @​dcabib
  • refactor(parser): Improve Kafka models with examples and descriptions (#7293) by @​dcabib
  • refactor(parser): Improve SQS models with examples and descriptions (#7286) by @​dcabib
  • refactor(parser): Improve SNS models with examples and descriptions (#7287) by @​dcabib
  • refactor(parser): Improve VPC Lattice with examples and descriptions (#7234) by @​anafalcao
  • refactor(parser): Improve DynamoDB models with examples and descriptions (#7146) by @​sreejaaryahi18

🌟New features and non-breaking changes

📜 Documentation updates

... (truncated)

Changelog

Sourced from aws-lambda-powertools's changelog.

[v3.20.0] - 2025-09-09

Maintenance

  • version bump
  • deps: bump codecov/codecov-action from 5.5.0 to 5.5.1 (#7345)

[v3.19.0] - 2025-08-12

Bug Fixes

  • event_handler: split OpenAPI validation to respect middleware returns (#7050)
  • parameters: fix _transform_and_cache_get_parameters_response (#7083)

Code Refactoring

  • parser: Improve ALB models with examples and descriptions (#7100)
  • parser: Improve Kinesis models with examples and descriptions (#7092)
  • parser: Improve EventBridge models with examples and descriptions (#7090)

Documentation

  • event_handler: improve routing rules syntax documentation (#7094)
  • logger: fix typo in sampling examples (#7133)
  • maintainers: improve release process documentation (#7088)

Features

  • parameters: add support for retrieving batch of secrets (#7058)

Maintenance

  • version bump
  • ci: new pre-release 3.18.1a6 (#7134)
  • ci: new pre-release 3.18.1a5 (#7114)
  • ci: new pre-release 3.18.1a1 (#7077)
  • ci: new pre-release 3.18.1a0 (#7068)
  • ci: new pre-release 3.18.1a9 (#7155)
  • ci: new pre-release 3.18.1a8 (#7147)
  • ci: new pre-release 3.18.1a3 (#7097)
  • ci: new pre-release 3.18.1a7 (#7141)
  • ci: new pre-release 3.18.1a2 (#7085)
  • ci: new pre-release 3.18.1a4 (#7105)
  • deps: bump mkdocs-llmstxt from 0.3.0 to 0.3.1 (#7112)
  • deps: bump squidfunk/mkdocs-material from 0bfdba4 to bb7b015 in /docs (#7059)
  • deps: bump redis from 6.3.0 to 6.4.0 (#7140)
  • deps: bump actions/checkout from 4.2.2 to 5.0.0 (#7154)
  • deps: bump aws-powertools/actions from 1.3.0 to 1.4.0 (#7104)
  • deps: bump actions/download-artifact from 4.3.0 to 5.0.0 (#7126)
  • deps: bump aws-powertools/actions from 1.1.0 to 1.3.0 (#7061)

... (truncated)

Commits
  • 87e8f62 chore: version bump
  • 1c05061 chore(deps): bump codecov/codecov-action from 5.5.0 to 5.5.1 (#7345)
  • b42d7cc chore(deps): bump squidfunk/mkdocs-material from 1a4e939 to 209b62d in /d...
  • 118a3e8 feat(parser): add support for sourceIp with ipv6 and port (#7351)
  • f93d3cc chore(deps): bump mkdocs-material from 9.6.18 to 9.6.19 (#7346)
  • 0eb5cb8 chore(deps-dev): bump boto3-stubs from 1.40.25 to 1.40.26 (#7348)
  • 682e051 chore(deps-dev): bump pytest-cov from 6.2.1 to 6.3.0 (#7349)
  • e36b138 chore(ci): new pre-release 3.19.1a16 (#7350)
  • 14c0aa8 chore(ci): changelog rebuild (#7340)
  • a186759 refactor(event_handler): allow to pass dict as argument to exception classes ...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [aws-lambda-powertools](https://github.com/aws-powertools/powertools-lambda-python) from 3.14.0 to 3.20.0.
- [Release notes](https://github.com/aws-powertools/powertools-lambda-python/releases)
- [Changelog](https://github.com/aws-powertools/powertools-lambda-python/blob/develop/CHANGELOG.md)
- [Commits](aws-powertools/powertools-lambda-python@v3.14.0...v3.20.0)

---
updated-dependencies:
- dependency-name: aws-lambda-powertools
  dependency-version: 3.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 9, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 8, 2025

Superseded by #157.

@dependabot dependabot bot closed this Oct 8, 2025
@dependabot dependabot bot deleted the dependabot/pip/aws-lambda-powertools-3.20.0 branch October 8, 2025 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants