From c8eb8449b8d0eb7e24c4c9496f17ad25f2088f19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 04:58:25 +0000 Subject: [PATCH] Update xxhash requirement from <=3.6.0,>=1.1.0 to >=1.1.0,<=3.7.0 Updates the requirements on [xxhash](https://github.com/ifduyue/python-xxhash) to permit the latest version. - [Release notes](https://github.com/ifduyue/python-xxhash/releases) - [Changelog](https://github.com/ifduyue/python-xxhash/blob/master/CHANGELOG.rst) - [Commits](https://github.com/ifduyue/python-xxhash/compare/v1.1.0...v3.7.0) --- updated-dependencies: - dependency-name: xxhash dependency-version: 3.7.0 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..e6d7376 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "sseclient-py>=1.8.0,<=1.9.0", "tqdm>=4.63.0,<=4.67.3", "typing_extensions>=4.12.2,<=4.15.0", - "xxhash>=1.1.0,<=3.6.0", + "xxhash>=1.1.0,<=3.7.0", "backoff>=2.2.0,<=2.2.1", "rich>=13.7.0,<=15.0.0", "tabpfn-common-utils>=0.2.10,<=0.2.19",