-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Release 0.0.205 + core 0.1.0 #3631
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1174,9 +1174,9 @@ | |
}, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hey there! 👋 I noticed that the dependencies for langchain have been updated in this PR, potentially impacting peer/dev/hard dependencies. I've flagged this for the maintainers to review. Great work on the update! |
||
"dependencies": { | ||
"@anthropic-ai/sdk": "^0.9.1", | ||
"@langchain/community": "~0.0.2", | ||
"@langchain/core": "~0.0.11", | ||
"@langchain/openai": "~0.0.2", | ||
"@langchain/community": "~0.0.3", | ||
"@langchain/core": "~0.1.0", | ||
"@langchain/openai": "~0.0.5", | ||
"binary-extensions": "^2.2.0", | ||
"expr-eval": "^2.0.2", | ||
"js-tiktoken": "^1.0.7", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ | |
"author": "LangChain", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hey there! 🌟 This PR includes a dependency change for "@langchain/core" from a peer or hard dependency perspective. I've flagged this for your review. Keep up the great work! 🚀 |
||
"license": "MIT", | ||
"dependencies": { | ||
"@langchain/core": "~0.0.6" | ||
"@langchain/core": "~0.1.0" | ||
}, | ||
"devDependencies": { | ||
"@jest/globals": "^29.5.0", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@langchain/anthropic", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Anthropic integrations for LangChain.js", | ||
"type": "module", | ||
"engines": { | ||
|
@@ -35,11 +35,10 @@ | |
"license": "MIT", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hey there! 👋 I've reviewed the PR and noticed a change in the dependencies, specifically the update to "@langchain/core" from "~0.0.1" to "~0.1.0" in the "dependencies" section and its removal from the "devDependencies" section. This is just a heads up for the maintainers to review the dependency changes. Keep up the great work! 🚀 |
||
"dependencies": { | ||
"@anthropic-ai/sdk": "^0.10.0", | ||
"@langchain/core": "~0.0.1" | ||
"@langchain/core": "~0.1.0" | ||
}, | ||
"devDependencies": { | ||
"@jest/globals": "^29.5.0", | ||
"@langchain/core": "workspace:*", | ||
"@swc/core": "^1.3.90", | ||
"@swc/jest": "^0.2.29", | ||
"dpdm": "^3.12.0", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hey there! 👋 I noticed the version change in "@langchain/community" from 0.0.2 to 0.0.3, which might impact the project's dependencies. I've flagged this for the maintainers to review. Keep up the great work! |
||
"name": "@langchain/community", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Sample integration for LangChain.js", | ||
"type": "module", | ||
"engines": { | ||
|
@@ -33,8 +33,8 @@ | |
"author": "LangChain", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@langchain/core": "~0.0.11", | ||
"@langchain/openai": "~0.0.2", | ||
"@langchain/core": "~0.1.0", | ||
"@langchain/openai": "~0.0.5", | ||
"flat": "^5.0.2", | ||
"langsmith": "~0.0.48", | ||
"uuid": "^9.0.0", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hey there! 👋 I noticed the version update in the package.json for "@langchain/openai" from "0.0.2" to "0.0.5", which could potentially impact the project's dependencies. This is just a heads-up for the maintainers to review the change and its impact on peer/dev/hard dependencies. Keep up the great work! 🚀 |
||
"name": "@langchain/openai", | ||
"version": "0.0.2", | ||
"version": "0.0.5", | ||
"description": "OpenAI integrations for LangChain.js", | ||
"type": "module", | ||
"engines": { | ||
|
@@ -34,7 +34,7 @@ | |
"author": "LangChain", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@langchain/core": "~0.0.11", | ||
"@langchain/core": "~0.1.0", | ||
"js-tiktoken": "^1.0.7", | ||
"openai": "^4.19.0", | ||
"zod": "^3.22.3", | ||
|
There was a problem hiding this comment.
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 version change in langchain-core's package.json, which could impact dependencies (e.g., peer/dev/hard). Just flagging this for your review. Thanks!