Skip to content

Commit b6a4221

Browse files
authored
Pin typing_extensions to 4.6.3 (#10385)
Our CI is very red on `main` at the moment, due to the release of typing_extensions 4.6.3 (see #10383). #10344 is the fix for this, but that PR breaks pytype. For now, let's just pin to 4.6.3 to get CI green again.
1 parent 201940c commit b6a4221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ stubdefaulter==0.1.0
2121
termcolor>=2.3
2222
tomli==2.0.1
2323
tomlkit==0.11.8
24-
typing-extensions
24+
typing-extensions==4.6.3
2525

2626
# Type stubs used to type check our scripts.
2727
types-pyyaml>=6.0.12.7

0 commit comments

Comments
 (0)