From 20819aae80a0b83ab67c6ea3742fd8aa1fb710e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 15:42:29 +0000 Subject: [PATCH] Update asyncio requirement from <4.0,>=3.4.3 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ead3af6e..d920af57 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ torch>=2.1.1,<3.0 transformers>=4.39.0,<4.51.0 -asyncio>=3.4.3,<4.0 +asyncio>=3.4.3,<5.0 toml pypdf==5.1.0 ratelimit==2.2.1