Version 2.1.22
Changes to Existing Features
- Dependencies:
- Updated
boto3to version1.43.81in bothdocs/requirements.txtandrequirements.txt. This update includes improvements and bug fixes. - Updated
setuptoolsto version84.0.0in bothdocs/requirements.txtandrequirements.txt.
- Updated
Internal
- Version Update:
- Bumped the package version to
2.1.22to incorporate the latest dependency updates.
- Bumped the package version to
Diagram of Dependency Changes
graph TD;
A[Previous boto3 Version 1.43.58] --> B[docs/requirements.txt & requirements.txt];
B --> C[Updated to boto3 1.43.81];
D[Previous setuptools Version 83.0.0] --> E[docs/requirements.txt & requirements.txt];
E --> F[Updated to setuptools 84.0.0];These updates ensure the package benefits from the latest enhancements and fixes in the boto3 and setuptools libraries.