Skip to content

Commit

Permalink
Merge pull request #5 from codevbus/langchain-update
Browse files Browse the repository at this point in the history
upgrade langchain dependency
  • Loading branch information
codevbus committed Feb 13, 2024
2 parents 1094a87 + 1e64bf0 commit 84dd27f
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 57 deletions.
121 changes: 65 additions & 56 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
langchain = "^0.0.305"
langchain = ">=0.0.305"
openai = "^0.28.1"
ruff = "^0.0.291"
python-dotenv = "^1.0.0"
Expand Down

0 comments on commit 84dd27f

Please sign in to comment.