From f93290db37c34d86e66b7419d0b5da86ad512fcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 04:14:21 +0000 Subject: [PATCH] Update sseclient-py requirement from <=1.8.0,>=1.8.0 to >=1.8.0,<=1.9.0 Updates the requirements on sseclient-py to permit the latest version. --- updated-dependencies: - dependency-name: sseclient-py dependency-version: 1.9.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 98f2608..4a29b0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "password-strength>=0.0.3.post2,<=0.0.3.post2", "pydantic>=2.11.7,<=2.12.4", "scikit-learn>=1.3.1,<=1.6.1", - "sseclient-py>=1.8.0,<=1.8.0", + "sseclient-py>=1.8.0,<=1.9.0", "tqdm>=4.63.0,<=4.67.1", "typing_extensions>=4.12.2,<=4.15.0", "xxhash>=1.1.0,<=3.6.0",