Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

community[patch], langchain[patch]: Bump core versions #4425

Merged
merged 1 commit into from
Feb 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion langchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1514,7 +1514,7 @@
"dependencies": {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey there! I noticed that the "@langchain/core" dependency has been updated from "~0.1.28" to "~0.1.29", indicating a patch update. I'm flagging this for your review to ensure it aligns with the project's dependency management strategy. Keep up the great work!

"@anthropic-ai/sdk": "^0.9.1",
"@langchain/community": "~0.0.28",
"@langchain/core": "~0.1.28",
"@langchain/core": "~0.1.29",
"@langchain/openai": "~0.0.14",
"binary-extensions": "^2.2.0",
"expr-eval": "^2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-community/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"author": "LangChain",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey there! I noticed the update to the "@langchain/core" dependency in the package.json file. This change affects the project's dependencies and is flagged for maintainers to review. Great work on the update!

"license": "MIT",
"dependencies": {
"@langchain/core": "~0.1.28",
"@langchain/core": "~0.1.29",
"@langchain/openai": "~0.0.14",
"flat": "^5.0.2",
"langsmith": "~0.1.1",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8985,7 +8985,7 @@ __metadata:
"@gradientai/nodejs-sdk": ^1.2.0
"@huggingface/inference": ^2.6.4
"@jest/globals": ^29.5.0
"@langchain/core": ~0.1.28
"@langchain/core": ~0.1.29
"@langchain/openai": ~0.0.14
"@langchain/scripts": ~0.0
"@mozilla/readability": ^0.4.4
Expand Down Expand Up @@ -9344,7 +9344,7 @@ __metadata:
languageName: unknown
linkType: soft

"@langchain/core@workspace:*, @langchain/core@workspace:langchain-core, @langchain/core@~0.1, @langchain/core@~0.1.1, @langchain/core@~0.1.13, @langchain/core@~0.1.28, @langchain/core@~0.1.5, @langchain/core@~0.1.9":
"@langchain/core@workspace:*, @langchain/core@workspace:langchain-core, @langchain/core@~0.1, @langchain/core@~0.1.1, @langchain/core@~0.1.13, @langchain/core@~0.1.29, @langchain/core@~0.1.5, @langchain/core@~0.1.9":
version: 0.0.0-use.local
resolution: "@langchain/core@workspace:langchain-core"
dependencies:
Expand Down Expand Up @@ -25831,7 +25831,7 @@ __metadata:
"@google-cloud/storage": ^6.10.1
"@jest/globals": ^29.5.0
"@langchain/community": ~0.0.28
"@langchain/core": ~0.1.28
"@langchain/core": ~0.1.29
"@langchain/openai": ~0.0.14
"@langchain/scripts": ~0.0
"@notionhq/client": ^2.2.10
Expand Down
Loading