Skip to content

Commit 3f135cd

Browse files
deps(uv)(deps): bump mlflow from 3.5.0 to 3.5.1 (#74)
Bumps [mlflow](https://github.com/mlflow/mlflow) from 3.5.0 to 3.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mlflow/mlflow/releases">mlflow's releases</a>.</em></p> <blockquote> <h2>v3.5.1</h2> <p>MLflow 3.5.1 is a patch release that includes several bug fixes and improvements.</p> <p>Features:</p> <ul> <li>[CLI] Add CLI command to list registered scorers by experiment (<a href="https://redirect.github.com/mlflow/mlflow/issues/18255">#18255</a>, <a href="https://github.com/alkispoly-db"><code>@​alkispoly-db</code></a>)</li> <li>[Deployments] Add configuration option for long-running deployments client requests (<a href="https://redirect.github.com/mlflow/mlflow/issues/18363">#18363</a>, <a href="https://github.com/BenWilson2"><code>@​BenWilson2</code></a>)</li> <li>[Deployments] Create <code>set_databricks_monitoring_sql_warehouse_id</code> API (<a href="https://redirect.github.com/mlflow/mlflow/issues/18346">#18346</a>, <a href="https://github.com/dbrx-euirim"><code>@​dbrx-euirim</code></a>)</li> <li>[Prompts] Show instructions for prompt optimization on prompt registry (<a href="https://redirect.github.com/mlflow/mlflow/issues/18375">#18375</a>, <a href="https://github.com/TomeHirata"><code>@​TomeHirata</code></a>)</li> </ul> <p>Bug fixes:</p> <ul> <li>[Evaluation] Validate if trace is None before accessing the value in mlflow.genai.evaluate (<a href="https://redirect.github.com/mlflow/mlflow/issues/18285">#18285</a>, <a href="https://github.com/srinathmkce"><code>@​srinathmkce</code></a>)</li> <li>[Evaluation] Revert &quot;Add atomicity to job_start API (<a href="https://redirect.github.com/mlflow/mlflow/issues/18226">#18226</a>)&quot; (<a href="https://github.com/serena-ruan"><code>@​serena-ruan</code></a>)</li> <li>[MCP] Move fastmcp to optional mcp extra (<a href="https://redirect.github.com/mlflow/mlflow/issues/18422">#18422</a>, <a href="https://github.com/harupy"><code>@​harupy</code></a>)</li> <li>[Model Registry] Fix serialization bug in file store (<a href="https://redirect.github.com/mlflow/mlflow/issues/18365">#18365</a>, <a href="https://github.com/BenWilson2"><code>@​BenWilson2</code></a>)</li> <li>[Scoring] Pin uvloop&lt;0.22 to fix mlserver compatibility (<a href="https://redirect.github.com/mlflow/mlflow/issues/18370">#18370</a>, <a href="https://github.com/harupy"><code>@​harupy</code></a>)</li> <li>[Tracing] Fix a forward-compatibility issue with Span to_dict (<a href="https://redirect.github.com/mlflow/mlflow/issues/18439">#18439</a>, <a href="https://github.com/serena-ruan"><code>@​serena-ruan</code></a>)</li> <li>[Tracing] Whitelist notebook trace UI renderer to allow display with default security settings (<a href="https://redirect.github.com/mlflow/mlflow/issues/18446">#18446</a>, <a href="https://github.com/TomeHirata"><code>@​TomeHirata</code></a>)</li> <li>[Tracing] Fix attribute error in StrandsAgent tracing (<a href="https://redirect.github.com/mlflow/mlflow/issues/18409">#18409</a>, <a href="https://github.com/B-Step62"><code>@​B-Step62</code></a>)</li> <li>[Tracing] Adjust truncation logic in trace previews (<a href="https://redirect.github.com/mlflow/mlflow/issues/18412">#18412</a>, <a href="https://github.com/BenWilson2"><code>@​BenWilson2</code></a>)</li> <li>[Tracing] Revert &quot;Fix response handling in log_spans (<a href="https://redirect.github.com/mlflow/mlflow/issues/18280">#18280</a>)&quot; (<a href="https://redirect.github.com/mlflow/mlflow/issues/18349">#18349</a>, <a href="https://github.com/serena-ruan"><code>@​serena-ruan</code></a>)</li> <li>[Tracking] Adjust util for remote tracking server declaration (<a href="https://redirect.github.com/mlflow/mlflow/issues/18411">#18411</a>, <a href="https://github.com/BenWilson2"><code>@​BenWilson2</code></a>)</li> <li>[Tracking] Handle Databricks FMAPI style in openai autolog (<a href="https://redirect.github.com/mlflow/mlflow/issues/18354">#18354</a>, <a href="https://github.com/TomeHirata"><code>@​TomeHirata</code></a>)</li> <li>[Tracking] Fetch config after adding first record (<a href="https://redirect.github.com/mlflow/mlflow/issues/18338">#18338</a>, <a href="https://github.com/serena-ruan"><code>@​serena-ruan</code></a>)</li> <li>[UI] Fix span ID parsing in the UI (<a href="https://redirect.github.com/mlflow/mlflow/issues/18419">#18419</a>, <a href="https://github.com/daniellok-db"><code>@​daniellok-db</code></a>)</li> <li>[UI] Fix Chat message parsing within the trace summary view modal (<a href="https://redirect.github.com/mlflow/mlflow/issues/18454">#18454</a>, <a href="https://github.com/daniellok-db"><code>@​daniellok-db</code></a>)</li> <li>[UI] Fix an issue with display of the assessments pane in the UI (<a href="https://redirect.github.com/mlflow/mlflow/issues/18333">#18333</a>, <a href="https://github.com/BenWilson2"><code>@​BenWilson2</code></a>)</li> </ul> <p>Documentation updates:</p> <ul> <li>[Docs] Fix Kubernetes Deployment Tutorial Code (<a href="https://redirect.github.com/mlflow/mlflow/issues/18381">#18381</a>, <a href="https://github.com/Maeril"><code>@​Maeril</code></a>)</li> <li>[Docs] Update the documentation around requirements for optimize_prompts (<a href="https://redirect.github.com/mlflow/mlflow/issues/18398">#18398</a>, <a href="https://github.com/TomeHirata"><code>@​TomeHirata</code></a>)</li> <li>[Docs] Fix example FastAPI in track user sessions (<a href="https://redirect.github.com/mlflow/mlflow/issues/18388">#18388</a>, <a href="https://github.com/maxscheijen"><code>@​maxscheijen</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md">mlflow's changelog</a>.</em></p> <blockquote> <h2>3.5.1 (2025-10-21)</h2> <p>MLflow 3.5.1 is a patch release that includes several bug fixes and improvements.</p> <p>Features:</p> <ul> <li>[CLI] Add CLI command to list registered scorers by experiment (<a href="https://redirect.github.com/mlflow/mlflow/issues/18255">#18255</a>, <a href="https://github.com/alkispoly-db"><code>@​alkispoly-db</code></a>)</li> <li>[Deployments] Add configuration option for long-running deployments client requests (<a href="https://redirect.github.com/mlflow/mlflow/issues/18363">#18363</a>, <a href="https://github.com/BenWilson2"><code>@​BenWilson2</code></a>)</li> <li>[Deployments] Create <code>set_databricks_monitoring_sql_warehouse_id</code> API (<a href="https://redirect.github.com/mlflow/mlflow/issues/18346">#18346</a>, <a href="https://github.com/dbrx-euirim"><code>@​dbrx-euirim</code></a>)</li> <li>[Prompts] Show instructions for prompt optimization on prompt registry (<a href="https://redirect.github.com/mlflow/mlflow/issues/18375">#18375</a>, <a href="https://github.com/TomeHirata"><code>@​TomeHirata</code></a>)</li> </ul> <p>Bug fixes:</p> <ul> <li>[Evaluation] Validate if trace is None before accessing the value in mlflow.genai.evaluate (<a href="https://redirect.github.com/mlflow/mlflow/issues/18285">#18285</a>, <a href="https://github.com/srinathmkce"><code>@​srinathmkce</code></a>)</li> <li>[Evaluation] Revert &quot;Add atomicity to job_start API (<a href="https://redirect.github.com/mlflow/mlflow/issues/18226">#18226</a>)&quot; (<a href="https://github.com/serena-ruan"><code>@​serena-ruan</code></a>)</li> <li>[MCP] Move fastmcp to optional mcp extra (<a href="https://redirect.github.com/mlflow/mlflow/issues/18422">#18422</a>, <a href="https://github.com/harupy"><code>@​harupy</code></a>)</li> <li>[Model Registry] Fix serialization bug in file store (<a href="https://redirect.github.com/mlflow/mlflow/issues/18365">#18365</a>, <a href="https://github.com/BenWilson2"><code>@​BenWilson2</code></a>)</li> <li>[Scoring] Pin uvloop&lt;0.22 to fix mlserver compatibility (<a href="https://redirect.github.com/mlflow/mlflow/issues/18370">#18370</a>, <a href="https://github.com/harupy"><code>@​harupy</code></a>)</li> <li>[Tracing] Fix a forward-compatibility issue with Span to_dict (<a href="https://redirect.github.com/mlflow/mlflow/issues/18439">#18439</a>, <a href="https://github.com/serena-ruan"><code>@​serena-ruan</code></a>)</li> <li>[Tracing] Whitelist notebook trace UI renderer to allow display with default security settings (<a href="https://redirect.github.com/mlflow/mlflow/issues/18446">#18446</a>, <a href="https://github.com/TomeHirata"><code>@​TomeHirata</code></a>)</li> <li>[Tracing] Fix attribute error in StrandsAgent tracing (<a href="https://redirect.github.com/mlflow/mlflow/issues/18409">#18409</a>, <a href="https://github.com/B-Step62"><code>@​B-Step62</code></a>)</li> <li>[Tracing] Adjust truncation logic in trace previews (<a href="https://redirect.github.com/mlflow/mlflow/issues/18412">#18412</a>, <a href="https://github.com/BenWilson2"><code>@​BenWilson2</code></a>)</li> <li>[Tracing] Revert &quot;Fix response handling in log_spans (<a href="https://redirect.github.com/mlflow/mlflow/issues/18280">#18280</a>)&quot; (<a href="https://redirect.github.com/mlflow/mlflow/issues/18349">#18349</a>, <a href="https://github.com/serena-ruan"><code>@​serena-ruan</code></a>)</li> <li>[Tracking] Adjust util for remote tracking server declaration (<a href="https://redirect.github.com/mlflow/mlflow/issues/18411">#18411</a>, <a href="https://github.com/BenWilson2"><code>@​BenWilson2</code></a>)</li> <li>[Tracking] Handle Databricks FMAPI style in openai autolog (<a href="https://redirect.github.com/mlflow/mlflow/issues/18354">#18354</a>, <a href="https://github.com/TomeHirata"><code>@​TomeHirata</code></a>)</li> <li>[Tracking] Fetch config after adding first record (<a href="https://redirect.github.com/mlflow/mlflow/issues/18338">#18338</a>, <a href="https://github.com/serena-ruan"><code>@​serena-ruan</code></a>)</li> <li>[UI] Fix span ID parsing in the UI (<a href="https://redirect.github.com/mlflow/mlflow/issues/18419">#18419</a>, <a href="https://github.com/daniellok-db"><code>@​daniellok-db</code></a>)</li> <li>[UI] Fix Chat message parsing within the trace summary view modal (<a href="https://redirect.github.com/mlflow/mlflow/issues/18454">#18454</a>, <a href="https://github.com/daniellok-db"><code>@​daniellok-db</code></a>)</li> <li>[UI] Fix an issue with display of the assessments pane in the UI (<a href="https://redirect.github.com/mlflow/mlflow/issues/18333">#18333</a>, <a href="https://github.com/BenWilson2"><code>@​BenWilson2</code></a>)</li> </ul> <p>Documentation updates:</p> <ul> <li>[Docs] Fix Kubernetes Deployment Tutorial Code (<a href="https://redirect.github.com/mlflow/mlflow/issues/18381">#18381</a>, <a href="https://github.com/Maeril"><code>@​Maeril</code></a>)</li> <li>[Docs] Update the documentation around requirements for optimize_prompts (<a href="https://redirect.github.com/mlflow/mlflow/issues/18398">#18398</a>, <a href="https://github.com/TomeHirata"><code>@​TomeHirata</code></a>)</li> <li>[Docs] Fix example FastAPI in track user sessions (<a href="https://redirect.github.com/mlflow/mlflow/issues/18388">#18388</a>, <a href="https://github.com/maxscheijen"><code>@​maxscheijen</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mlflow/mlflow/commit/c4ee72f0c912b8ca477eeb08e44e930358e8d4ec"><code>c4ee72f</code></a> Fix chat message parsing in summary view (<a href="https://redirect.github.com/mlflow/mlflow/issues/18454">#18454</a>)</li> <li><a href="https://github.com/mlflow/mlflow/commit/6e1c8fa9307639320aba4071ffe001f77e4ee4e5"><code>6e1c8fa</code></a> Remove X-Frame-Options for notebook trace renderer (<a href="https://redirect.github.com/mlflow/mlflow/issues/18446">#18446</a>)</li> <li><a href="https://github.com/mlflow/mlflow/commit/d1facbc4fda615b3b0dd9db5790edbf7880fbad6"><code>d1facbc</code></a> Fix Span to_dict format to be loadable with from_dict in old versions (<a href="https://redirect.github.com/mlflow/mlflow/issues/18439">#18439</a>)</li> <li><a href="https://github.com/mlflow/mlflow/commit/a03e13308bd9538abe0c9af8b4f17898ce1e67b4"><code>a03e133</code></a> Fix span ID parsing in the UI (<a href="https://redirect.github.com/mlflow/mlflow/issues/18419">#18419</a>)</li> <li><a href="https://github.com/mlflow/mlflow/commit/82fb4df0e5e0ca0ae617202569a81c2426a4bebb"><code>82fb4df</code></a> [DOC-FIX] Fix Kubernetes Deployment Tutorial Code (<a href="https://redirect.github.com/mlflow/mlflow/issues/18381">#18381</a>)</li> <li><a href="https://github.com/mlflow/mlflow/commit/3cb519de11e4efc23c08ea9254683dfa9c36497a"><code>3cb519d</code></a> Fix attribute error in StrandsAgent tracing (<a href="https://redirect.github.com/mlflow/mlflow/issues/18409">#18409</a>)</li> <li><a href="https://github.com/mlflow/mlflow/commit/90e0c40f436082f06bb7199c9283efb5e4d1230d"><code>90e0c40</code></a> Add configuration option for long-running deployments client requests (<a href="https://redirect.github.com/mlflow/mlflow/issues/18363">#18363</a>)</li> <li><a href="https://github.com/mlflow/mlflow/commit/9bea5b1bf71a862c2c8cc6b2301268a93d8b3bc7"><code>9bea5b1</code></a> Show instructions for prompt optimization on prompt registry (<a href="https://redirect.github.com/mlflow/mlflow/issues/18375">#18375</a>)</li> <li><a href="https://github.com/mlflow/mlflow/commit/45376b3aaf965010d63f57a55ef1b5144c187fa3"><code>45376b3</code></a> Move fastmcp to optional mcp extra (<a href="https://redirect.github.com/mlflow/mlflow/issues/18422">#18422</a>)</li> <li><a href="https://github.com/mlflow/mlflow/commit/9c51398a5b4f9579194086ac3412617d33a2b717"><code>9c51398</code></a> Adjust util for remote tracking server declaration (<a href="https://redirect.github.com/mlflow/mlflow/issues/18411">#18411</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mlflow/mlflow/compare/v3.5.0...v3.5.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mlflow&package-manager=uv&previous-version=3.5.0&new-version=3.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details>
2 parents 2cce177 + 7944bd3 commit 3f135cd

File tree

1 file changed

+9
-312
lines changed

1 file changed

+9
-312
lines changed

0 commit comments

Comments
 (0)