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 78dec75 commit 823fcd4Copy full SHA for 823fcd4
1 file changed
typer/_typing.py
@@ -1,5 +1,6 @@
1
# Copied from pydantic 1.9.2 (the latest version to support python 3.6.)
2
# https://github.com/pydantic/pydantic/blob/v1.9.2/pydantic/typing.py
3
+# Reduced drastically to only include Typer-specific 3.7+ functionality
4
# mypy: ignore-errors
5
6
import sys
0 commit comments