File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 11# marshmallow\_ dataclass change log
22
3+ ## v8.7.0 (unreleased)
4+
5+ - Drop support for python 3.6 and 3.7. Test under python 3.12. ([ #263 ] )
6+ - Add support for using ` Annotated ` (rather than our now deprecated
7+ custom ` NewType ` ) to associate marshmallow configuration with
8+ particular types. ([ #257 ] )
9+ - Update pin to allow typeguard 4.* . This fixes issues with ` Union ` s
10+ of generic types. ([ #260 ] , [ #261 ] , [ #250 ] )
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+
318## v8.6.1 (2024-03-20)
419
520 - (Mostly) fix [ memory leak] [ #198 ] when using
You can’t perform that action at this time.
0 commit comments