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.
typing-extensions
python3.14
1 parent c587cef commit fd0a7b0Copy full SHA for fd0a7b0
eng/tox/install_depend_packages.py
@@ -70,6 +70,9 @@
70
# PLATFORM SPECIFIC OVERRIDES provide additional generic (EG not tied to the package whos dependencies are being processed)
71
# filtering on a _per platform_ basis. Primarily used to limit certain packages due to platform compat
72
PLATFORM_SPECIFIC_MINIMUM_OVERRIDES = {
73
+ ">=3.14.0": {
74
+ "typing-extensions": "4.15.0",
75
+ },
76
">=3.12.0": {
77
"azure-core": "1.23.1",
78
"aiohttp": "3.9.0",
0 commit comments