From f28f9eb2c91ca919c727b0f0aa76844e9a173502 Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Thu, 10 Aug 2023 18:28:13 +0000 Subject: [PATCH] chore(deps): bump typing-extensions to 4.5 --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 32cbca19..caca0689 100644 --- a/poetry.lock +++ b/poetry.lock @@ -799,4 +799,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "51cef74e482dfec57ebfa5184cdd71190e82cd06524271624511d337206f7326" +content-hash = "e697bdc3ac3dee5c2df687e561f0af526b5df1d7c3f67f134e4a3c4d1733b18a" diff --git a/pyproject.toml b/pyproject.toml index 684cb9aa..cffc71d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ packages = [ python = "^3.7" httpx = ">= 0.23.0, < 1" pydantic = "^1.9.0" -typing-extensions = ">= 4.1.1, < 5" +typing-extensions = ">= 4.5, < 5" anyio = ">= 3.5.0, < 4" distro = ">= 1.7.0, < 2"