Skip to content

Commit

Permalink
ack, quickly remove typing_extensions constraint!
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuyukai committed Jan 25, 2024
1 parent 60bd0a8 commit 5284154
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.11"
anyio = ">=4.0.0"
attrs = ">=21.4.0"
outcome = ">=1.3.0.post0"
typing-extensions = {version = ">=4.8.0", python = "<3.12"}
typing-extensions = {version = ">=4.8.0"}

[tool.poetry.group.docs.dependencies]
sphinx = ">=6.1"
Expand Down

0 comments on commit 5284154

Please sign in to comment.