Skip to content

Commit

Permalink
fix(security): require langchain-experimental>=0.0.61 (langflow-ai#2476)
Browse files Browse the repository at this point in the history
* security: require langchain-experimental>=0.0.61

* security: require langchain-experimental>=0.0.61

(cherry picked from commit 0853056)
  • Loading branch information
nicoloboschi committed Jul 3, 2024
1 parent ad51f32 commit f02de98
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
15 changes: 6 additions & 9 deletions src/backend/base/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 src/backend/base/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ langchainhub = "~0.1.15"
sqlmodel = "^0.0.18"
loguru = "^0.7.1"
rich = "^13.7.0"
langchain-experimental = "*"
langchain-experimental = "^0.0.61"
pydantic = "^2.7.0"
pydantic-settings = "^2.2.0"
websockets = "*"
Expand Down

0 comments on commit f02de98

Please sign in to comment.