Skip to content

Commit

Permalink
chore(community): Bump langchain dep within community (#7071)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored Oct 26, 2024
1 parent a2fe51f commit c214740
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/langchain-community/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"expr-eval": "^2.0.2",
"flat": "^5.0.2",
"js-yaml": "^4.1.0",
"langchain": ">=0.2.3 <0.4.0",
"langchain": ">=0.2.3 <0.3.0 || >=0.3.4 <0.4.0",
"langsmith": "^0.2.0",
"uuid": "^10.0.0",
"zod": "^3.22.3",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11582,7 +11582,7 @@ __metadata:
js-yaml: ^4.1.0
jsdom: ^22.1.0
jsonwebtoken: ^9.0.2
langchain: ">=0.2.3 <0.4.0"
langchain: ">=0.2.3 <0.3.0 || >=0.3.4 <0.4.0"
langsmith: ^0.2.0
llmonitor: ^0.5.9
lodash: ^4.17.21
Expand Down Expand Up @@ -32875,7 +32875,7 @@ __metadata:
languageName: node
linkType: hard

"langchain@>=0.2.3 <0.4.0, langchain@workspace:*, langchain@workspace:langchain":
"langchain@>=0.2.3 <0.3.0 || >=0.3.4 <0.4.0, langchain@workspace:*, langchain@workspace:langchain":
version: 0.0.0-use.local
resolution: "langchain@workspace:langchain"
dependencies:
Expand Down

0 comments on commit c214740

Please sign in to comment.