From 58b241a4df46f66e9d95a98645b23af71292a814 Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sun, 16 Mar 2025 13:23:22 +0000 Subject: Upgrade typing-extensions to 4.12.2 To avoid following error. ``` TypeError: type 'typing.TypeVar' is not an acceptable base type ``` --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f185c88..f5a8fc9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ mypy-extensions==1.0.0 pycodestyle==2.10.0 tomli==2.0.1 types-Markdown==3.4.2.2 -typing-extensions==4.4.0 +typing-extensions==4.12.2 zipp==3.19.1 -- cgit v1.2.3-70-g09d2