diff options
| author | Dmitry Ilvokhin <d@ilvokhin.com> | 2025-03-16 13:23:22 +0000 | 
|---|---|---|
| committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2025-03-16 13:23:22 +0000 | 
| commit | 58b241a4df46f66e9d95a98645b23af71292a814 (patch) | |
| tree | 71c2b9e6c713dc6f0a603da7c4476dfdd0e652ba | |
| parent | a4cf9bbcfb0ef6aa13ffb62b981ddd6ff2ae7fd1 (diff) | |
| download | blog-58b241a4df46f66e9d95a98645b23af71292a814.tar.gz blog-58b241a4df46f66e9d95a98645b23af71292a814.tar.bz2 blog-58b241a4df46f66e9d95a98645b23af71292a814.zip | |
Upgrade typing-extensions to 4.12.2
To avoid following error.
```
TypeError: type 'typing.TypeVar' is not an acceptable base type
```
| -rw-r--r-- | requirements.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 |