From 5c5d1daea3a2d2323a4568c03d4e0755cb7dd6b8 Mon Sep 17 00:00:00 2001 From: Moya Chen Date: Tue, 16 Nov 2021 14:19:40 -0800 Subject: [PATCH] Fix typing extension import for tests I'm getting a bunch of test errors and it's annoying. Based off of https://github.com/huggingface/huggingface_hub/pull/453/files (which is the solution to https://github.com/huggingface/huggingface_hub/issues/452 ) it seems like changing this version should be what we need... --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6daf5d104f4..d8cebcdc5b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,7 +46,7 @@ tokenizers>=0.8.0 torchtext>=0.5.0 tornado==6.0.4 tqdm~=4.62.1 -typing-extensions==3.7.4.1 +typing-extensions==3.7.4.3 Unidecode==1.1.1 urllib3>=1.26.5 websocket-client==0.56.0