Skip to content

Commit

Permalink
Add a dependency on typing extensions
Browse files Browse the repository at this point in the history
This is required to use `NotRequired` when type hinting TypedDicts as
required in d8de5f2.
  • Loading branch information
pgjones committed May 27, 2024
1 parent d8de5f2 commit 116bd8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ sphinxcontrib_mermaid = { version = "*", optional = true }
taskgroup = { version = "*", python = "<3.11", allow-prereleases = true }
tomli = { version = "*", python = "<3.11" }
trio = { version = ">=0.22.0", optional = true }
typing_extensions = { version = "*", python = "<3.11" }
uvloop = { version = "*", markers = "platform_system != 'Windows'", optional = true }
wsproto = ">=0.14.0"

Expand Down

0 comments on commit 116bd8c

Please sign in to comment.