Skip to content

Commit

Permalink
fix(pyproject.toml): pin griffe < 1 to fix mkdocs build
Browse files Browse the repository at this point in the history
  • Loading branch information
NodeJSmith committed Sep 23, 2024
1 parent 1d3ce5f commit 06ad79d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ mkdocstrings-python = "1.10.3"
pkginfo = "<1.11"
setuptools = "^70.0.0"
virtualenv = "^20.26.2"
griffe = "^1.3.1"
griffe = "<1.0.0"


[build-system]
Expand Down

0 comments on commit 06ad79d

Please sign in to comment.