Skip to content

Commit

Permalink
chore(deps): loosen pin for the typing-extensions package (#559)
Browse files Browse the repository at this point in the history
Refs: e64682e
  • Loading branch information
jenstroeger authored Jul 22, 2023
1 parent 6355ffe commit 7e97530
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ dev = [
docs = [
"sphinx >=5.1.1,<8.0.0",
"sphinxnotes-markdown-builder >=0.5.6,<1.0.0",
"typing-extensions <4.6.0", # markdown-builder uses pydash: https://github.com/dgilland/pydash/issues/197
# markdown-builder uses pydash, which uses typing-extensions
# https://github.com/dgilland/pydash/issues/197
# https://github.com/dgilland/pydash/pull/198
"typing-extensions !=4.6.0",
]
hooks = [
"pre-commit >=2.18.0,<3.4.0",
Expand Down

0 comments on commit 7e97530

Please sign in to comment.