Skip to content

Commit 8d7da8a

Browse files
add aiohttp back as it is required by ds model deployment (#23)
1 parent 3b115a4 commit 8d7da8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/oci/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ langchain-core = ">=0.3.20,<1.0.0"
1616
langchain = ">=0.3.20,<1.0.0"
1717
oci = ">=2.144.0"
1818
pydantic = ">=2,<3"
19-
# aiohttp = ">=3.12.14"
19+
aiohttp = ">=3.12.14"
2020

2121
[tool.poetry.group.test]
2222
optional = true

0 commit comments

Comments
 (0)