From 2e1793410b95c026616d8e76f7ebcce7221eeffb Mon Sep 17 00:00:00 2001 From: Pankaj Singh <98807258+pankajastro@users.noreply.github.com> Date: Wed, 11 Dec 2024 13:40:13 +0530 Subject: [PATCH] Remove typing-extensions as dependency (#1381) Since We do not support Python < 3.8 let's remove typing-extensions as dependency --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 034c602bc..6beb3db3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,6 @@ dependencies = [ "msgpack", "packaging>=22.0", "pydantic>=1.10.0", - "typing-extensions; python_version < '3.8'", "virtualenv", ]