python: use TypedDict from typing_extensions on python 3.9 and 3.10

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Jared Van Bortel
2024-03-25 17:30:56 -04:00
committed by Aaron Miller
parent adea3811ea
commit 446668674e
2 changed files with 8 additions and 1 deletions

View File

@@ -90,6 +90,7 @@ setup(
'requests',
'tqdm',
'importlib_resources; python_version < "3.9"',
'typing-extensions>=4.3.0; python_version >= "3.9" and python_version < "3.11"',
],
extras_require={
'dev': [