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 1ee3625 commit dbcc303Copy full SHA for dbcc303
1 file changed
docs/versionhistory.rst
@@ -11,7 +11,7 @@ This library adheres to
11
subscript (`#442 <https://github.com/agronholm/typeguard/issues/442>`_)
12
- Fixed ``TypedDict`` from ``typing_extensions`` not being recognized as one
13
(`#443 <https://github.com/agronholm/typeguard/issues/443>`_)
14
-- Fixed parametrized types (``dict[str, int]``, ``List[str]``, etc.) not passing checks
+- Fixed ``typing`` types (``dict[str, int]``, ``List[str]``, etc.) not passing checks
15
against ``type`` or ``Type``
16
(`#432 <https://github.com/agronholm/typeguard/issues/432>`_, PR by Yongxin Wang)
17
0 commit comments