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 @@ -17,7 +17,7 @@ oauthlib==3.1.0
opencv-contrib-python>=4.2.0.34
opencv-python>=4.2.0.34
Pillow
protobuf==3.15.1
protobuf==6.33.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.

Protobuf upgrade breaks tensorboard compatibility

High Severity

Upgrading protobuf from 3.15.1 to 6.33.5 introduces a dependency incompatibility with tensorboard==2.4.1 (pinned on line 33). TensorBoard 2.4.1 requires protobuf 3.x and is known to be incompatible with protobuf 4.x and above due to breaking changes in the generated pb2.py file format. This major version jump will cause runtime failures when TensorBoard tries to load protobuf-based data structures.

Fix in Cursor Fix in Web

pyasn1==0.4.8
pyasn1-modules==0.2.8
pytesseract==0.3.7
Expand Down
Loading