From 1cfc8344f8afaee986c3c7a439f32c443fc6b98b Mon Sep 17 00:00:00 2001 From: Arthur Cheng Date: Thu, 28 Aug 2025 17:00:30 -0700 Subject: [PATCH] add aiohttp back as it is required by ds model deployment --- libs/oci/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/oci/pyproject.toml b/libs/oci/pyproject.toml index 158d3cb..9fbbecb 100644 --- a/libs/oci/pyproject.toml +++ b/libs/oci/pyproject.toml @@ -16,7 +16,7 @@ langchain-core = ">=0.3.20,<1.0.0" langchain = ">=0.3.20,<1.0.0" oci = ">=2.144.0" pydantic = ">=2,<3" -# aiohttp = ">=3.12.14" +aiohttp = ">=3.12.14" [tool.poetry.group.test] optional = true