Skip to content

Commit

Permalink
Pin griffe to fix import errors with mkdocstrings (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmojaki authored Aug 19, 2024
1 parent 7aec158 commit 850a13b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# see https://github.com/pydantic/logfire/pull/12
- run: pip install uv
- run: uv pip install --system -r requirements.lock -r requirements-dev.lock
- run: uv pip install --system -U mkdocs-material mkdocstrings-python
- run: uv pip install --system -U mkdocs-material mkdocstrings-python griffe==0.48.0
env:
UV_EXTRA_INDEX_URL: ${{ secrets.UV_EXTRA_INDEX_URL }}
- run: |
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ cf-pages-build:
python3 -V
python3 -m pip install uv
python3 -m uv pip install --system -r requirements.lock -r requirements-dev.lock
python3 -m uv pip install --system --extra-index-url $(PPPR_URL) -U mkdocs-material mkdocstrings-python
python3 -m uv pip install --system --extra-index-url $(PPPR_URL) -U mkdocs-material mkdocstrings-python griffe==0.48.0
python3 -m mkdocs build
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ dev-dependencies = [
"celery>=5.4.0",
"testcontainers",
"mysql-connector-python~=8.0",
"griffe==0.48.0",
]

[tool.rye.scripts]
Expand Down

0 comments on commit 850a13b

Please sign in to comment.