From f15005dc6745767c0281c7f61d40579191f8cb06 Mon Sep 17 00:00:00 2001 From: NowanIlfideme Date: Mon, 11 Nov 2024 18:37:48 +0100 Subject: [PATCH] Remove dependency on typing-extensions (since python>=3.10) --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f8ef5e2..7a47e32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,10 +20,7 @@ classifiers = [ "Typing :: Typed", "Operating System :: OS Independent", ] -dependencies = [ - "pydantic>=2", # including pydantic>=2.0.0! - "typing_extensions>=4.5.0", -] +dependencies = ["pydantic>=2"] urls = { github = "https://github.com/NowanIlfideme/pydantic-yaml", docs = "https://pydantic-yaml.readthedocs.io/en/latest/" } [project.optional-dependencies]