From 1772439ea53c0141aa6395a71df4113b7adc1e55 Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Thu, 8 Jan 2026 13:49:39 +0100 Subject: [PATCH] Update aiohttp version in pyproject.toml --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 16a56a7c2..8408094db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "litellm>=1.76.0", "instructor>=1.9.1,<2.0.0", "filetype>=1.2.0,<2.0.0", - "aiohttp>=3.11.14,<4.0.0", + "aiohttp>=3.13.3,<4.0.0", "aiofiles>=23.2.1", "rdflib>=7.1.4,<7.2.0", "pypdf>=4.1.0,<7.0.0", @@ -60,8 +60,7 @@ dependencies = [ "fakeredis[lua]>=2.32.0", "diskcache>=5.6.3", "aiolimiter>=1.2.1", - "urllib3>=2.6.0", - "aiohttp>=3.13.3" + "urllib3>=2.6.0" ] [project.optional-dependencies]