From b6a422112b0f3a8d621600012871373e7fdb2ee0 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Thu, 29 Jun 2023 14:24:30 +0100 Subject: [PATCH] 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. --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index bf4896d43..1aad52c96 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -21,7 +21,7 @@ stubdefaulter==0.1.0 termcolor>=2.3 tomli==2.0.1 tomlkit==0.11.8 -typing-extensions +typing-extensions==4.6.3 # Type stubs used to type check our scripts. types-pyyaml>=6.0.12.7