From 6fe1f07b188073807b670bde7408ba2d4d1df12b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 04:58:34 +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.20) --- updated-dependencies: - dependency-name: tabpfn-common-utils dependency-version: 0.2.20 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 2a89eab..e318a57 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,<=15.0.0", - "tabpfn-common-utils>=0.2.10,<=0.2.19", + "tabpfn-common-utils>=0.2.10,<=0.2.20", "google-crc32c>=1.5.0,<=1.8.0", "pyarrow>=14.0.0,<=23.0.1", ]