Skip to content

Commit a92d9b2

Browse files
build: Update lower bound of typing-extensions to v3.7.4.3 (#1961)
* Update lower bound of the supported typing-extensions versions to v3.7.4.3 to ensure SupportsIndex is available, which is used as of PR #1940. - Amends PR #1940. * Update tests/constraints.txt to use typing-extensions==3.7.4.3.
1 parent fc9ffd1 commit a92d9b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ install_requires =
4242
jsonpatch>=1.15
4343
pyyaml>=5.1 # for parsing CLI equal-delimited options
4444
importlib_resources>=1.3.0; python_version < "3.9" # for resources in schema
45-
typing_extensions>=3.7.4; python_version == "3.7" # for TypedDict, Literal
45+
typing_extensions>=3.7.4.3; python_version == "3.7" # for SupportsIndex
4646

4747
[options.packages.find]
4848
where = src

tests/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jsonschema==3.0.0
66
jsonpatch==1.15
77
pyyaml==5.1
88
importlib_resources==1.3.0
9-
typing-extensions==3.7.4 # c.f. PR #1938
9+
typing-extensions==3.7.4.3 # c.f. PR #1961, #1940
1010
# xmlio
1111
uproot==4.1.1
1212
# minuit

0 commit comments

Comments
 (0)