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/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ mdurl==0.1.2
# via markdown-it-py
mistral-common==1.8.5
# via -r requirements/test.in
mlflow==2.22.0
mlflow==3.5.0
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

mlflow 与 mlflow-skinny 版本不兼容

High Severity

mlflow 被升级到 3.5.0,但 mlflow-skinny 仍然保持在 2.22.0 版本。这是一个主版本不匹配问题(2.x 与 3.x)。mlflow-skinnymlflow 的依赖项(如 "# via mlflow" 所示),两者应该使用兼容的版本号。这种版本不匹配可能会导致运行时错误、导入失败或 API 不兼容问题。需要将 mlflow-skinny 也升级到 3.5.0 版本。

Fix in Cursor Fix in Web

# via terratorch
mlflow-skinny==2.22.0
# via mlflow
Expand Down
Loading