Skip to content

Commit a4a60d2

Browse files
authored
release(langchain): 1.0.2 (#9274)
1 parent 2e45c43 commit a4a60d2

File tree

15 files changed

+508
-351
lines changed

15 files changed

+508
-351
lines changed

.changeset/gold-zebras-bet.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/metal-hats-camp.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/nervous-carpets-tie.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/public-eggs-cheat.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wicked-teachers-brake.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @langchain/classic
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- dda9ea4: reinstate `OpenAIModerationChain`
8+
- @langchain/textsplitters@1.0.0
9+
- @langchain/openai@1.0.0
10+
311
## 1.0.0
412

513
This release updates the package for compatibility with LangChain v1.0. See the v1.0 [release notes](https://docs.langchain.com/oss/javascript/releases/langchain-v1) for details on what's new.

libs/langchain-classic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/classic",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Old abstractions form LangChain.js",
55
"author": "LangChain",
66
"license": "MIT",

libs/langchain-community/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @langchain/community
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [dda9ea4]
8+
- @langchain/classic@1.0.1
9+
- @langchain/openai@1.0.0
10+
311
## 1.0.0
412

513
This release updates the package for compatibility with LangChain v1.0. See the v1.0 [release notes](https://docs.langchain.com/oss/javascript/releases/langchain-v1) for details on what's new.

libs/langchain-community/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/community",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Third-party integrations for LangChain.js",
55
"author": "LangChain",
66
"license": "MIT",

libs/langchain-core/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @langchain/core
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- 6426eb6: fix chunks constructed with tool calls + chunks
8+
- 619ae64: Add `BaseMessage.toFormattedString()`
9+
10+
## 1.0.1
11+
12+
### Patch changes
13+
14+
- cacc137: remove bad import map exports
15+
316
## 1.0.0
417

518
🎉 **LangChain v1.0** is here! This release provides a focused, production-ready foundation for building agents with significant improvements to the core abstractions and APIs. See the [release notes](https://docs.langchain.com/oss/javascript/releases/langchain-v1) for more details.
@@ -95,6 +108,12 @@ The `@langchain/core` package remains focused on essential abstractions:
95108

96109
---
97110

111+
## 0.3.79
112+
113+
### Patch Changes
114+
115+
- 1063b43: fix chunks constructed with tool calls + chunks
116+
98117
## 0.3.78
99118

100119
### Patch Changes

0 commit comments

Comments
 (0)