Skip to content

Commit ab8e4c4

Browse files
zeevdrclaude
andauthored
fix(deps): add pdoc to dev optional dependencies (#87)
`make docs` calls pdoc but it was not listed under [project.optional-dependencies].dev, causing `make docs` to fail in a clean environment. Closes #56 Co-authored-by: Claude <noreply@anthropic.com>
1 parent 4f0a771 commit ab8e4c4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sdk/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ dev = [
3636
"mypy-protobuf>=5.1.0",
3737
"ruff>=0.15.13",
3838
"grpcio-tools>=1.80.0",
39+
"pdoc>=15.0.0",
3940
]
4041

4142
[project.urls]

0 commit comments

Comments
 (0)