From 659b32b43289fb440d8878c5b9b8b29e4a47fd6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 04:39:40 +0000 Subject: [PATCH] Update tqdm requirement from <=4.67.1,>=4.63.0 to >=4.63.0,<=4.67.2 Updates the requirements on [tqdm](https://github.com/tqdm/tqdm) to permit the latest version. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.63.0...v4.67.2) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.67.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 7912440..2565d1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "pydantic>=2.11.7,<=2.12.4", "scikit-learn>=1.3.1,<=1.6.1", "sseclient-py>=1.8.0,<=1.8.0", - "tqdm>=4.63.0,<=4.67.1", + "tqdm>=4.63.0,<=4.67.2", "typing_extensions>=4.12.2,<=4.15.0", "xxhash>=1.1.0,<=3.6.0", "backoff>=2.2.0,<=2.2.1",