Skip to content

chore: version packages#10469

Merged
Hunter Lovell (hntrl) merged 1 commit intomainfrom
changeset-release/main
Mar 22, 2026
Merged

chore: version packages#10469
Hunter Lovell (hntrl) merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 19, 2026

This PR was opened by the Changesets release 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@1.2.36

Patch Changes

@langchain/core@1.1.35

Patch Changes

  • #10327 5dc11b5 Thanks @hntrl! - fix(core): replace exported zod type references with structural duck-type interfaces to fix TypeScript OOM

    Replaces all exported Zod type references (z3.ZodType, z4.$ZodType, etc.) in @langchain/core's public API with minimal structural ("duck-type") interfaces. This prevents TypeScript from performing expensive deep structural comparisons (~3,400+ lines of mutually recursive generics) when downstream packages resolve a different Zod version than @langchain/core, which was causing OOM crashes and unresponsive language servers in monorepo setups.

  • #10433 7af0b65 Thanks @tanushree-sharma! - feat: Add LangSmith integration metadata to createAgent and initChatModel

@langchain/google@0.1.8

Patch Changes

  • #10471 8f15dd1 Thanks @pawel-twardziak! - fix(@langchain/google): pass abort signal to fetch in non-streaming invoke

    • Added signal: options.signal to the Request constructor in _generate's non-streaming branch, mirroring what _streamResponseChunks already does
  • #10493 63b7268 Thanks @afirstenberg! - Undo regression introduced in #10397 in legacy content processing path.
    Fixes issues with a false duplicate functionCall sent in response (#10474).

@github-actions github-actions bot force-pushed the changeset-release/main branch 5 times, most recently from c546ae4 to 138aec5 Compare March 22, 2026 02:30
@github-actions github-actions bot force-pushed the changeset-release/main branch from 138aec5 to 33532a9 Compare March 22, 2026 02:43
@hntrl Hunter Lovell (hntrl) merged commit 443253b into main Mar 22, 2026
1 check passed
@hntrl Hunter Lovell (hntrl) deleted the changeset-release/main branch March 22, 2026 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant