forked from aws-powertools/powertools-lambda-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into docs/idempotency-guarantees
* develop: chore(deps-dev): bump pytest from 8.2.2 to 8.3.1 (aws-powertools#4799) chore(deps): bump docker/setup-qemu-action from 3.1.0 to 3.2.0 (aws-powertools#4800) chore(deps): bump docker/setup-buildx-action from 3.4.0 to 3.5.0 (aws-powertools#4801) chore(deps-dev): bump ruff from 0.5.3 to 0.5.4 (aws-powertools#4798) chore(logger): use package logger over source logger to reduce noise (aws-powertools#4793) chore(ci): changelog rebuild (aws-powertools#4794) chore(ci): new pre-release 2.41.1a7 (aws-powertools#4792) chore(deps-dev): bump cfn-lint from 1.8.1 to 1.8.2 (aws-powertools#4788) chore(deps-dev): bump mypy-boto3-secretsmanager from 1.34.128 to 1.34.145 in the boto-typing group (aws-powertools#4787) chore(deps): bump aws-actions/closed-issue-message from 8b6324312193476beecf11f8e8539d73a3553bf4 to 80edfc24bdf1283400eb04d20a8a605ae8bf7d48 (aws-powertools#4786) chore(ci): changelog rebuild (aws-powertools#4784) fix(idempotency): ensure in_progress_expiration field is set on Lambda timeout. (aws-powertools#4773)
- Loading branch information
Showing
9 changed files
with
70 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"""Exposes version constant to avoid circular dependencies.""" | ||
|
||
VERSION = "2.41.1a6" | ||
VERSION = "2.41.1a7" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.