Skip to content

Commit 2f80a9a

Browse files
chore: update CHANGELOG.md for v2.1.8
1 parent d4d0895 commit 2f80a9a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## v2.1.8 - 2026-02-24
2+
## Version 2.1.8
3+
4+
### New Features
5+
- **Dependency Update**:
6+
- Added `typing-extensions` to the list of required dependencies. This ensures compatibility with newer Python features and enhances type hinting capabilities.
7+
8+
### Internal
9+
- **Version Bump**:
10+
- Updated the version from `2.1.7` to `2.1.8` to reflect the latest changes and improvements.
11+
12+
### Diagram of Dependency Update
13+
```mermaid
14+
graph TD;
15+
A[Previous Dependencies] --> B[Added typing-extensions];
16+
B --> C[Enhanced Type Hinting];
17+
B --> D[Improved Compatibility];
18+
```
19+
20+
This release focuses on maintaining compatibility with Python's evolving type system and improving the overall robustness of the library.
21+
122
## v2.1.7 - 2026-02-09
223
## Version 2.1.7
324

0 commit comments

Comments
 (0)