Skip to content

Update MLFlowClient requirement from 0.9 to 0.9, 0.10 - #65

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/julia/MLFlowClient-0.9-and-0.10
Open

Update MLFlowClient requirement from 0.9 to 0.9, 0.10#65
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/julia/MLFlowClient-0.9-and-0.10

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on MLFlowClient to permit the latest version.

Release notes

Sourced from MLFlowClient's releases.

v0.10.0

MLFlowClient v0.10.0

Diff since v0.9.0

New features

  • Full MLflow 3.14 REST API coverage
    • Workspaces
    • RBAC: roles and per-user permissions
    • Label schemas
  • Managed MLflow test server via CondaPkg (tests no longer require an external server), with parallel CI across Julia versions

Bug fixes

  • HTTP.jl 2.x: send Connection: close to avoid unexpected EOF while reading HTTP/1 data from stale keep-alive connections against MLflow's server
  • Error handling now rethrows connection/parse errors (e.g. HTTP.ParseError) instead of masking them with a FieldError on e.response
  • Replaced deprecated readtimeout with read_idle_timeout in the test-server health check
  • Webhook tests: pin MLFLOW_WEBHOOK_SECRET_ENCRYPTION_KEY so multi-worker MLflow 3.14 servers can decrypt webhook secrets (fixes an intermittent 500 on webhook delete)

Breaking changes

  • Requires HTTP.jl 2
  • Per-resource permission API removed in favor of RBAC: the ExperimentPermission/RegisteredModelPermission types and the create/get/update/deleteexperimentpermission and create/get/update/deleteregisteredmodelpermission functions are gone
  • Experiment gained a workspace field, so its positional constructor now takes 9 arguments

Closed issues:

  • TagBot: Manual intervention needed for releases (#81)
Commits
  • 4ec92e7 Bump to v0.10.0
  • 8a1b57a Fixing webhook issue on tests
  • 3f3b85d Disable connection reuse and harden error handling
  • 9258ee2 Upgrading dependencies
  • db7e8ba Fixing documenter issues and allowing parallel runs in CI
  • db9ea0d Add MLflow 3.14 support: workspaces, RBAC, review queues, and label schemas
  • 5850689 Updated examples under examples directory, and README link
  • a7e9fb0 Increasing julia minimum version in Project.toml
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [MLFlowClient](https://github.com/JuliaAI/MLFlowClient.jl) to permit the latest version.
- [Release notes](https://github.com/JuliaAI/MLFlowClient.jl/releases)
- [Commits](JuliaAI/MLFlowClient.jl@v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: MLFlowClient
  dependency-version: 0.10.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels Jul 20, 2026
@ablaom

ablaom commented Jul 21, 2026

Copy link
Copy Markdown
Member

@pebeto Should this be good to merge?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file julia Pull requests that update julia code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant