From 969b87dee9d253f19d60cb769739b971a802d738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Thu, 5 Dec 2024 07:35:21 -0800 Subject: [PATCH] update aiohttp version to 3.11.9 --- examples/deployment/modal-example/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/deployment/modal-example/requirements.txt b/examples/deployment/modal-example/requirements.txt index 805717626..479a18b35 100644 --- a/examples/deployment/modal-example/requirements.txt +++ b/examples/deployment/modal-example/requirements.txt @@ -2,4 +2,4 @@ python-dotenv==1.0.1 modal==0.65.48 pipecat-ai[daily,silero,cartesia,openai]==0.0.48 fastapi==0.115.4 -aiohttp==3.10.10 \ No newline at end of file +aiohttp==3.11.9 diff --git a/pyproject.toml b/pyproject.toml index c1d637f32..f9ecec477 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Artificial Intelligence" ] dependencies = [ - "aiohttp~=3.10.3", + "aiohttp~=3.11.9", "loguru~=0.7.2", "Markdown~=3.7", "numpy~=1.26.4",