Skip to content

Commit 2ce358a

Browse files
authored
feat(deps): remove unused typing-extensions constraints
PullRequest and details via #224 Signed-off-by: gruebel <[email protected]>
1 parent 04f3671 commit 2ce358a

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

poetry.lock

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ packageurl-python = ">= 0.9"
4747
setuptools = ">= 47.0.0"
4848
importlib-metadata = { version = ">= 3.4", python = "< 3.8" }
4949
toml = "^0.10.0"
50-
# `typing-extensions` need to stay in sync with major version of `python`
51-
typing-extensions = { version = "^3.10", python = "< 3.8" }
5250
# `types-setuptools` need to stay in sync with version of `setuptools` - but 47 was not typed...
5351
types-setuptools = ">= 57.0.0"
5452
# `types-toml` need to stay in sync with version of `toml`

requirements.lowest.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ packageurl-python == 0.9.0
55
setuptools == 47.0.0
66
importlib-metadata == 3.4.0 # ; python_version < '3.8'
77
toml == 0.10.0
8-
typing-extensions == 3.10.0 # ; python_version < '3.8'
98
types-setuptools == 57.0.0
109
types-toml == 0.10.0

0 commit comments

Comments
 (0)