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 requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ tqdm==4.57.0
typing-extensions==3.7.4.3
tzlocal==2.1
urllib3==1.26.3
Werkzeug==1.0.1
Werkzeug==3.1.6
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Werkzeug 3.x breaks tensorboard 2.4.1 compatibility

High Severity

Upgrading Werkzeug from 1.0.1 to 3.1.6 breaks tensorboard==2.4.1, which relies on internal Werkzeug APIs removed in 3.x (e.g., _plain_int from werkzeug._internal). This causes an ImportError at runtime when tensorboard is used. Either tensorboard needs to be upgraded to a version compatible with Werkzeug 3.x, or Werkzeug needs to stay within the 2.x range.

Additional Locations (1)

Fix in Cursor Fix in Web

zipp==3.4.0
Loading