From 084ca6c5fd41b2f23a01b1df963106f69547fdff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 17:18:56 +0000 Subject: [PATCH] Update asyncio requirement from >=3.4.3,<4.0 to >=3.4.3,<5.0 Updates the requirements on [asyncio](https://github.com/python/asyncio) to permit the latest version. - [Commits](https://github.com/python/asyncio/commits) --- updated-dependencies: - dependency-name: asyncio dependency-version: 4.0.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 d1b0e0f7..6b16f587 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ python = ">=3.10,<4.0" # torch = ">=2.1.1,<3.0" # transformers = ">= 4.39.0, <5.0.0" setuptools = "*" -asyncio = ">=3.4.3,<4.0" +asyncio = ">=3.4.3,<5.0" toml = "*" pypdf = "5.1.0" loguru = "*"