From 19da8ee350879deec1c00adce9e5fcf72947f9d5 Mon Sep 17 00:00:00 2001 From: pankajastro Date: Tue, 10 Dec 2024 22:36:33 +0530 Subject: [PATCH] Remove typing-extensions as dependency --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 034c602bc8..6beb3db3e7 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", ]