Skip to content

Commit 8ff820a

Browse files
chore: version packages (#10787)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @langchain/perplexity@0.2.0 ### Minor Changes - [#10781](#10781) [`1f76917`](1f76917) Thanks [@jliounis](https://github.com/jliounis)! - feat(perplexity): add Perplexity Search retriever (`PerplexitySearchRetriever`) and tool (`PerplexitySearchResults`) ## @langchain/core@1.1.43 ### Patch Changes - [#10814](#10814) [`dfec1b7`](dfec1b7) Thanks [@hntrl](https://github.com/hntrl)! - fix(google): restore structured output parsing with includeRaw and reasoning blocks Ensure structured output parsers read `BaseMessage` text content when `includeRaw: true`, so responses that include reasoning/thought blocks plus JSON text continue to parse correctly. - [#10772](#10772) [`1ba7131`](1ba7131) Thanks [@christian-bromann](https://github.com/christian-bromann)! - chore(core): new stream primitives ## @langchain/google-common@2.1.30 ### Patch Changes - [#10814](#10814) [`dfec1b7`](dfec1b7) Thanks [@hntrl](https://github.com/hntrl)! - fix(google): restore structured output parsing with includeRaw and reasoning blocks Ensure structured output parsers read `BaseMessage` text content when `includeRaw: true`, so responses that include reasoning/thought blocks plus JSON text continue to parse correctly. ## @langchain/google-gauth@2.1.30 ### Patch Changes - Updated dependencies \[[`dfec1b7`](dfec1b7)]: - @langchain/google-common@2.1.30 ## @langchain/google-vertexai@2.1.30 ### Patch Changes - Updated dependencies \[]: - @langchain/google-gauth@2.1.30 ## @langchain/google-vertexai-web@2.1.30 ### Patch Changes - Updated dependencies \[]: - @langchain/google-webauth@2.1.30 ## @langchain/google-webauth@2.1.30 ### Patch Changes - Updated dependencies \[[`dfec1b7`](dfec1b7)]: - @langchain/google-common@2.1.30 ## @langchain/google-genai@2.1.30 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1ba7131 commit 8ff820a

19 files changed

Lines changed: 62 additions & 26 deletions

File tree

.changeset/perplexity-search-retriever-tool.md

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

.changeset/strong-poems-rhyme.md

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

.changeset/swift-dodos-attack.md

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

libs/langchain-core/CHANGELOG.md

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

3+
## 1.1.43
4+
5+
### Patch Changes
6+
7+
- [#10814](https://github.com/langchain-ai/langchainjs/pull/10814) [`dfec1b7`](https://github.com/langchain-ai/langchainjs/commit/dfec1b7f8b2c530a43f639dc79d4965a80ea4b79) Thanks [@hntrl](https://github.com/hntrl)! - fix(google): restore structured output parsing with includeRaw and reasoning blocks
8+
9+
Ensure structured output parsers read `BaseMessage` text content when `includeRaw: true`, so responses that include reasoning/thought blocks plus JSON text continue to parse correctly.
10+
11+
- [#10772](https://github.com/langchain-ai/langchainjs/pull/10772) [`1ba7131`](https://github.com/langchain-ai/langchainjs/commit/1ba71319150847438fa517fe612f65cfed85ffab) Thanks [@christian-bromann](https://github.com/christian-bromann)! - chore(core): new stream primitives
12+
313
## 1.1.42
414

515
### Patch Changes

libs/langchain-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/core",
3-
"version": "1.1.42",
3+
"version": "1.1.43",
44
"description": "Core LangChain.js abstractions and schemas",
55
"type": "module",
66
"engines": {

libs/providers/langchain-google-common/CHANGELOG.md

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

3+
## 2.1.30
4+
5+
### Patch Changes
6+
7+
- [#10814](https://github.com/langchain-ai/langchainjs/pull/10814) [`dfec1b7`](https://github.com/langchain-ai/langchainjs/commit/dfec1b7f8b2c530a43f639dc79d4965a80ea4b79) Thanks [@hntrl](https://github.com/hntrl)! - fix(google): restore structured output parsing with includeRaw and reasoning blocks
8+
9+
Ensure structured output parsers read `BaseMessage` text content when `includeRaw: true`, so responses that include reasoning/thought blocks plus JSON text continue to parse correctly.
10+
311
## 2.1.29
412

513
### Patch Changes

libs/providers/langchain-google-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/google-common",
3-
"version": "2.1.29",
3+
"version": "2.1.30",
44
"description": "Core types and classes for Google services.",
55
"type": "module",
66
"engines": {

libs/providers/langchain-google-gauth/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @langchain/google-gauth
22

3+
## 2.1.30
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`dfec1b7`](https://github.com/langchain-ai/langchainjs/commit/dfec1b7f8b2c530a43f639dc79d4965a80ea4b79)]:
8+
- @langchain/google-common@2.1.30
9+
310
## 2.1.29
411

512
### Patch Changes

libs/providers/langchain-google-gauth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/google-gauth",
3-
"version": "2.1.29",
3+
"version": "2.1.30",
44
"description": "Google auth based authentication support for Google services",
55
"author": "LangChain",
66
"license": "MIT",

libs/providers/langchain-google-genai/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @langchain/google-genai
22

3+
## 2.1.30
4+
35
## 2.1.29
46

57
### Patch Changes

0 commit comments

Comments
 (0)