Version 2.1.15
Changes to Existing Features
- Dependencies:
- Updated
setuptoolsto version83.0.0in bothrequirements.txtanddocs/requirements.txt. This update ensures compatibility with the latest features and security improvements.
- Updated
Internal
- Version Update:
- Bumped the package version to
2.1.15to reflect the changes in dependencies.
- Bumped the package version to
Diagram of Dependency Changes
graph TD;
A[Previous setuptools Version 80.10.2] --> B[requirements.txt];
A --> C[docs/requirements.txt];
B --> D[Updated to setuptools 83.0.0];
C --> E[Updated to setuptools 83.0.0];
This update focuses on maintaining the package's compatibility and security by aligning with the latest dependency versions.