Skip to content

Commit

Permalink
Fix typing-extensions version (#2638)
Browse files Browse the repository at this point in the history
typing-extensions 4.12 is causing our CI to fail.
Restricting it will make the CI pass while we are identifying the issue
  • Loading branch information
math-fehr authored May 24, 2024
1 parent 010d743 commit 75e4c81
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 @@ -8,7 +8,7 @@ authors = [{ name = "Mathieu Fehr", email = "mathieu.fehr@ed.ac.uk" }]
classifiers = ["Programming Language :: Python :: 3"]
dependencies = [
"immutabledict<4.2.1",
"typing-extensions>=4.7,<5",
"typing-extensions>=4.7,<4.12",
"ordered-set==4.1.0",
]
dynamic = ["version"]
Expand Down

0 comments on commit 75e4c81

Please sign in to comment.