From e146d4f552b3d7364942be2e2d287d6307a27aca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 08:57:01 +0000 Subject: [PATCH] build(deps): update aiohttp requirement from <3.11 to <3.12 Updates the requirements on [aiohttp](https://github.com/aio-libs/aiohttp) to permit the latest version. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v0.1...v3.11.2) --- updated-dependencies: - dependency-name: aiohttp 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 e342f67..6608adb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ optional-dependencies.fileio = [ "yarl<1.19", ] optional-dependencies.nlp = [ - "aiohttp<3.11", + "aiohttp<3.12", "langchain>=0.1,<0.4", "langchain-text-splitters<0.4", "unstructured<0.17",