From 92812ce3cc13625309ecea11057a28e1f05c34f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 10:23:03 +0000 Subject: [PATCH] chore(deps-dev): bump rich from 13.7.1 to 15.0.0 Bumps [rich](https://github.com/Textualize/rich) from 13.7.1 to 15.0.0. - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/main/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v13.7.1...v15.0.0) --- updated-dependencies: - dependency-name: rich dependency-version: 15.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 522791c34..68e8a927c 100644 --- a/setup.py +++ b/setup.py @@ -131,7 +131,7 @@ "redisvl>=0.4.1; python_version >= '3.9' and python_version < '3.14'", "mcp>=1.10.0; python_version >= '3.10'", "litellm-proxy-extras==0.2.19", - "rich==13.7.1", + "rich==15.0.0", "litellm-enterprise==0.1.20", "diskcache>=5.6.1", "polars>=1.31.0; python_version >= '3.10'",