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 7f720ba commit 51475d8Copy full SHA for 51475d8
HISTORY.rst
@@ -7,8 +7,11 @@ History
7
* ``attrs`` and dataclass structuring is now ~25% faster.
8
* Fix an issue structuring bare ``typing.List`` s on Pythons lower than 3.9.
9
(`#209 <https://github.com/python-attrs/cattrs/issues/209>`_)
10
-* Fix structuring bare generics on Pythons lower than 3.9.
+* Fix structuring of non-parametrized containers like ``list/dict/...`` on Pythons lower than 3.9.
11
(`https://github.com/python-attrs/cattrs/issues/218`)
12
+* Fix structuring bare ``typing.Tuple`` on Pythons lower than 3.9.
13
+ (`https://github.com/python-attrs/cattrs/issues/218`)
14
+
15
16
1.10.0 (2022-01-04)
17
-------------------
0 commit comments