From 2b3c532232d87505105488dbc2c77a7fffa59bba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 08:27:18 +0000 Subject: [PATCH] Update rich requirement from ~=13.9 to >=13.9,<16.0 Updates the requirements on [rich](https://github.com/Textualize/rich) to permit the latest version. - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v13.9.0...v15.0.0) --- updated-dependencies: - dependency-name: rich dependency-version: 15.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7d4a570..83cd348 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "litellm~=1.55", "typer~=0.15", "pydantic~=2.10", - "rich~=13.9", + "rich>=13.9,<16.0", "pyyaml~=6.0", "pypdf~=4.0", "prompt-toolkit~=3.0",