We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839bd97 commit 729afedCopy full SHA for 729afed
1 file changed
HISTORY.md
@@ -19,6 +19,8 @@ Our backwards-compatibility policy can be found [here](https://github.com/python
19
and {func}`cattrs.gen.typeddicts.make_dict_structure_fn` will use the value for the `use_alias` parameter from the given converter by default now.
20
If you're using these functions directly, the old behavior can be restored by passing in the desired value directly.
21
([#596](https://github.com/python-attrs/cattrs/issues/596) [#660](https://github.com/python-attrs/cattrs/pull/660))
22
+- Fix unstructuring of generic classes with stringified annotations
23
+ ([#661](https://github.com/python-attrs/cattrs/issues/661) [#662](https://github.com/python-attrs/cattrs/issues/662))
24
25
## 25.1.1 (2025-06-04)
26
0 commit comments