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.208 #3677

Merged
merged 2 commits into from
Dec 15, 2023
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
4 changes: 2 additions & 2 deletions langchain/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 the package.json file, which could potentially impact the project's dependencies. This comment is to flag the change for maintainers to review its impact on peer/dev/hard dependencies. Keep up the great work! 🚀

"name": "langchain",
"version": "0.0.207",
"version": "0.0.208",
"description": "Typescript bindings for langchain",
"type": "module",
"engines": {
Expand Down Expand Up @@ -1175,7 +1175,7 @@
},
"dependencies": {
"@anthropic-ai/sdk": "^0.9.1",
"@langchain/community": "~0.0.5",
"@langchain/community": "~0.0.6",
"@langchain/core": "~0.1.1",
"@langchain/openai": "~0.0.5",
"binary-extensions": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion 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! 👋 Just wanted to flag that the version change in "@langchain/community" from 0.0.5 to 0.0.6 might impact project dependencies, so the maintainers can review any potential changes in peer/dev/hard dependencies. Thanks for the contribution! 🚀

"name": "@langchain/community",
"version": "0.0.5",
"version": "0.0.6",
"description": "Sample integration for LangChain.js",
"type": "module",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8097,7 +8097,7 @@ __metadata:
languageName: unknown
linkType: soft

"@langchain/community@workspace:*, @langchain/community@workspace:libs/langchain-community, @langchain/community@~0.0.5":
"@langchain/community@workspace:*, @langchain/community@workspace:libs/langchain-community, @langchain/community@~0.0.6":
version: 0.0.0-use.local
resolution: "@langchain/community@workspace:libs/langchain-community"
dependencies:
Expand Down Expand Up @@ -23513,7 +23513,7 @@ __metadata:
"@google-ai/generativelanguage": ^0.2.1
"@google-cloud/storage": ^6.10.1
"@jest/globals": ^29.5.0
"@langchain/community": ~0.0.5
"@langchain/community": ~0.0.6
"@langchain/core": ~0.1.1
"@langchain/openai": ~0.0.5
"@notionhq/client": ^2.2.10
Expand Down