Skip to content

Commit

Permalink
Update langchain and langchainhub versions in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
coolbeevip committed May 10, 2024
1 parent 1aa337c commit b34884a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ packages = [{ include = "langchain_lab", from = "src" }]
[tool.poetry.dependencies]
python = "^3.11"
streamlit = "1.32.2"
langchain = "0.1.14"
langchain = "0.1.19"
langchain-openai = "0.1.6"
langchain-experimental = "0.0.58"
langchainhub = "0.1.19"
langchainhub = "0.1.15"
faiss-cpu = "^1.7.4"
pandas = "^2.1.0"
python-dotenv = "^1.0.0"
Expand Down

0 comments on commit b34884a

Please sign in to comment.