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 7f67159 commit 591c04bCopy full SHA for 591c04b
setup.py
@@ -16,7 +16,7 @@ def get_version() -> str:
16
"requests",
17
"tqdm",
18
"pyyaml",
19
- "typing-extensions",
+ "typing-extensions>=3.7.4.3", # to be able to import TypeAlias
20
"importlib_metadata;python_version<'3.8'",
21
"packaging>=20.9",
22
]
0 commit comments