Skip to content

Commit

Permalink
chore: make typing-extensions main dep
Browse files Browse the repository at this point in the history
  • Loading branch information
guilatrova committed May 20, 2023
1 parent 90863ac commit 0b47053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 0b47053

Please sign in to comment.