From e1ed4c685dc3557250a8ef3a883a28d50451d463 Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Tue, 19 Dec 2023 19:05:01 +0000 Subject: [PATCH] chore(package): bump minimum typing-extensions to 4.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0cf709a726..24498b18fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ dependencies = [ "httpx>=0.23.0, <1", "pydantic>=1.9.0, <3", - "typing-extensions>=4.5, <5", + "typing-extensions>=4.7, <5", "anyio>=3.5.0, <5", "distro>=1.7.0, <2", "sniffio",