Skip to content

v2.1.15

Choose a tag to compare

@github-actions github-actions released this 25 Jul 13:06
dcf3dde

Version 2.1.15

Changes to Existing Features

  • Dependencies:
    • Updated setuptools to version 83.0.0 in both requirements.txt and docs/requirements.txt. This update ensures compatibility with the latest features and security improvements.

Internal

  • Version Update:
    • Bumped the package version to 2.1.15 to reflect the changes in dependencies.

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.