From 957d9c5e593d4ba925583b80805af1c985ddd6e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 20:25:58 +0000 Subject: [PATCH] chore(deps): bump arize-phoenix[evals] in /warehouse/oso_agent Bumps [arize-phoenix[evals]](https://github.com/Arize-ai/phoenix) from 11.28.0 to 12.20.0. - [Release notes](https://github.com/Arize-ai/phoenix/releases) - [Changelog](https://github.com/Arize-ai/phoenix/blob/main/CHANGELOG.md) - [Commits](https://github.com/Arize-ai/phoenix/compare/arize-phoenix-v11.28.0...arize-phoenix-v12.20.0) --- updated-dependencies: - dependency-name: arize-phoenix[evals] dependency-version: 12.20.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- warehouse/oso_agent/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/warehouse/oso_agent/pyproject.toml b/warehouse/oso_agent/pyproject.toml index f0572452ba..1964c64693 100644 --- a/warehouse/oso_agent/pyproject.toml +++ b/warehouse/oso_agent/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.10" authors = [{ name = "OSO Team", email = "opensource-observer@googlegroups.com" }] dependencies = [ "arize-phoenix-otel>=0.10.1", - "arize-phoenix[evals]==11.28.0", + "arize-phoenix[evals]==12.20.0", "discord-py>=2.5.2", "dotenv>=0.9.9", "llama-index>=0.12.29",