From 18f302af770510b85847751e31f5ed164a2a3d63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 12:22:37 +0000 Subject: [PATCH] Update rich requirement from <=14.0.0,>=13.7.0 to >=13.7.0,<=14.3.2 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.7.0...v14.3.2) --- updated-dependencies: - dependency-name: rich dependency-version: 14.3.2 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 64133e8..9192a38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "typing_extensions>=4.12.2,<=4.15.0", "xxhash>=1.1.0,<=3.6.0", "backoff>=2.2.0,<=2.2.1", - "rich>=13.7.0,<=14.0.0", + "rich>=13.7.0,<=14.3.2", "tabpfn-common-utils>=0.2.10,<=0.2.15" ]