File tree 3 files changed +12
-4
lines changed
3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
...
11
11
12
- ### [ 1.9.0] - 2025-01-29
12
+ ## [ 1.9.1] - 2025-01-29
13
+
14
+ ### Fixed
15
+
16
+ - Fix ` AttributeError ` when trying to concretize ` list ` or ` tuple ` . Introduced in 1.9.0.
17
+
18
+ ## [ 1.9.0] - 2025-01-29
13
19
14
20
### Added
15
21
@@ -133,7 +139,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
133
139
134
140
- Validate type for generic collection fields
135
141
136
- [ Unreleased ] : https://github.com/konradhalas/dacite/compare/v1.8.1...HEAD
142
+ [ Unreleased ] : https://github.com/konradhalas/dacite/compare/v1.9.1...HEAD
143
+ [ 1.9.1 ] : https://github.com/konradhalas/dacite/compare/v1.9.0...v1.9.1
144
+ [ 1.9.0 ] : https://github.com/konradhalas/dacite/compare/v1.8.1...v1.9.0
137
145
[ 1.8.1 ] : https://github.com/konradhalas/dacite/compare/v1.8.0...v1.8.1
138
146
[ 1.8.0 ] : https://github.com/konradhalas/dacite/compare/v1.7.0...v1.8.0
139
147
[ 1.7.0 ] : https://github.com/konradhalas/dacite/compare/v1.6.0...v1.7.0
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ $ pip install dacite
22
22
23
23
## Requirements
24
24
25
- Minimum Python version supported by ` dacite ` is 3.6 .
25
+ Minimum Python version supported by ` dacite ` is 3.7 .
26
26
27
27
## Quick start
28
28
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = "dacite" ,
5
- version = "1.9.0 " ,
5
+ version = "1.9.1 " ,
6
6
description = "Simple creation of data classes from dictionaries." ,
7
7
long_description = open ("README.md" ).read (),
8
8
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments