Skip to content

Commit

Permalink
chore: update langchain version constraints
Browse files Browse the repository at this point in the history
- Updated version constraints for 'langchain', 'langchain-core', and
  'langchain-community' to allow versions up to <0.4.0.
  • Loading branch information
Pouyanpi committed Oct 1, 2024
1 parent f51d871 commit b988b5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ dependencies = [
"httpx>=0.24.1",
"jinja2>=3.1.4",
# The 0.1.9 has a bug related to SparkLLM which breaks everything.
"langchain>=0.2.14,<0.3.0,!=0.1.9",
"langchain-core>=0.2.14,<0.3.0,!=0.1.26",
"langchain-community>=0.0.16,<0.3.0",
"langchain>=0.2.14,<0.4.0,!=0.1.9",
"langchain-core>=0.2.14,<0.4.0,!=0.1.26",
"langchain-community>=0.0.16,<0.4.0",
"lark~=1.1.7",
"nest-asyncio>=1.5.6",
"prompt-toolkit>=3.0",
Expand Down

0 comments on commit b988b5a

Please sign in to comment.