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 060ca1c commit fabec48Copy full SHA for fabec48
requirements.txt
@@ -10,7 +10,7 @@ filelock>=3.12.2;python_version<"3.8"
10
filelock>=3.13.3;python_version>="3.8"
11
platformdirs>=4.0.0;python_version<"3.8"
12
platformdirs>=4.2.0;python_version>="3.8"
13
-typing-extensions>=4.10.0;python_version>="3.8"
+typing-extensions>=4.11.0;python_version>="3.8"
14
parse>=1.20.1
15
parse-type>=0.6.2
16
pyyaml>=6.0.1
setup.py
@@ -158,7 +158,7 @@
158
'filelock>=3.13.3;python_version>="3.8"',
159
'platformdirs>=4.0.0;python_version<"3.8"',
160
'platformdirs>=4.2.0;python_version>="3.8"',
161
- 'typing-extensions>=4.10.0;python_version>="3.8"',
+ 'typing-extensions>=4.11.0;python_version>="3.8"',
162
'parse>=1.20.1',
163
'parse-type>=0.6.2',
164
'pyyaml>=6.0.1',
0 commit comments