Skip to content

Commit 525676c

Browse files
deps(uv)(deps): bump mlflow from 3.4.0 to 3.5.0 (#67)
Bumps [mlflow](https://github.com/mlflow/mlflow) from 3.4.0 to 3.5.0. <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.0</h2> <p>MLflow 3.5.0 includes several major features and improvements!</p> <h3>Major Features</h3> <ul> <li>🤖 <strong>Tracing support for Claude Code SDK</strong>: MLflow now provides a tracing integration for both the Claude Code CLI and SDK! Configure the autologging integration to track your prompts, Claude's responses, tool calls, and more. Check out this <a href="https://mlflow.org/docs/latest/genai/tracing/integrations/listing/claude_code/">doc page</a> to get started. (<a href="https://redirect.github.com/mlflow/mlflow/issues/18022">#18022</a>, <a href="https://github.com/smoorjani"><code>@​smoorjani</code></a>)</li> <li>🎯 <strong>Flexible Prompt Optimization API</strong>: Introduced a new flexible API for prompt optimization with support for model switching and the GEPA algorithm, enabling more efficient prompt tuning with fewer rollouts. See the <a href="https://mlflow.org/docs/latest/genai/prompt-registry/optimize-prompts/">documentation</a> to get started. (<a href="https://redirect.github.com/mlflow/mlflow/issues/18183">#18183</a>, <a href="https://redirect.github.com/mlflow/mlflow/issues/18031">#18031</a>, <a href="https://github.com/TomeHirata"><code>@​TomeHirata</code></a>)</li> <li>🎨 <strong>Enhanced UI Onboarding</strong>: Improved in-product onboarding experience with trace quickstart drawer and updated homepage guidance to help users discover MLflow's latest features. (<a href="https://redirect.github.com/mlflow/mlflow/issues/18098">#18098</a>, <a href="https://redirect.github.com/mlflow/mlflow/issues/18187">#18187</a>, <a href="https://github.com/B-Step62"><code>@​B-Step62</code></a>)</li> <li>🔐 <strong>Security Middleware for Tracking Server</strong>: Added a security middleware layer to protect against DNS rebinding, CORS attacks, and other security threats. Read the <a href="https://mlflow.org/docs/latest/ml/tracking/server/security/">documentation</a> for configuration details. (<a href="https://redirect.github.com/mlflow/mlflow/issues/17910">#17910</a>, <a href="https://github.com/BenWilson2"><code>@​BenWilson2</code></a>)</li> </ul> <h3>Features</h3> <ul> <li>[Tracing / Tracking] Add <code>unlink_traces_from_run</code> batch operation (<a href="https://redirect.github.com/mlflow/mlflow/issues/18316">#18316</a>, <a href="https://github.com/harupy"><code>@​harupy</code></a>)</li> <li>[Tracing] Add batch trace link/unlink operations to DatabricksTracingRestStore (<a href="https://redirect.github.com/mlflow/mlflow/issues/18295">#18295</a>, <a href="https://github.com/harupy"><code>@​harupy</code></a>)</li> <li>[Tracking] Claude Code SDK autologging support (<a href="https://redirect.github.com/mlflow/mlflow/issues/18022">#18022</a>, <a href="https://github.com/smoorjani"><code>@​smoorjani</code></a>)</li> <li>[Tracing] Add support for reading trace configuration from environment variables (<a href="https://redirect.github.com/mlflow/mlflow/issues/17792">#17792</a>, <a href="https://github.com/joelrobin18"><code>@​joelrobin18</code></a>)</li> <li>[Tracking] Mistral tracing improvements (<a href="https://redirect.github.com/mlflow/mlflow/issues/16370">#16370</a>, <a href="https://github.com/joelrobin18"><code>@​joelrobin18</code></a>)</li> <li>[Tracking] Gemini token count tracking (<a href="https://redirect.github.com/mlflow/mlflow/issues/16248">#16248</a>, <a href="https://github.com/joelrobin18"><code>@​joelrobin18</code></a>)</li> <li>[Tracking] Gemini streaming support (<a href="https://redirect.github.com/mlflow/mlflow/issues/16249">#16249</a>, <a href="https://github.com/joelrobin18"><code>@​joelrobin18</code></a>)</li> <li>[Tracking] CrewAI token count tracking with documentation updates (<a href="https://redirect.github.com/mlflow/mlflow/issues/16373">#16373</a>, <a href="https://github.com/joelrobin18"><code>@​joelrobin18</code></a>)</li> <li>[Evaluation] Allow passing empty scorer list for manual result comparison (<a href="https://redirect.github.com/mlflow/mlflow/issues/18265">#18265</a>, <a href="https://github.com/B-Step62"><code>@​B-Step62</code></a>)</li> <li>[Evaluation] Log assessments to DSPy evaluation traces (<a href="https://redirect.github.com/mlflow/mlflow/issues/18136">#18136</a>, <a href="https://github.com/B-Step62"><code>@​B-Step62</code></a>)</li> <li>[Evaluation] Add support for trace inputs to built-in scorers (<a href="https://redirect.github.com/mlflow/mlflow/issues/17943">#17943</a>, <a href="https://github.com/BenWilson2"><code>@​BenWilson2</code></a>)</li> <li>[Evaluation] Add synonym handling for built-in scorers (<a href="https://redirect.github.com/mlflow/mlflow/issues/17980">#17980</a>, <a href="https://github.com/BenWilson2"><code>@​BenWilson2</code></a>)</li> <li>[Evaluation] Add span timing tool for Agent Judges (<a href="https://redirect.github.com/mlflow/mlflow/issues/17948">#17948</a>, <a href="https://github.com/BenWilson2"><code>@​BenWilson2</code></a>)</li> <li>[Evaluation] Allow disabling evaluation sample check (<a href="https://redirect.github.com/mlflow/mlflow/issues/18032">#18032</a>, <a href="https://github.com/B-Step62"><code>@​B-Step62</code></a>)</li> <li>[Evaluation] Reduce verbosity of SIMBA optimizer logs when aligning judges (<a href="https://redirect.github.com/mlflow/mlflow/issues/17795">#17795</a>, <a href="https://github.com/BenWilson2"><code>@​BenWilson2</code></a>)</li> <li>[Evaluation] Add <code>__repr__</code> method for Judges (<a href="https://redirect.github.com/mlflow/mlflow/issues/17794">#17794</a>, <a href="https://github.com/BenWilson2"><code>@​BenWilson2</code></a>)</li> <li>[Prompts] Add prompt registry support to MLflow webhooks (<a href="https://redirect.github.com/mlflow/mlflow/issues/17640">#17640</a>, <a href="https://github.com/harupy"><code>@​harupy</code></a>)</li> <li>[Prompts] Prompt Registry Chat UI (<a href="https://redirect.github.com/mlflow/mlflow/issues/17334">#17334</a>, <a href="https://github.com/joelrobin18"><code>@​joelrobin18</code></a>)</li> <li>[UI] Delete parent and child runs together (<a href="https://redirect.github.com/mlflow/mlflow/issues/18052">#18052</a>, <a href="https://github.com/joelrobin18"><code>@​joelrobin18</code></a>)</li> <li>[UI] Added move to top, move to bottom for charts (<a href="https://redirect.github.com/mlflow/mlflow/issues/17742">#17742</a>, <a href="https://github.com/joelrobin18"><code>@​joelrobin18</code></a>)</li> <li>[Tracking] Use sampling data for run comparison to improve performance (<a href="https://redirect.github.com/mlflow/mlflow/issues/17645">#17645</a>, <a href="https://github.com/lkuo"><code>@​lkuo</code></a>)</li> <li>[Tracking] Add optional 'outputs' column for evaluation dataset records (<a href="https://redirect.github.com/mlflow/mlflow/issues/17735">#17735</a>, <a href="https://github.com/WeichenXu123"><code>@​WeichenXu123</code></a>)</li> <li>[Tracking] Job backend execution (<a href="https://redirect.github.com/mlflow/mlflow/issues/17676">#17676</a>, <a href="https://redirect.github.com/mlflow/mlflow/issues/18012">#18012</a>, <a href="https://redirect.github.com/mlflow/mlflow/issues/18070">#18070</a>, <a href="https://redirect.github.com/mlflow/mlflow/issues/18071">#18071</a>, <a href="https://redirect.github.com/mlflow/mlflow/issues/18112">#18112</a>, <a href="https://redirect.github.com/mlflow/mlflow/issues/18049">#18049</a>, <a href="https://github.com/WeichenXu123"><code>@​WeichenXu123</code></a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>[Tracing] Fix parent run resolution mechanism for LangChain (<a href="https://redirect.github.com/mlflow/mlflow/issues/17273">#17273</a>, <a href="https://github.com/B-Step62"><code>@​B-Step62</code></a>)</li> <li>[Tracing] Add client-side retry for <code>get_trace</code> to improve reliability (<a href="https://redirect.github.com/mlflow/mlflow/issues/18224">#18224</a>, <a href="https://github.com/B-Step62"><code>@​B-Step62</code></a>)</li> <li>[Tracing] Fix OpenTelemetry dual export (<a href="https://redirect.github.com/mlflow/mlflow/issues/18163">#18163</a>, <a href="https://github.com/B-Step62"><code>@​B-Step62</code></a>)</li> <li>[Tracing] Suppress false warnings from span logging (<a href="https://redirect.github.com/mlflow/mlflow/issues/18092">#18092</a>, <a href="https://redirect.github.com/mlflow/mlflow/issues/18276">#18276</a>, <a href="https://github.com/B-Step62"><code>@​B-Step62</code></a>)</li> <li>[Tracing] Fix OpenTelemetry resource attributes not propagating correctly (<a href="https://redirect.github.com/mlflow/mlflow/issues/18019">#18019</a>, <a href="https://github.com/xiaosha007"><code>@​xiaosha007</code></a>)</li> <li>[Tracing] Fix DSPy prompt display (<a href="https://redirect.github.com/mlflow/mlflow/issues/17988">#17988</a>, <a href="https://github.com/B-Step62"><code>@​B-Step62</code></a>)</li> <li>[Tracing] Fix usage aggregation to avoid ancestor duplication (<a href="https://redirect.github.com/mlflow/mlflow/issues/17921">#17921</a>, <a href="https://github.com/TomeHirata"><code>@​TomeHirata</code></a>)</li> <li>[Tracing] Fix double counting in Strands tracing (<a href="https://redirect.github.com/mlflow/mlflow/issues/17855">#17855</a>, <a href="https://github.com/joelrobin18"><code>@​joelrobin18</code></a>)</li> <li>[Tracing] Fix <code>to_predict_fn</code> to handle traces without tags field (<a href="https://redirect.github.com/mlflow/mlflow/issues/17784">#17784</a>, <a href="https://github.com/harupy"><code>@​harupy</code></a>)</li> <li>[Tracing] URL-encode trace tag keys in <code>delete_trace_tag</code> to prevent 404 errors (<a href="https://redirect.github.com/mlflow/mlflow/issues/18232">#18232</a>, <a href="https://github.com/copilot-swe-agent"><code>@​copilot-swe-agent</code></a>)</li> <li>[Tracking] Fix Claude Code autologging inputs not displaying (<a href="https://redirect.github.com/mlflow/mlflow/issues/17858">#17858</a>, <a href="https://github.com/smoorjani"><code>@​smoorjani</code></a>)</li> <li>[Tracking] Fix runs with 0-valued metrics not appearing in experiment list contour plots (<a href="https://redirect.github.com/mlflow/mlflow/issues/17916">#17916</a>, <a href="https://github.com/WeichenXu123"><code>@​WeichenXu123</code></a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.0 (2025-10-16)</h2> <p>MLflow 3.5.0 includes several major features and improvements!</p> <h3>Major Features</h3> <ul> <li>⚙️ <strong>Job Execution Backend</strong>: Introduced a new job execution backend infrastructure for running asynchronous tasks with individual execution pools, job search capabilities, and transient error handling. (<a href="https://redirect.github.com/mlflow/mlflow/issues/17676">#17676</a>, <a href="https://redirect.github.com/mlflow/mlflow/issues/18012">#18012</a>, <a href="https://redirect.github.com/mlflow/mlflow/issues/18070">#18070</a>, <a href="https://redirect.github.com/mlflow/mlflow/issues/18071">#18071</a>, <a href="https://redirect.github.com/mlflow/mlflow/issues/18112">#18112</a>, <a href="https://redirect.github.com/mlflow/mlflow/issues/18049">#18049</a>, <a href="https://github.com/WeichenXu123"><code>@​WeichenXu123</code></a>)</li> <li>🎯 <strong>Flexible Prompt Optimization API</strong>: Introduced a new flexible API for prompt optimization with support for model switching and the GEPA algorithm, enabling more efficient prompt tuning with fewer rollouts. See the <a href="https://mlflow.org/docs/latest/genai/prompt-registry/optimize-prompts/">documentation</a> to get started. (<a href="https://redirect.github.com/mlflow/mlflow/issues/18183">#18183</a>, <a href="https://redirect.github.com/mlflow/mlflow/issues/18031">#18031</a>, <a href="https://github.com/TomeHirata"><code>@​TomeHirata</code></a>)</li> <li>🎨 <strong>Enhanced UI Onboarding</strong>: Improved in-product onboarding experience with trace quickstart drawer and updated homepage guidance to help users discover MLflow's latest features. (<a href="https://redirect.github.com/mlflow/mlflow/issues/18098">#18098</a>, <a href="https://redirect.github.com/mlflow/mlflow/issues/18187">#18187</a>, <a href="https://github.com/B-Step62"><code>@​B-Step62</code></a>)</li> <li>🔐 <strong>Security Middleware for Tracking Server</strong>: Added a security middleware layer to protect against DNS rebinding, CORS attacks, and other security threats. Read the <a href="https://mlflow.org/docs/latest/ml/tracking/server/security/">documentation</a> for configuration details. (<a href="https://redirect.github.com/mlflow/mlflow/issues/17910">#17910</a>, <a href="https://github.com/BenWilson2"><code>@​BenWilson2</code></a>)</li> </ul> <h3>Features</h3> <ul> <li>[Tracing / Tracking] Add <code>unlink_traces_from_run</code> batch operation (<a href="https://redirect.github.com/mlflow/mlflow/issues/18316">#18316</a>, <a href="https://github.com/harupy"><code>@​harupy</code></a>)</li> <li>[Tracing] Add batch trace link/unlink operations to DatabricksTracingRestStore (<a href="https://redirect.github.com/mlflow/mlflow/issues/18295">#18295</a>, <a href="https://github.com/harupy"><code>@​harupy</code></a>)</li> <li>[Tracking] Claude Code SDK autologging support (<a href="https://redirect.github.com/mlflow/mlflow/issues/18022">#18022</a>, <a href="https://github.com/smoorjani"><code>@​smoorjani</code></a>)</li> <li>[Tracing] Add support for reading trace configuration from environment variables (<a href="https://redirect.github.com/mlflow/mlflow/issues/17792">#17792</a>, <a href="https://github.com/joelrobin18"><code>@​joelrobin18</code></a>)</li> <li>[Tracking] Mistral tracing improvements (<a href="https://redirect.github.com/mlflow/mlflow/issues/16370">#16370</a>, <a href="https://github.com/joelrobin18"><code>@​joelrobin18</code></a>)</li> <li>[Tracking] Gemini token count tracking (<a href="https://redirect.github.com/mlflow/mlflow/issues/16248">#16248</a>, <a href="https://github.com/joelrobin18"><code>@​joelrobin18</code></a>)</li> <li>[Tracking] Gemini streaming support (<a href="https://redirect.github.com/mlflow/mlflow/issues/16249">#16249</a>, <a href="https://github.com/joelrobin18"><code>@​joelrobin18</code></a>)</li> <li>[Tracking] CrewAI token count tracking with documentation updates (<a href="https://redirect.github.com/mlflow/mlflow/issues/16373">#16373</a>, <a href="https://github.com/joelrobin18"><code>@​joelrobin18</code></a>)</li> <li>[Evaluation] Allow passing empty scorer list for manual result comparison (<a href="https://redirect.github.com/mlflow/mlflow/issues/18265">#18265</a>, <a href="https://github.com/B-Step62"><code>@​B-Step62</code></a>)</li> <li>[Evaluation] Log assessments to DSPy evaluation traces (<a href="https://redirect.github.com/mlflow/mlflow/issues/18136">#18136</a>, <a href="https://github.com/B-Step62"><code>@​B-Step62</code></a>)</li> <li>[Evaluation] Add support for trace inputs to built-in scorers (<a href="https://redirect.github.com/mlflow/mlflow/issues/17943">#17943</a>, <a href="https://github.com/BenWilson2"><code>@​BenWilson2</code></a>)</li> <li>[Evaluation] Add synonym handling for built-in scorers (<a href="https://redirect.github.com/mlflow/mlflow/issues/17980">#17980</a>, <a href="https://github.com/BenWilson2"><code>@​BenWilson2</code></a>)</li> <li>[Evaluation] Add span timing tool for Agent Judges (<a href="https://redirect.github.com/mlflow/mlflow/issues/17948">#17948</a>, <a href="https://github.com/BenWilson2"><code>@​BenWilson2</code></a>)</li> <li>[Evaluation] Allow disabling evaluation sample check (<a href="https://redirect.github.com/mlflow/mlflow/issues/18032">#18032</a>, <a href="https://github.com/B-Step62"><code>@​B-Step62</code></a>)</li> <li>[Evaluation] Reduce verbosity of SIMBA optimizer logs when aligning judges (<a href="https://redirect.github.com/mlflow/mlflow/issues/17795">#17795</a>, <a href="https://github.com/BenWilson2"><code>@​BenWilson2</code></a>)</li> <li>[Evaluation] Add <code>__repr__</code> method for Judges (<a href="https://redirect.github.com/mlflow/mlflow/issues/17794">#17794</a>, <a href="https://github.com/BenWilson2"><code>@​BenWilson2</code></a>)</li> <li>[Prompts] Add prompt registry support to MLflow webhooks (<a href="https://redirect.github.com/mlflow/mlflow/issues/17640">#17640</a>, <a href="https://github.com/harupy"><code>@​harupy</code></a>)</li> <li>[Prompts] Prompt Registry Chat UI (<a href="https://redirect.github.com/mlflow/mlflow/issues/17334">#17334</a>, <a href="https://github.com/joelrobin18"><code>@​joelrobin18</code></a>)</li> <li>[UI] Delete parent and child runs together (<a href="https://redirect.github.com/mlflow/mlflow/issues/18052">#18052</a>, <a href="https://github.com/joelrobin18"><code>@​joelrobin18</code></a>)</li> <li>[UI] Added move to top, move to bottom for charts (<a href="https://redirect.github.com/mlflow/mlflow/issues/17742">#17742</a>, <a href="https://github.com/joelrobin18"><code>@​joelrobin18</code></a>)</li> <li>[Tracking] Use sampling data for run comparison to improve performance (<a href="https://redirect.github.com/mlflow/mlflow/issues/17645">#17645</a>, <a href="https://github.com/lkuo"><code>@​lkuo</code></a>)</li> <li>[Tracking] Add optional 'outputs' column for evaluation dataset records (<a href="https://redirect.github.com/mlflow/mlflow/issues/17735">#17735</a>, <a href="https://github.com/WeichenXu123"><code>@​WeichenXu123</code></a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>[Tracing] Fix parent run resolution mechanism for LangChain (<a href="https://redirect.github.com/mlflow/mlflow/issues/17273">#17273</a>, <a href="https://github.com/B-Step62"><code>@​B-Step62</code></a>)</li> <li>[Tracing] Add client-side retry for <code>get_trace</code> to improve reliability (<a href="https://redirect.github.com/mlflow/mlflow/issues/18224">#18224</a>, <a href="https://github.com/B-Step62"><code>@​B-Step62</code></a>)</li> <li>[Tracing] Fix OpenTelemetry dual export (<a href="https://redirect.github.com/mlflow/mlflow/issues/18163">#18163</a>, <a href="https://github.com/B-Step62"><code>@​B-Step62</code></a>)</li> <li>[Tracing] Suppress false warnings from span logging (<a href="https://redirect.github.com/mlflow/mlflow/issues/18092">#18092</a>, <a href="https://redirect.github.com/mlflow/mlflow/issues/18276">#18276</a>, <a href="https://github.com/B-Step62"><code>@​B-Step62</code></a>)</li> <li>[Tracing] Fix OpenTelemetry resource attributes not propagating correctly (<a href="https://redirect.github.com/mlflow/mlflow/issues/18019">#18019</a>, <a href="https://github.com/xiaosha007"><code>@​xiaosha007</code></a>)</li> <li>[Tracing] Fix DSPy prompt display (<a href="https://redirect.github.com/mlflow/mlflow/issues/17988">#17988</a>, <a href="https://github.com/B-Step62"><code>@​B-Step62</code></a>)</li> <li>[Tracing] Fix usage aggregation to avoid ancestor duplication (<a href="https://redirect.github.com/mlflow/mlflow/issues/17921">#17921</a>, <a href="https://github.com/TomeHirata"><code>@​TomeHirata</code></a>)</li> <li>[Tracing] Fix double counting in Strands tracing (<a href="https://redirect.github.com/mlflow/mlflow/issues/17855">#17855</a>, <a href="https://github.com/joelrobin18"><code>@​joelrobin18</code></a>)</li> <li>[Tracing] Fix <code>to_predict_fn</code> to handle traces without tags field (<a href="https://redirect.github.com/mlflow/mlflow/issues/17784">#17784</a>, <a href="https://github.com/harupy"><code>@​harupy</code></a>)</li> <li>[Tracing] URL-encode trace tag keys in <code>delete_trace_tag</code> to prevent 404 errors (<a href="https://redirect.github.com/mlflow/mlflow/issues/18232">#18232</a>, <a href="https://github.com/copilot-swe-agent"><code>@​copilot-swe-agent</code></a>)</li> <li>[Tracking] Fix Claude Code autologging inputs not displaying (<a href="https://redirect.github.com/mlflow/mlflow/issues/17858">#17858</a>, <a href="https://github.com/smoorjani"><code>@​smoorjani</code></a>)</li> <li>[Tracking] Fix runs with 0-valued metrics not appearing in experiment list contour plots (<a href="https://redirect.github.com/mlflow/mlflow/issues/17916">#17916</a>, <a href="https://github.com/WeichenXu123"><code>@​WeichenXu123</code></a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mlflow/mlflow/commit/77b2695bca61f6d6eee4c58cd84994ca0da375e3"><code>77b2695</code></a> Run <code>python3 dev/update_mlflow_versions.py pre-release ...</code> (<a href="https://redirect.github.com/mlflow/mlflow/issues/18355">#18355</a>)</li> <li><a href="https://github.com/mlflow/mlflow/commit/fc2fb3614d7e8a8a8ded1fcd2a2490369d164872"><code>fc2fb36</code></a> Revert &quot;Add atomicity to job_start API (<a href="https://redirect.github.com/mlflow/mlflow/issues/18226">#18226</a>)&quot;</li> <li><a href="https://github.com/mlflow/mlflow/commit/e7b217701b4ae3c2d4ceb4fbf48cb4ddd7ba2254"><code>e7b2177</code></a> 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>)</li> <li><a href="https://github.com/mlflow/mlflow/commit/5d86ffe8e749065cd6204522016e3ca789a0798f"><code>5d86ffe</code></a> Create <code>set_databricks_monitoring_sql_warehouse_id</code> API (<a href="https://redirect.github.com/mlflow/mlflow/issues/18346">#18346</a>)</li> <li><a href="https://github.com/mlflow/mlflow/commit/250985f1827acc2340b05f4b574aa22d3dfb7550"><code>250985f</code></a> Fetch config after adding first record (<a href="https://redirect.github.com/mlflow/mlflow/issues/18338">#18338</a>)</li> <li><a href="https://github.com/mlflow/mlflow/commit/ad0aad1a3bef110356f8e45b9b275d0aeca89c28"><code>ad0aad1</code></a> Fix log_metrics slowness for get run (<a href="https://redirect.github.com/mlflow/mlflow/issues/18241">#18241</a>)</li> <li><a href="https://github.com/mlflow/mlflow/commit/05a0111a923ebc9559ee6e2a1f383608f2f904ab"><code>05a0111</code></a> Increase max height of params/metrics boxes (<a href="https://redirect.github.com/mlflow/mlflow/issues/18306">#18306</a>)</li> <li><a href="https://github.com/mlflow/mlflow/commit/3e2445731b2c738e06ba70f192979ef1e8040e7f"><code>3e24457</code></a> Implement lazy logger initialization in <code>claude_code.tracing</code> (<a href="https://redirect.github.com/mlflow/mlflow/issues/18339">#18339</a>)</li> <li><a href="https://github.com/mlflow/mlflow/commit/892bed1e433bcbda463ed5f9999d7d0cbf2c63db"><code>892bed1</code></a> Add github feature requests on the GenAI doc (<a href="https://redirect.github.com/mlflow/mlflow/issues/18342">#18342</a>)</li> <li><a href="https://github.com/mlflow/mlflow/commit/f605177eff5547e0813cf28d51d849e550f400bf"><code>f605177</code></a> Minor comment fix for extract_retrieval_context_from_trace (<a href="https://redirect.github.com/mlflow/mlflow/issues/18331">#18331</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mlflow/mlflow/compare/v3.4.0...v3.5.0">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.4.0&new-version=3.5.0)](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 479e400 + ad9d70e commit 525676c

File tree

1 file changed

+23
-9
lines changed

1 file changed

+23
-9
lines changed

uv.lock

Lines changed: 23 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)