Skip to content

Commit

Permalink
chore(deps): update dependency langchain to >=0.3.2,<0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 6, 2024
1 parent 3d9cbe5 commit 06054a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
"markdownify>=0.13.1",
"langchain-openai>=0.1.21",
"resend>=2.4.0",
"langchain>=0.2.14,<0.3.0",
"langchain>=0.3.2,<0.4.0",
"litellm>=1.43.15",
"openai>=1.40.8",
"tiktoken>=0.7.0",
Expand Down
2 changes: 1 addition & 1 deletion backend/core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
dependencies = [
"pydantic>=2.8.2",
"langchain-core>=0.2.38",
"langchain>=0.2.14,<0.3.0",
"langchain>=0.3.2,<0.4.0",
"langgraph>=0.2.14",
"httpx>=0.27.0",
"rich>=13.7.1",
Expand Down

0 comments on commit 06054a8

Please sign in to comment.