You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Change type of unstruct_collection_overrides from Mapping[type, Callable] to Mapping[type, UnstructureHookT] in Converter.__init__.
With this change, pyright no longer complains that the type of make_converter is partially unknown.
* In Converter.__init__, change type of unstruct_collection_overrides to Mapping[type, UnstructureHook].
* Add item describing PR594.
- Python 3.8 is no longer supported, as it is end-of-life. Use previous versions on this Python version.
25
+
- Change type of Converter.__init__.unstruct_collection_overrides from Callable to Mapping[type, UnstructureHook] ([#594](https://github.com/python-attrs/cattrs/pull/594).
0 commit comments