Skip to content

Commit

Permalink
Don't pin version of typing_extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed Jun 1, 2024
1 parent a39f466 commit b0a228e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ python = "^3.8"
Pillow = {version = ">=10.3.0,<11.0.0", optional = true}
httpx = {version = ">=0.23.1,<0.28.0", optional = true}
customtkinter = {version = "^5.2.1", optional = true}
typing-extensions = ">=4.7.0,<=5.0"
typing-extensions = "*"

[tool.poetry.group.dev.dependencies]
pytest = ">=7.4,<9.0"
Expand Down

0 comments on commit b0a228e

Please sign in to comment.