From ebff78034ef77c8e9e8ab60057bc0980f482fecb Mon Sep 17 00:00:00 2001 From: Jiwen Cai Date: Mon, 7 Oct 2024 17:59:40 -0700 Subject: [PATCH] Bump up aiohttp to 3.10.7 See: https://github.com/home-assistant/core/issues/126961 https://github.com/aio-libs/aiohttp/issues/9307 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4c2c0b2b221..dd92a9ddf6b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ transformers>=4.28.1 tokenizers>=0.13.3 sentencepiece safetensors>=0.4.2 -aiohttp +aiohttp>=3.10.7 pyyaml Pillow scipy