Skip to content

Commit

Permalink
Merge pull request #83 from log10-io/nqn/wider-langchain-deps
Browse files Browse the repository at this point in the history
Widening the langchain versions supported
  • Loading branch information
nqn authored Jan 24, 2024
2 parents ebd3e42 + 43cb52e commit 7414466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ build = "^0.10.0"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain = "^0.0.303"
langchain = "<0.2.0"
openai = "<2"
requests = "^2.31.0"
python-dotenv = "^1.0.0"
Expand Down

0 comments on commit 7414466

Please sign in to comment.