AWS powertools documentation change
Summary
Updated supported Python versions from 3.9-3.13 to 3.9-3.14 and added build pipeline steps for Python 3.14 architecture-specific layers. Updated deployment date to 2025-11-13.
Security assessment
The changes involve expanding Python version support and updating build pipelines. While cryptography libraries are mentioned, there is no explicit reference to security vulnerabilities or security-related updates in the diff.
Diff
diff --git a/powertools/python/latest/automation.md b/powertools/python/latest/automation.md index 5c9949ef4..cd0e770ee 100644 --- a//powertools/python/latest/automation.md +++ b//powertools/python/latest/automation.md @@ -260 +260 @@ To build and deploy the Lambda Layers, we run a pipeline with the following step - * We build Python versions ranging from **3.9 to 3.13** for x86_64 and arm64 architectures. This is necessary because we use pre-compiled libraries like **Pydantic** and **Cryptography** , which require specific Python versions for each layer. + * We build Python versions ranging from **3.9 to 3.14** for x86_64 and arm64 architectures. This is necessary because we use pre-compiled libraries like **Pydantic** and **Cryptography** , which require specific Python versions for each layer. @@ -280,0 +281 @@ Next, we deploy these CDK Assets to the beta account across all AWS regions. Onc + Fetch --> P314[<strong>Python 3.14</strong>] @@ -292,0 +294,2 @@ Next, we deploy these CDK Assets to the beta account across all AWS regions. Onc + P314 --> P314x86[build x86_64] + P314 --> P314arm64[build arm64] @@ -302,0 +306,2 @@ Next, we deploy these CDK Assets to the beta account across all AWS regions. Onc + P314x86 --> CDKP6[CDK Package] + P314arm64 --> CDKP6[CDK Package] @@ -318 +323 @@ Next, we deploy these CDK Assets to the beta account across all AWS regions. Onc -2025-01-23 +2025-11-13