Skip to content
Open
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 @@ -70,7 +70,7 @@ dev = [

docs = [
"sphinx~=7.2.6",
"furo~=2024.8.6",
"furo>=2024.8.6,<2025.10.0",
Copy link

Choose a reason for hiding this comment

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

Bug: Furo Dependency Constraint Blocks Future Updates

The furo dependency's upper version bound <2025.10.0 will block all furo releases from October 2025 onwards. As furo uses date-based versioning (YYYY.MM.DD), and with today's date (9/30/2025), this constraint becomes effective in just one day, likely preventing intended future updates.

Fix in Cursor Fix in Web

"requests~=2.32.4",
"pydantic~=2.11.7",
"jinja2~=3.1.6",
Expand Down
Loading