Skip to content

Commit

Permalink
fix(core): enforce langchain <0.3 for pydantic v1
Browse files Browse the repository at this point in the history
  • Loading branch information
StanGirard committed Sep 17, 2024
1 parent 9063b10 commit b49bb08
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 @@ -33,7 +33,7 @@ dependencies = [
"markdownify>=0.13.1",
"langchain-openai>=0.1.21",
"resend>=2.4.0",
"langchain>=0.2.14",
"langchain>=0.2.14,<0.3.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",
"langchain>=0.2.14,<0.3.0",
"langgraph>=0.2.14",
"httpx>=0.27.0",
"rich>=13.7.1",
Expand Down

0 comments on commit b49bb08

Please sign in to comment.