Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
3.3.0 -- 2024-08-05 source code.tar.gz | 2024-08-07 | 205.3 kB | |
3.3.0 -- 2024-08-05 source code.zip | 2024-08-07 | 380.8 kB | |
README.md | 2024-08-07 | 526 Bytes | |
Totals: 3 Items | 586.6 kB | 0 |
Deprecation
- The AWS DynamoDB Encryption Client for Python no longer supports Python 3.7 as of version 3.3
- Only Python 3.8+ is supported.
- We no longer support OpenSSL 1.0.1 or 1.0.2, as per cryptography documentation.
Feature
- Warn on Deprecated Python 3.7 usage
- Add Python 3.11 to CI
- Add Python 3.12 to CI
Maintenance
- Update requirements for boto3 (>=1.10.0) and cryptography (>=3.4.6)