From 7b3a2d0d516e81584c43795ddf0b5e91e25a337c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 05:00:26 +0000 Subject: [PATCH] Update tabpfn-common-utils requirement Updates the requirements on [tabpfn-common-utils](https://github.com/priorlabs/tabpfn_common_utils) to permit the latest version. - [Release notes](https://github.com/priorlabs/tabpfn_common_utils/releases) - [Changelog](https://github.com/PriorLabs/tabpfn_common_utils/blob/main/CHANGELOG.md) - [Commits](https://github.com/priorlabs/tabpfn_common_utils/compare/v0.2.11...v0.2.14) --- updated-dependencies: - dependency-name: tabpfn-common-utils dependency-version: 0.2.14 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 279bfac..e5c1815 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "xxhash>=1.1.0,<=3.6.0", "backoff>=2.2.0,<=2.2.1", "rich>=13.7.0,<=14.0.0", - "tabpfn-common-utils>=0.2.10,<=0.2.13" + "tabpfn-common-utils>=0.2.10,<=0.2.14" ] [project.urls]