Skip to content

Bump the llm group in /api with 6 updates#6

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/api/llm-9ec8b41854
Open

Bump the llm group in /api with 6 updates#6
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/api/llm-9ec8b41854

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown

Bumps the llm group in /api with 6 updates:

Package From To
arize-phoenix-otel 0.15.0 0.16.1
langfuse 4.2.0 4.12.0
langsmith 0.7.38 0.9.2
mlflow-skinny 3.11.1 3.14.0
opik 1.11.2 2.1.3
weave 0.52.36 0.52.43

Updates arize-phoenix-otel from 0.15.0 to 0.16.1

Release notes

Sourced from arize-phoenix-otel's releases.

arize-phoenix-otel: v0.16.1

0.16.1 (2026-05-03)

Documentation

  • add LinkedIn social links alongside X/Bluesky (#12993) (5d14f23)

arize-phoenix-otel: v0.16.0

0.16.0 (2026-04-24)

Features

  • phoenix-otel: re-export openinference helpers, decorators, and semconv (#12844) (23576da)
Changelog

Sourced from arize-phoenix-otel's changelog.

Changelog

17.12.0 (2026-06-25)

Features

Bug Fixes

  • agents: add summaries to bashkit bash tool (#13897) (64d914e)
  • agents: Prevent double bordered subagent tools and auto-open (#13900) (52d8c17)
  • agents: Prevent pxi logo from shrinking (#13899) (4de402a)
  • hide empty subagent message parts (#13895) (bc55be9)
  • pxi: Preserve PXI draft input across panel remounts (#13910) (71bec3c)
  • retention: remove unbatched RETURNING clause from delete_traces (#13909) (0f8a65a)

Documentation

17.11.0 (2026-06-24)

Features

  • agent: submit highlighted command on Enter in skill prompt (#13868) (ea02242)
  • annotations: show trace annotation summaries in project stats panel (#13855) (604a087)
  • evals: agent-readable failure reports for PXI eval harness (closes #13668) (#13737) (c59fb82)
  • server: expose agent endpoints in Swagger UI when running with --dev (#13873) (25cb3de)

Bug Fixes

  • server: cap pydantic-ai-slim below 2.0 to unbreak PyPI installs (#13881) (379e231)
  • trace: add bounded HTTP timeouts to dataset/trace fixtures (#13747) (6438a80)
  • ui: restore outline shape for thumbs up/down feedback icons (#13871) (e3bc988)

Documentation

  • tutorials: level up email model-comparison into eval-harness cookbook (DEV-357) (#13718) (537b7e6)
  • tutorials: level up session-level evaluation cookbook (#13728) (d411ea0)

... (truncated)

Commits
  • fdc4ebe chore(main): release arize-phoenix-otel 0.16.1 (#12996)
  • 64cb481 fix(api): include dataset metadata in experiment CSV export (#12897)
  • 5d14f23 docs: add LinkedIn social links alongside X/Bluesky (#12993)
  • 90fdf6b chore(deps): bump gitpython (#12868)
  • d7f144f docs: Audit and update llms.txt (#12918)
  • 6881345 chore(uv): exempt arize-phoenix-* packages from exclude-newer window (#12992)
  • 11b022a Merge pull request #12989 from Arize-ai/update-phoenix-version-15.2.0
  • c50d792 chore: update phoenix version to 15.2.0 in kustomize and helm
  • c024f0e chore(main): release arize-phoenix 15.2.0 (#12956)
  • 2ae4fab chore: update sitemap.xml (#12985)
  • Additional commits viewable in compare view

Updates langfuse from 4.2.0 to 4.12.0

Commits

Updates langsmith from 0.7.38 to 0.9.2

Release notes

Sourced from langsmith's releases.

v0.9.2

What's Changed

Full Changelog: langchain-ai/langsmith-sdk@v0.9.1...v0.9.2

v0.9.1

What's Changed

Full Changelog: langchain-ai/langsmith-sdk@v0.9.0...v0.9.1

v0.9.0

What's Changed

New Contributors

Full Changelog: langchain-ai/langsmith-sdk@v0.8.18...v0.9.0

v0.8.18

What's Changed

... (truncated)

Commits
  • 8a76faf release(python): bump py version to 0.9.2 (#3088)
  • 294d380 feat(client): expose v2 OpenAPI runs resource on Python and JS clients (#3084)
  • 0a79541 chore(js): bump AI SDK 7 to beta (#3085)
  • 275003f chore: sync langsmith_api (#3083)
  • 61e3478 chore: sync langsmith_api (#3082)
  • 4d79b2b chore: bump _MIN_BACKEND_VERSION to 0.16.6rc1 (#3076)
  • db296de release(js): bump js sdk version to 0.7.11 (#3079)
  • c269243 release(python): bump py version to 0.9.1 (#3078)
  • 435b7fc fix(python): declare missing runtime deps for _openapi_client (#3070)
  • b0511e9 feat: updating create feedback to add opt out for trace retention (#3047)
  • Additional commits viewable in compare view

Updates mlflow-skinny from 3.11.1 to 3.14.0

Release notes

Sourced from mlflow-skinny's releases.

v3.14.0

MLflow 3.14.0 includes several major features and improvements

Major New Features

  • 🚀 One-command agent onboarding with mlflow agent setup: Install MLflow, set up tracing, and hand your favorite coding agent (Claude Code, OpenAI Codex, or OpenCode) the MLflow skills to instrument your app, all from a single command.
  • Durable, low-latency tracing for Claude Code: Roll out Claude Code tracing across a team with confidence: a write-ahead-log keeps it from slowing the agent, overwhelming the tracking server, or losing traces on a network blip or crash.
  • 📝 Review Queues for traces: Assign traces to reviewers (or agents) and collect structured feedback and ground-truth annotations in the UI, written straight back onto the trace so they are immediately usable for evaluation.
  • 🗂️ Revamped evaluation dataset UI: Browse, inspect, edit, and bulk-manage evaluation dataset records directly in the UI, with click-through to the source trace.
  • 🧪 Pytest integration for regression testing: Write GenAI regression tests as plain pytest functions with the @mlflow.test marker, gate them in CI, and review test history and per-assertion judge results in the UI.
  • 🎛️ LLM Playground: Iterate on prompts in the browser against your AI Gateway endpoints and Prompt Registry versions, with settings, tools, structured output, and template variables.

Breaking Changes

Other Assorted Features & Improvements:

... (truncated)

Changelog

Sourced from mlflow-skinny's changelog.

3.14.0 (2026-06-17)

MLflow 3.14.0 includes several major features and improvements

Major New Features

  • 🚀 One-command agent onboarding with mlflow agent setup: Install MLflow, set up tracing, and hand your favorite coding agent (Claude Code, OpenAI Codex, or OpenCode) the MLflow skills to instrument your app, all from a single command.
  • Durable, low-latency tracing for Claude Code: Roll out Claude Code tracing across a team with confidence: a write-ahead-log keeps it from slowing the agent, overwhelming the tracking server, or losing traces on a network blip or crash.
  • 📝 Review Queues for traces: Assign traces to reviewers (or agents) and collect structured feedback and ground-truth annotations in the UI, written straight back onto the trace so they are immediately usable for evaluation.
  • 🗂️ Revamped evaluation dataset UI: Browse, inspect, edit, and bulk-manage evaluation dataset records directly in the UI, with click-through to the source trace.
  • 🧪 Pytest integration for regression testing: Write GenAI regression tests as plain pytest functions with the @mlflow.test marker, gate them in CI, and review test history and per-assertion judge results in the UI.
  • 🎛️ LLM Playground: Iterate on prompts in the browser against your AI Gateway endpoints and Prompt Registry versions, with settings, tools, structured output, and template variables.

Breaking Changes

Other Assorted Features & Improvements:

... (truncated)

Commits
  • 86cd7f5 Bump version to 3.14.0 (#24052)
  • 2db0fed Add docs page for @mlflow.test pytest regression testing (#24011)
  • 6786bef [3/3] Show regression-test results in the existing eval-run UI (#23985)
  • fb1a4ed Skip tracking backend prompt in mlflow agent setup when `MLFLOW_TRACKING_UR...
  • 4d7a1b3 Fix ChrfScore RAGAS scorer instantiation due to class name mismatch (#24047)
  • a64ca84 [Fix] Restore scrolling in the Playground conversation area (#24042)
  • 03dd3d2 Fix make_judge doc: self-referential deprecation note and link typo (#24046)
  • 1b64388 [Fix] Map OpenAI Agents SDK guardrail spans to SpanType.GUARDRAIL (#24044)
  • 4b60b87 Add "Save prompt to registry" action to the Prompt Playground (#24021)
  • 437d9f6 Surface review-question modal failures as toasts (#24035)
  • Additional commits viewable in compare view

Updates opik from 1.11.2 to 2.1.3

Release notes

Sourced from opik's releases.

2.1.3

What's Changed

Full Changelog: comet-ml/opik@2.1.2...2.1.3

v2.1.2

What's Changed

Full Changelog: comet-ml/opik@2.1.1...2.1.2

What's Changed

New Contributors

Full Changelog: comet-ml/opik@2.1.1...2.1.2

v2.1.1

What's Changed

Full Changelog: comet-ml/opik@2.1.0...2.1.1

What's Changed

... (truncated)

Commits
  • 72cffad [OPIK-7020] [SDK] feat: configure Comet-hosted MCP server with local fallback...
  • d32e761 [OPIK-6922] [SDK] feat: configurable runner poll interval + clearer poll-fail...
  • 696b075 [OPIK-7040] [FE] feat: shared PromptComparison (Compare against baseline/pare...
  • 3e7a899 [OPIK-7090] [QA] test(e2e): thread / conversation logging coverage (#7229)
  • 440f6ed [OPIK-7121] [INFRA] fix: revert Fern auto-update to a daily cron (#7242)
  • d9f5618 [NA] [DOCS] fix: make Opik UI tab selectable in version-control docs (#7241)
  • 4ffdc20 [OPIK-7083] test: harden Ollie/Agent-Playground local-runner E2E against prod...
  • e3b9875 [OPIK-6855] [BE] Fix test suite items lost when saving after editing an item ...
  • 6b37649 Update versions to 2.1.2 and bump base version to 2.1.3
  • 4102695 [NA] [SDK] fix: forward char_order and ignore_whitespace to NLTK in ChrF metr...
  • Additional commits viewable in compare view

Updates weave from 0.52.36 to 0.52.43

Release notes

Sourced from weave's releases.

v0.52.43

What's Changed

Bumps the llm group in /api with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [arize-phoenix-otel](https://github.com/Arize-ai/phoenix) | `0.15.0` | `0.16.1` |
| [langfuse](https://github.com/langfuse/langfuse) | `4.2.0` | `4.12.0` |
| [langsmith](https://github.com/langchain-ai/langsmith-sdk) | `0.7.38` | `0.9.2` |
| [mlflow-skinny](https://github.com/mlflow/mlflow) | `3.11.1` | `3.14.0` |
| [opik](https://github.com/comet-ml/opik) | `1.11.2` | `2.1.3` |
| [weave](https://github.com/wandb/weave) | `0.52.36` | `0.52.43` |


Updates `arize-phoenix-otel` from 0.15.0 to 0.16.1
- [Release notes](https://github.com/Arize-ai/phoenix/releases)
- [Changelog](https://github.com/Arize-ai/phoenix/blob/main/CHANGELOG.md)
- [Commits](Arize-ai/phoenix@arize-phoenix-otel-v0.15.0...arize-phoenix-otel-v0.16.1)

Updates `langfuse` from 4.2.0 to 4.12.0
- [Release notes](https://github.com/langfuse/langfuse/releases)
- [Commits](https://github.com/langfuse/langfuse/commits)

Updates `langsmith` from 0.7.38 to 0.9.2
- [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases)
- [Commits](langchain-ai/langsmith-sdk@v0.7.38...v0.9.2)

Updates `mlflow-skinny` from 3.11.1 to 3.14.0
- [Release notes](https://github.com/mlflow/mlflow/releases)
- [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md)
- [Commits](mlflow/mlflow@v3.11.1...v3.14.0)

Updates `opik` from 1.11.2 to 2.1.3
- [Release notes](https://github.com/comet-ml/opik/releases)
- [Changelog](https://github.com/comet-ml/opik/blob/main/CHANGELOG.md)
- [Commits](comet-ml/opik@1.11.2...2.1.3)

Updates `weave` from 0.52.36 to 0.52.43
- [Release notes](https://github.com/wandb/weave/releases)
- [Changelog](https://github.com/wandb/weave/blob/master/dev_docs/RELEASE.md)
- [Commits](wandb/weave@v0.52.36...v0.52.43)

---
updated-dependencies:
- dependency-name: arize-phoenix-otel
  dependency-version: 0.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: llm
- dependency-name: langfuse
  dependency-version: 4.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: llm
- dependency-name: langsmith
  dependency-version: 0.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: llm
- dependency-name: mlflow-skinny
  dependency-version: 3.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: llm
- dependency-name: opik
  dependency-version: 2.1.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: llm
- dependency-name: weave
  dependency-version: 0.52.43
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: llm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jun 26, 2026
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 python:uv Pull requests that update python:uv code

Development

Successfully merging this pull request may close these issues.

0 participants