Skip to content

Commit b6ad06a

Browse files
authored
Merge pull request #551 from nicoloboschi/allow-langchain2
allow langchain 0.2.x
2 parents 76d1086 + 80cb1f6 commit b6ad06a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ dependencies = [
4242
"httpx>=0.24.1",
4343
"jinja2>=3.1.3",
4444
# The 0.1.9 has a bug related to SparkLLM which breaks everything.
45-
"langchain>=0.1.0,<0.2.0,!=0.1.9",
46-
"langchain-core>=0.1.0,!=0.1.26",
47-
"langchain-community>=0.0.16,<0.1.0",
45+
"langchain>=0.1.0,<0.3.0,!=0.1.9",
46+
"langchain-core>=0.1.0,<0.3.0,!=0.1.26",
47+
"langchain-community>=0.0.16,<0.3.0",
4848
"lark~=1.1.7",
4949
"nest-asyncio>=1.5.6",
5050
"prompt-toolkit>=3.0",

0 commit comments

Comments
 (0)