Skip to content

Commit

Permalink
fix: pin docs dependency with breaking update that breaks CI
Browse files Browse the repository at this point in the history
- from mkdocstrings-python dependency on griffe>=0.37
- griffe public API changed in v1.0.0 released 2 weeks ago.
  • Loading branch information
lindsay-stevens committed Aug 29, 2024
1 parent 72bb68e commit b95ee56
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 @@ -23,6 +23,7 @@ dev = [
docs = [
"mkdocs==1.5.3",
"mkdocstrings==0.24.1",
"griffe==0.37",
"mkdocstrings-python==1.9.0",
"mkdocs-jupyter==0.24.6",
]
Expand Down

0 comments on commit b95ee56

Please sign in to comment.