Skip to content

Commit fd0a7b0

Browse files
authored
Update minimum typing-extensions pin on python3.14 (#43425)
* override typing-extensions dep on py3.14. it's breaking pydactic-core * fix typing-extensions specifier from >- to >=
1 parent c587cef commit fd0a7b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eng/tox/install_depend_packages.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@
7070
# PLATFORM SPECIFIC OVERRIDES provide additional generic (EG not tied to the package whos dependencies are being processed)
7171
# filtering on a _per platform_ basis. Primarily used to limit certain packages due to platform compat
7272
PLATFORM_SPECIFIC_MINIMUM_OVERRIDES = {
73+
">=3.14.0": {
74+
"typing-extensions": "4.15.0",
75+
},
7376
">=3.12.0": {
7477
"azure-core": "1.23.1",
7578
"aiohttp": "3.9.0",

0 commit comments

Comments
 (0)