From f9032699e6610363f0490026fb65e05f2283f782 Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Thu, 10 Aug 2023 19:29:34 +0100 Subject: [PATCH] chore(deps): bump typing-extensions to 4.5 (#112) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 39ce0f1f..13b9c916 100644 --- a/poetry.lock +++ b/poetry.lock @@ -825,14 +825,14 @@ files = [ [[package]] name = "typing-extensions" -version = "4.4.0" +version = "4.7.1" description = "Backported and Experimental Type Hints for Python 3.7+" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "typing_extensions-4.4.0-py3-none-any.whl", hash = "sha256:16fa4864408f655d35ec496218b85f79b3437c829e93320c7c9215ccfd92489e"}, - {file = "typing_extensions-4.4.0.tar.gz", hash = "sha256:1511434bb92bf8dd198c12b1cc812e800d4181cfcb867674e0f8279cc93087aa"}, + {file = "typing_extensions-4.7.1-py3-none-any.whl", hash = "sha256:440d5dd3af93b060174bf433bccd69b0babc3b15b1a8dca43789fd7f61514b36"}, + {file = "typing_extensions-4.7.1.tar.gz", hash = "sha256:b75ddc264f0ba5615db7ba217daeb99701ad295353c45f9e95963337ceeeffb2"}, ] [[package]] @@ -854,4 +854,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "a13a46b6e3b8429f80fc90e0b0684d3ffc20a617b9a1361f426e41074f96c9f8" +content-hash = "0571a5e7f9915ed0bdb908047821b6de254c4df6f86216183855b1de5e7909df" diff --git a/pyproject.toml b/pyproject.toml index 8cfd23cf..bbb47795 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" tokenizers = ">= 0.13.0"