Version 2.1.16
Changes to Existing Features
- Dependencies:
- Updated
cachetoolsto version7.1.6in bothrequirements.txtanddocs/requirements.txt. This update ensures improved performance and compatibility with other dependencies.
- Updated
Internal
- Version Update:
- Bumped the package version to
2.1.16to reflect the changes in dependencies.
- Bumped the package version to
Diagram of Dependency Changes
graph TD;
A[Previous cachetools Version 6.2.6] --> B[requirements.txt];
A --> C[docs/requirements.txt];
B --> D[Updated to cachetools 7.1.6];
C --> E[Updated to cachetools 7.1.6];This update focuses on enhancing the package's performance and maintaining compatibility with the latest dependency versions.