Skip to content

Commit 68f6ec5

Browse files
committed
changed upper bounds on lanchain packages < 1.0
1 parent caf9d73 commit 68f6ec5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

libs/langchain-mongodb/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ description = "An integration package connecting MongoDB and LangChain"
1010
readme = "README.md"
1111
requires-python = ">=3.9"
1212
dependencies = [
13-
"langchain-core>=0.3",
14-
"langchain>=0.3",
13+
"langchain-core>=0.3,<1.0",
14+
"langchain>=0.3,<1.0",
1515
"pymongo>=4.6.1",
16-
"langchain-text-splitters>=0.3",
16+
"langchain-text-splitters>=0.3,<1.0",
1717
"numpy>=1.26",
1818
"lark<2.0.0,>=1.1.9",
1919
]

libs/langchain-mongodb/uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)