Skip to content

Commit

Permalink
Update mkdocstrings-python to 1.10.8 (#33)
Browse files Browse the repository at this point in the history
There was an error in the CI pipeline, it complained about it cannot
import name 'patch_logger' from 'griffe'.
Updating to the latest version of mkdocstrings-python should fix this
issue.
  • Loading branch information
daniel-zullo-frequenz committed Aug 22, 2024
2 parents a35a6e8 + 70f92ed commit 2684287
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You can install the Frequenz Electricity Trading API client via pip. Replace `VE

```
# Choose the version you want to install
VERSION=0.1.0
VERSION=0.2.0
pip install frequenz-client-electricity-trading==$VERSION
```

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dev-mkdocs = [
"mkdocs-macros-plugin == 1.0.5",
"mkdocs-material == 9.5.31",
"mkdocstrings[python] == 0.25.2",
"mkdocstrings-python == 1.10.7",
"mkdocstrings-python == 1.10.8",
"frequenz-repo-config[lib] == 0.10.0",
]
dev-mypy = [
Expand Down

0 comments on commit 2684287

Please sign in to comment.