Skip to content

Commit

Permalink
Highlight that typing-extension requires 4.4 at least now
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanIsCoding committed Nov 16, 2024
1 parent 45ff71c commit 5d736ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

stubs_deps = [
"mypy==1.11.2",
"typing-extensions",
"typing-extensions>=4.4",
]

def install_rustworkx(session):
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ commands =
basepython = python3
deps =
mypy==1.8.0
typing-extensions
typing-extensions>=4.4
extras =
mpl
graphviz
Expand Down

0 comments on commit 5d736ac

Please sign in to comment.