From 0b4705397d0bb9df790f2bc7d9ea5c2f84a51ee8 Mon Sep 17 00:00:00 2001 From: guilatrova Date: Sat, 20 May 2023 07:00:01 -0300 Subject: [PATCH] chore: make typing-extensions main dep --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1a91308..3f062ad 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1516,4 +1516,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "e01ac2d58de5e9e955a1a89215d407a2b47f32167faeebdf6b44d2adf49bc387" +content-hash = "203c73458b593a142c3d2be64d4f12ee5f60e602f1166d2a186459484076bf9a" diff --git a/pyproject.toml b/pyproject.toml index f3f16c8..bcf51c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,6 +54,7 @@ python = ">=3.8.1,<4.0" click = ">=7" toml = ">=0.10.2" rich = ">=10.14.0" +typing-extensions = { version = ">=4.5.0", python = "<3.10" } [tool.poetry.group.dev.dependencies] pytest = "^7.3.1" @@ -67,7 +68,6 @@ astpretty = "^3.0.0" python-semantic-release = "^7.33.5" mypy = "^1.3.0" types-toml = "^0.1.3" -typing-extensions = { version = "^4.5.0", python = "<3.10" } [tool.black] line-length = 100