We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68360b6 commit 4487c48Copy full SHA for 4487c48
libs/oci/pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "langchain-oci"
3
-version = "0.1.3"
+version = "0.1.4"
4
description = "An integration package connecting OCI and LangChain"
5
authors = []
6
readme = "README.md"
@@ -12,10 +12,11 @@ license = "UPL"
12
13
[tool.poetry.dependencies]
14
python = ">=3.9,<4.0"
15
-langchain-core = ">=0.3.15,<0.4"
16
-oci = ">=2.155.1"
+langchain-core = "<1.0.0,>=0.3.66"
+langchain = "<1.0.0,>=0.3.26"
17
+oci = ">=2.139.0"
18
pydantic = ">=2,<3"
-aiohttp = ">=3.12.14"
19
+# aiohttp = ">=3.12.14"
20
21
[tool.poetry.group.test]
22
optional = true
0 commit comments