Skip to content

Commit

Permalink
environment_tests[minor],langchain[minor]: Upgrade core dep to 0.2.0 (#…
Browse files Browse the repository at this point in the history
…5444)

* langchain[minor]: Upgrade core dep to 0.2.0

* update export tests to not use rc core version
  • Loading branch information
bracesproul authored May 17, 2024
1 parent 36e13ec commit 28a672a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion environment_tests/test-exports-tsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"prettier": "^2.8.3"
},
"resolutions": {
"@langchain/core": "0.2.0-rc.0"
"@langchain/core": "~0.2.0"
}
}
2 changes: 1 addition & 1 deletion environment_tests/test-exports-vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"typescript": "^5.0.0"
},
"resolutions": {
"@langchain/core": "0.2.0-rc.0"
"@langchain/core": "~0.2.0"
}
}
2 changes: 1 addition & 1 deletion environment_tests/test-exports-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"vite": "^4.2.0"
},
"resolutions": {
"@langchain/core": "0.2.0-rc.0"
"@langchain/core": "~0.2.0"
}
}
2 changes: 1 addition & 1 deletion langchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@
}
},
"dependencies": {
"@langchain/core": "~0.2.0-rc.0",
"@langchain/core": "~0.2.0",
"@langchain/openai": "~0.0.28",
"@langchain/textsplitters": "~0.0.0",
"binary-extensions": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27382,7 +27382,7 @@ __metadata:
"@google-ai/generativelanguage": ^0.2.1
"@jest/globals": ^29.5.0
"@langchain/cohere": ^0.0.8
"@langchain/core": ~0.2.0-rc.0
"@langchain/core": ~0.2.0
"@langchain/openai": ~0.0.28
"@langchain/scripts": ~0.0
"@langchain/textsplitters": ~0.0.0
Expand Down

0 comments on commit 28a672a

Please sign in to comment.