From 378c404846e5d0fe9760b618be82c9c349bcc418 Mon Sep 17 00:00:00 2001 From: Shroominic Date: Mon, 20 Nov 2023 15:37:54 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Pin=20aiohttp=20version=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6454567..18fa0d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = ">=3.10, <3.13" numpy = ">=1.26" langchain = ">=0.0.338" pydantic = ">2" -aiohttp = ">=3.9" +aiohttp = ">=3.9.0" python-dotenv = "^1" pydantic-settings = "^2" tiktoken = ">=0.4"