We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff8cd94 commit 3ee4b40Copy full SHA for 3ee4b40
HISTORY.rst
@@ -12,6 +12,9 @@ History
12
* Fix structuring bare ``typing.Tuple`` on Pythons lower than 3.9.
13
(`#218 <https://github.com/python-attrs/cattrs/issues/218>`_)
14
15
+* Fix a wrong ``AttributeError`` of an missing ``__parameters__`` attribute. This could happen
16
+ when inheriting certain generic classes – for example ``typing.*`` classes are affected.
17
+ (`#217 <https://github.com/python-attrs/cattrs/issues/217>`_)
18
19
1.10.0 (2022-01-04)
20
-------------------
0 commit comments