Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ docs = [
"gevent",
"shibuya",
"sphinx<8.2",
"sphinx-autodoc-typehints[type_comments]>=2.3.0",
"sphinx-autodoc-typehints[type_comments]>=3.10.5",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Conflicting sphinx version constraints

High Severity

Raising sphinx-autodoc-typehints to >=3.10.5 in the docs group conflicts with the unchanged sphinx&lt;8.2 pin: releases in that range declare a Sphinx dependency of at least 8.2.3, which the cap excludes, so the docs environment may fail to resolve or install.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 35636fd. Configure here.

"typing-extensions",
]

Expand Down
Loading