Why is this needed?
Hi everyone,
Versions 3.32.0 and 3.33.0 were yanked because of an error in our release pipeline. They were never actually published, so nobody could install them and there is no impact for anyone. They are simply not available.
3.34.0 is the stable release that follows 3.31.1. Nothing was lost: everything that was meant to go out in 3.32.0 and 3.33.0 is included in 3.34.0.
Why they were yanked
Our release pipeline accidentally skipped those two versions, so they were never built or published. No package went to PyPI and no Lambda layer was published for either of them. We just moved on and cut a clean 3.34.0.
We're only opening this so the gap in version numbers doesn't look suspicious. If you hit anything odd on 3.34.0, please comment here or open a new issue.
Check here: https://pypi.org/project/aws-lambda-powertools/#history
Which area does this relate to?
No response
Solution
You don't need to do anything, unless you were trying to pin one of those two versions. In that case, use:
aws-lambda-powertools==3.34.0
Acknowledgment
Why is this needed?
Hi everyone,
Versions 3.32.0 and 3.33.0 were yanked because of an error in our release pipeline. They were never actually published, so nobody could install them and there is no impact for anyone. They are simply not available.
3.34.0 is the stable release that follows 3.31.1. Nothing was lost: everything that was meant to go out in 3.32.0 and 3.33.0 is included in 3.34.0.
Why they were yanked
Our release pipeline accidentally skipped those two versions, so they were never built or published. No package went to PyPI and no Lambda layer was published for either of them. We just moved on and cut a clean 3.34.0.
We're only opening this so the gap in version numbers doesn't look suspicious. If you hit anything odd on 3.34.0, please comment here or open a new issue.
Check here: https://pypi.org/project/aws-lambda-powertools/#history
Which area does this relate to?
No response
Solution
You don't need to do anything, unless you were trying to pin one of those two versions. In that case, use:
Acknowledgment