Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

poetry: update aws-lambda-powertools requirement from ^2.26.0 to ^3.3.0 #408

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 15, 2024

Updates the requirements on aws-lambda-powertools to permit the latest version.

Release notes

Sourced from aws-lambda-powertools's releases.

v3.3.0

Summary

In this release we added support for the newly released Python 3.13 AWS Lambda managed runtime 🚀.

We’ve also revamped the Parser documentation, and added MutualTLS scheme support when working with OpenAPI schemas and Event handler.

Oh hey, please welcome Ana as our new full-time maintainer - @​anafalcao 🎉

🌟 ⭐ Congrats to our new contributor @​Sector95 for getting their first PR merged.

Python 3.13 support

You can now use Powertools for AWS Lambda (Python) with the new Python 3.13 runtime in AWS Lambda.

We’ve partnered with the AWS Lambda team for this launch and have been testing our toolkit for the past few weeks to ensure compatibility with no changes from your side.

To start using Powertools for AWS with the new runtime, you can upgrade to this version via PyPi or use the latest version (v4) of our Lambda layers.

Parser documentation

Docs

In this release, we have improved the Parser documentation to include comprehensive examples of using this feature.

image

Kudos to @​anafalcao for this work and for her first merged PR 👏

Using MutualTLS in the OpenAPI schema

Docs

Customers now can use MutualTLS security scheme when defining their OpenAPI schema with Event Handler.

mutual

Last but not least, thanks to @​xkortex for catching a bug in the Parser utility.

Changes

🌟New features and non-breaking changes

📜 Documentation updates

... (truncated)

Changelog

Sourced from aws-lambda-powertools's changelog.

Unreleased

Bug Fixes

  • appsync: make contextual data accessible for async functions (#5317)
  • ci: Update output to something easily copy/pasteable (#5435)
  • ci: remove space (#5433)
  • metrics: add warning for invalid dimension values; prevent their addition to EMF blobs (#5542)
  • parameters: fix force_fetch feature when working with get_parameters (#5515)
  • parser: support TypeAdapter instances as models (#5535)

Documentation

  • layer: update layer version number - v3.2.0 (#5426)
  • parser: change parser documentation (#5262)

Features

  • event_handler: mutualTLS Security Scheme for OpenAPI (#5484)
  • layers: introduce new CDK Python constructor for Powertools Lambda Layer (#5320)

Maintenance

  • ci: new pre-release 3.2.1a9 (#5504)
  • ci: new pre-release 3.2.1a13 (#5537)
  • ci: new pre-release 3.2.1a0 (#5434)
  • ci: new pre-release 3.2.1a1 (#5443)
  • ci: bump minimum required pydantic version (#5446)
  • ci: new pre-release 3.2.1a12 (#5524)
  • ci: new pre-release 3.2.1a2 (#5456)
  • ci: new pre-release 3.2.1a3 (#5465)
  • ci: new pre-release 3.2.1a11 (#5517)
  • ci: new pre-release 3.2.1a5 (#5473)
  • ci: new pre-release 3.2.1a6 (#5480)
  • ci: new pre-release 3.2.1a10 (#5509)
  • ci: new pre-release 3.2.1a4 (#5470)
  • ci: new pre-release 3.2.1a7 (#5488)
  • ci: new pre-release 3.2.1a8 (#5497)
  • deps: bump datadog-lambda from 6.100.0 to 6.101.0 (#5513)
  • deps: bump datadog-lambda from 6.99.0 to 6.100.0 (#5491)
  • deps: bump actions/dependency-review-action from 4.3.4 to 4.3.5 (#5431)
  • deps: bump docker/setup-qemu-action from 2.1.0 to 3.2.0 (#5528)
  • deps: bump actions/setup-python from 5.2.0 to 5.3.0 (#5529)
  • deps: bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0.15 to 3.0.16 (#5499)
  • deps: bump squidfunk/mkdocs-material from 2c2802b to ce587cb in /docs (#5507)
  • deps: bump actions/checkout from 4.2.1 to 4.2.2 (#5438)

... (truncated)

Commits
  • 3da93e4 chore: version bump
  • 6a6230e chore(ci): fix imports to build Lambda layer (#5557)
  • 196ac7d chore(ci): Bump CDK version to build layers and fix imports (#5555)
  • 6d07589 feat(runtime): add Python 3.13 support (#5527)
  • b14ebdd chore(deps-dev): bump cdklabs-generative-ai-cdk-constructs from 0.1.279 to 0....
  • e591f79 chore(deps-dev): bump boto3-stubs from 1.35.58 to 1.35.59 (#5549)
  • bf8b528 chore(ci): new pre-release 3.2.1a15 (#5551)
  • d1f7db6 chore(ci): changelog rebuild (#5546)
  • ac64ea1 chore(ci): new pre-release 3.2.1a14 (#5545)
  • f054880 chore(deps-dev): bump cfn-lint from 1.18.4 to 1.19.0 (#5544)
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot requested a review from a team as a code owner November 15, 2024 11:55
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 15, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/aws-lambda-powertools-tw-3.3.0 branch from 25c47c0 to 0747781 Compare November 18, 2024 14:15
Updates the requirements on [aws-lambda-powertools](https://github.com/aws-powertools/powertools-lambda-python) to permit the latest version.
- [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@v2.26.0...v3.3.0)

---
updated-dependencies:
- dependency-name: aws-lambda-powertools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/aws-lambda-powertools-tw-3.3.0 branch from 0747781 to dda7f3b Compare November 19, 2024 09:43
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