From 28cbbc395bc6b4e09dd8fa9aa4f6b27f5831ce0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 06:41:50 +0000 Subject: [PATCH] deps: update rich requirement from <15.0.0,>=13.0.0 to >=15.0.0,<16.0.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.0.0...v15.0.0) --- updated-dependencies: - dependency-name: rich dependency-version: 15.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- agents/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/agents/requirements.txt b/agents/requirements.txt index fbf2ecd..a465ce5 100644 --- a/agents/requirements.txt +++ b/agents/requirements.txt @@ -18,7 +18,7 @@ typing-extensions>=4.9.0,<5.0.0 ## Monitoring & Logging loguru>=0.7.0,<1.0.0 -rich>=13.0.0,<15.0.0 +rich>=13.0.0,<16.0.0 ## Optional: Cloud API backends (uncomment as needed) # anthropic>=0.39.0,<1.0.0 diff --git a/pyproject.toml b/pyproject.toml index 69a3d7d..2a13a39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ agents = [ "pydantic>=2.0.0,<3.0.0", "typing-extensions>=4.15.0,<5.0.0", "loguru>=0.7.0,<1.0.0", - "rich>=13.0.0,<15.0.0", + "rich>=15.0.0,<16.0.0", "websockets>=15.0.1,<16.0.0", "pyyaml>=6.0.3,<7.0.0", "mempalace>=3.1.0",