Skip to content

Revert "Update mlflow version to 3.10.1 in requirements.txt" - #12

Open
MaheeGamage wants to merge 1 commit into
mainfrom
revert-10-chore/increase-mlflow-version-to-3.10
Open

Revert "Update mlflow version to 3.10.1 in requirements.txt"#12
MaheeGamage wants to merge 1 commit into
mainfrom
revert-10-chore/increase-mlflow-version-to-3.10

Conversation

@MaheeGamage

Copy link
Copy Markdown
Contributor

Reverts #10

The mlflow version 3.10 have some breaking changes compared to version 3.4 which does not work with existing qluster configurrations. Either qluster or image need to be changed in order to make things work properly. So I am reverting this version increase change back to previous version which work properly with existing qluster configuration

Copilot AI review requested due to automatic review settings March 24, 2026 20:50

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Reverts the mlflow dependency version bump in the MLflow image back to a previously working version to avoid breaking changes that impact existing cluster configurations.

Changes:

  • Downgrade mlflow from 3.10.1 back to 3.4.0 in the MLflow image requirements.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread mlflow/requirements.txt
cryptography==44.0.3 # TODO: Check if this is needed
boto3==1.37.30 # Used because MinIO provides an S3-compatible API
mlflow==3.10.1
mlflow==3.4.0

Copilot AI Mar 24, 2026

Copy link

Choose a reason for hiding this comment

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

Consider adding a short inline comment explaining why mlflow is pinned to 3.4.0 (e.g., 3.10.x introduces breaking changes with existing cluster configurations). The surrounding dependencies already include rationale comments, and capturing this here helps avoid accidental upgrades later.

Suggested change
mlflow==3.4.0
mlflow==3.4.0 # Pinned because 3.10.x introduces breaking changes with existing cluster configurations

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants