From 1393dd0eced02b78eccaa2bc49c3664f51f3940c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 08:05:43 +0000 Subject: [PATCH] build(deps): update aiohttp requirement from <3.10 to <3.11 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.10.1) --- 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 54d071f..dac5f9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,7 +99,7 @@ fileio = [ "yarl<1.10", ] nlp = [ - "aiohttp<3.10", + "aiohttp<3.11", "langchain", "unstructured<0.15", ]