Version 2.1.8
New Features
- Dependency Update:
- Added
typing-extensionsto the list of required dependencies. This ensures compatibility with newer Python features and enhances type hinting capabilities.
- Added
Internal
- Version Bump:
- Updated the version from
2.1.7to2.1.8to reflect the latest changes and improvements.
- Updated the version from
Diagram of Dependency Update
graph TD;
A[Previous Dependencies] --> B[Added typing-extensions];
B --> C[Enhanced Type Hinting];
B --> D[Improved Compatibility];
This release focuses on maintaining compatibility with Python's evolving type system and improving the overall robustness of the library.