Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: langchain-ai/langchainjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3.1
Choose a base ref
...
head repository: langchain-ai/langchainjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.2
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Sep 15, 2024

  1. fix(langchain): Remove circular peer dep in langchain on @langchain/c…

    …ommunity (#6803)
    jacoblee93 authored Sep 15, 2024

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    thoughtpolice Austin Seipp
    Copy the full SHA
    67574ef View commit details
  2. chore(langchain): Release 0.3.2 (#6805)

    jacoblee93 authored Sep 15, 2024
    Copy the full SHA
    9b0fbcb View commit details
Showing with 1 addition and 8 deletions.
  1. +1 βˆ’5 langchain/package.json
  2. +0 βˆ’3 yarn.lock
6 changes: 1 addition & 5 deletions langchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "langchain",
"version": "0.3.1",
"version": "0.3.2",
"description": "Typescript bindings for langchain",
"type": "module",
"engines": {
@@ -461,7 +461,6 @@
"@langchain/anthropic": "*",
"@langchain/aws": "*",
"@langchain/cohere": "*",
"@langchain/community": "*",
"@langchain/core": ">=0.2.21 <0.4.0",
"@langchain/google-genai": "*",
"@langchain/google-vertexai": "*",
@@ -484,9 +483,6 @@
"@langchain/cohere": {
"optional": true
},
"@langchain/community": {
"optional": true
},
"@langchain/google-genai": {
"optional": true
},
3 changes: 0 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -32623,7 +32623,6 @@ __metadata:
"@langchain/anthropic": "*"
"@langchain/aws": "*"
"@langchain/cohere": "*"
"@langchain/community": "*"
"@langchain/core": ">=0.2.21 <0.4.0"
"@langchain/google-genai": "*"
"@langchain/google-vertexai": "*"
@@ -32642,8 +32641,6 @@ __metadata:
optional: true
"@langchain/cohere":
optional: true
"@langchain/community":
optional: true
"@langchain/google-genai":
optional: true
"@langchain/google-vertexai":