File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 1
1
# marshmallow\_ dataclass change log
2
2
3
+ ## v8.7.0 (unreleased)
4
+
5
+ - Drop support for python 3.6 and 3.7. Test under python 3.12. ([ #263 ] )
6
+ - Update pin to allow typeguard 4.* . This fixes issues with ` Union ` s
7
+ of generic types. ([ #260 ] , [ #261 ] , [ #250 ] )
8
+ - Add support for using ` Annotated ` (rather than our now deprecated
9
+ custom ` NewType ` ) to associate marshmallow configuration with
10
+ particular types. ([ #257 ] )
11
+
12
+ [ #250 ] : https://github.com/lovasoa/marshmallow_dataclass/issues/250
13
+ [ #257 ] : https://github.com/lovasoa/marshmallow_dataclass/pull/257
14
+ [ #260 ] : https://github.com/lovasoa/marshmallow_dataclass/pull/260
15
+ [ #261 ] : https://github.com/lovasoa/marshmallow_dataclass/pull/261
16
+ [ #263 ] : https://github.com/lovasoa/marshmallow_dataclass/pull/263
17
+
18
+
3
19
## v8.6.1 (2024-03-20)
4
20
5
21
- (Mostly) fix [ memory leak] [ #198 ] when using
You can’t perform that action at this time.
0 commit comments