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

Release 0.0.205 + core 0.1.0 #3631

Merged
merged 2 commits into from
Dec 12, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Because all used packages must share the same version of core, we suggest using
"license": "MIT",
"dependencies": {
"@anthropic-ai/sdk": "^0.10.0",
"@langchain/core": "~0.0.1"
"@langchain/core": "~0.1.0"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion langchain-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
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 version change in langchain-core's package.json, which could impact dependencies (e.g., peer/dev/hard). Just flagging this for your review. Thanks!

"name": "@langchain/core",
"version": "0.0.11",
"version": "0.1.0",
"description": "Core LangChain.js abstractions and schemas",
"type": "module",
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions langchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1174,9 +1174,9 @@
},
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 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",
Expand Down
2 changes: 1 addition & 1 deletion libs/create-langchain-integration/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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! 🌟 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",
Expand Down
5 changes: 2 additions & 3 deletions libs/langchain-anthropic/package.json
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": {
Expand Down Expand Up @@ -35,11 +35,10 @@
"license": "MIT",
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'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",
Expand Down
6 changes: 3 additions & 3 deletions libs/langchain-community/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
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 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": {
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions libs/langchain-openai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
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 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": {
Expand Down Expand Up @@ -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",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7977,7 +7977,7 @@ __metadata:
dependencies:
"@anthropic-ai/sdk": ^0.10.0
"@jest/globals": ^29.5.0
"@langchain/core": "workspace:*"
"@langchain/core": ~0.1.0
"@swc/core": ^1.3.90
"@swc/jest": ^0.2.29
dpdm: ^3.12.0
Expand All @@ -7997,7 +7997,7 @@ __metadata:
languageName: unknown
linkType: soft

"@langchain/community@workspace:libs/langchain-community, @langchain/community@~0.0.2":
"@langchain/community@workspace:libs/langchain-community, @langchain/community@~0.0.3":
version: 0.0.0-use.local
resolution: "@langchain/community@workspace:libs/langchain-community"
dependencies:
Expand All @@ -8023,8 +8023,8 @@ __metadata:
"@gradientai/nodejs-sdk": ^1.2.0
"@huggingface/inference": ^2.6.4
"@jest/globals": ^29.5.0
"@langchain/core": ~0.0.11
"@langchain/openai": ~0.0.2
"@langchain/core": ~0.1.0
"@langchain/openai": ~0.0.5
"@mozilla/readability": ^0.4.4
"@opensearch-project/opensearch": ^2.2.0
"@pinecone-database/pinecone": ^1.1.0
Expand Down Expand Up @@ -8351,7 +8351,7 @@ __metadata:
languageName: unknown
linkType: soft

"@langchain/core@workspace:*, @langchain/core@workspace:langchain-core, @langchain/core@~0.0.11":
"@langchain/core@workspace:langchain-core, @langchain/core@~0.1.0":
version: 0.0.0-use.local
resolution: "@langchain/core@workspace:langchain-core"
dependencies:
Expand Down Expand Up @@ -8387,12 +8387,12 @@ __metadata:
languageName: unknown
linkType: soft

"@langchain/openai@workspace:libs/langchain-openai, @langchain/openai@~0.0.2":
"@langchain/openai@workspace:libs/langchain-openai, @langchain/openai@~0.0.5":
version: 0.0.0-use.local
resolution: "@langchain/openai@workspace:libs/langchain-openai"
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ~0.0.11
"@langchain/core": ~0.1.0
"@swc/core": ^1.3.90
"@swc/jest": ^0.2.29
dpdm: ^3.12.0
Expand Down Expand Up @@ -22994,9 +22994,9 @@ __metadata:
"@google-ai/generativelanguage": ^0.2.1
"@google-cloud/storage": ^6.10.1
"@jest/globals": ^29.5.0
"@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
"@notionhq/client": ^2.2.10
"@pinecone-database/pinecone": ^1.1.0
"@supabase/supabase-js": ^2.10.0
Expand Down