Version 2.1.20
Changes to Existing Features
- Dependencies:
- Updated
boto3to version1.43.58in bothdocs/requirements.txtandrequirements.txt. This update ensures compatibility with the latest AWS services and includes various bug fixes and improvements.
- Updated
Internal
- Version Update:
- Bumped the package version to
2.1.20to incorporate the latest dependency updates.
- Bumped the package version to
Diagram of Dependency Changes
graph TD;
A[Previous boto3 Version 1.43.55] --> B[docs/requirements.txt & requirements.txt];
B --> C[Updated to boto3 1.43.58];
This update maintains the package's compatibility with the latest AWS services by keeping the boto3 dependency current.