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 831c8f0 commit 3694e9aCopy full SHA for 3694e9a
1 file changed
CHANGES.rst
@@ -17,6 +17,9 @@ Unreleased
17
``dict[str, Any]``.
18
- :class:`CompositeParamType` and the number-range base are now
19
generic with abstract methods.
20
+- Refactor ``convert_type`` to extract type inference into a private
21
+ ``_guess_type`` helper, and add :func:`typing.overload` signatures.
22
+ :pr:`3372`
23
- :class:`Parameter` typing improvements. :pr:`2805`
24
25
- :class:`Parameter` is now an abstract base class, making explicit
0 commit comments