Commit c789de1 1 parent b9c1b90 commit c789de1 Copy full SHA for c789de1
File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
...
11
11
12
+ ## [ 1.9.2] - 2025-02-05
13
+
14
+ - Clean up the fix for readonly attribute ` __args__ ` (introduced in v1.9.1)
15
+ - Improve class ` Data(Protocol) ` typing to avoid pyright errors
16
+
12
17
## [ 1.9.1] - 2025-01-29
13
18
14
19
### Fixed
@@ -139,7 +144,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
139
144
140
145
- Validate type for generic collection fields
141
146
142
- [ Unreleased ] : https://github.com/konradhalas/dacite/compare/v1.9.1...HEAD
147
+ [ Unreleased ] : https://github.com/konradhalas/dacite/compare/v1.9.2...HEAD
148
+ [ 1.9.2 ] : https://github.com/konradhalas/dacite/compare/v1.9.1...v1.9.2
143
149
[ 1.9.1 ] : https://github.com/konradhalas/dacite/compare/v1.9.0...v1.9.1
144
150
[ 1.9.0 ] : https://github.com/konradhalas/dacite/compare/v1.8.1...v1.9.0
145
151
[ 1.8.1 ] : https://github.com/konradhalas/dacite/compare/v1.8.0...v1.8.1
You can’t perform that action at this time.
0 commit comments