Skip to content

Commit 77b6c8f

Browse files
committed
loosen langchain version requirements
1 parent 4487c48 commit 77b6c8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/oci/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ license = "UPL"
1212

1313
[tool.poetry.dependencies]
1414
python = ">=3.9,<4.0"
15-
langchain-core = "<1.0.0,>=0.3.66"
16-
langchain = "<1.0.0,>=0.3.26"
15+
langchain-core = ">=0.3.20,<1.0.0"
16+
langchain = ">=0.3.20,<1.0.0"
1717
oci = ">=2.139.0"
1818
pydantic = ">=2,<3"
1919
# aiohttp = ">=3.12.14"

0 commit comments

Comments
 (0)