Skip to content

v2.1.21

Choose a tag to compare

@github-actions github-actions released this 29 Aug 20:51
53f9587

Version 2.1.21

Changes to Existing Features

  • Dependencies:
    • Updated cachetools to version 7.1.7 in both docs/requirements.txt and requirements.txt. This update includes performance improvements and bug fixes.

Internal

  • Version Update:
    • Bumped the package version to 2.1.21 to incorporate the latest dependency updates.

Diagram of Dependency Changes

graph TD;
    A[Previous cachetools Version 7.1.6] --> B[docs/requirements.txt & requirements.txt];
    B --> C[Updated to cachetools 7.1.7];

This update ensures the package benefits from the latest enhancements and fixes in the cachetools library.