From 094dd7af57a3cadda2dfb5d4a10f66b79e48e112 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 04:42:53 +0000 Subject: [PATCH] Update rich requirement from <=14.0.0,>=13.7.0 to >=13.7.0,<=14.3.1 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.1) --- updated-dependencies: - dependency-name: rich dependency-version: 14.3.1 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 ed23126..e6c6f80 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.1", "tabpfn-common-utils>=0.2.10,<=0.2.13" ]