Skip to content

Commit 4487c48

Browse files
committed
loosen dependencies so switching library from langchain-community is more seamless.
1 parent 68360b6 commit 4487c48

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

libs/oci/pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "langchain-oci"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "An integration package connecting OCI and LangChain"
55
authors = []
66
readme = "README.md"
@@ -12,10 +12,11 @@ license = "UPL"
1212

1313
[tool.poetry.dependencies]
1414
python = ">=3.9,<4.0"
15-
langchain-core = ">=0.3.15,<0.4"
16-
oci = ">=2.155.1"
15+
langchain-core = "<1.0.0,>=0.3.66"
16+
langchain = "<1.0.0,>=0.3.26"
17+
oci = ">=2.139.0"
1718
pydantic = ">=2,<3"
18-
aiohttp = ">=3.12.14"
19+
# aiohttp = ">=3.12.14"
1920

2021
[tool.poetry.group.test]
2122
optional = true

0 commit comments

Comments
 (0)