Skip to content

Commit cf12000

Browse files
authored
security: Update Langchain versions (#894)
awaiting testing
1 parent 8d86c4e commit cf12000

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

poetry.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ httpx = {extras = ["http2"], version = "^0.27.0"}
2525
chromadb = "^0.4.16"
2626
cohere = "^5.5.7"
2727
inquirer = "^3.2.4"
28-
langchain = "0.2.15"
28+
langchain = "0.2.17"
2929
langchain-cohere = "^0.1.1"
30-
langchain-community = "0.2.15"
30+
langchain-community = "0.2.19"
3131
py-expression-eval = "^0.3.14"
3232
tavily-python = "^0.3.3"
3333
arxiv = "^2.1.0"
@@ -88,7 +88,7 @@ fastapi = "0.115.5"
8888
psycopg2 = "^2.9.9"
8989
boto3 = "^1.0.0"
9090
py-expression-eval = "^0.3.14"
91-
langchain = "0.2.15"
91+
langchain = "0.2.17"
9292
langchain-cohere = "^0.1.1"
9393
tavily-python = "^0.3.3"
9494

0 commit comments

Comments
 (0)