Skip to content

chore: version packages#10410

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

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

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 13, 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/openai@1.3.0

Minor Changes

  • #10317 af9bbd3 Thanks @hntrl! - feat(openai): support tool search and defer_loading
    • Add tools.toolSearch() factory for the OpenAI Responses API tool_search built-in tool, supporting both server-executed and client-executed modes.
    • Propagate defer_loading from LangChain tool extras through bindTools() and into the Responses API payload, enabling on-demand tool discovery.
    • Handle tool_search_call and tool_search_output response items in both streaming and non-streaming converters.
    • Add core block translator support to convert tool_search_callserver_tool_call and tool_search_outputserver_tool_call_result.

Patch Changes

@langchain/community@1.1.24

Patch Changes

langchain@1.2.33

Patch Changes

  • #9862 5b250b1 Thanks @stellarrover! - fix(langchain/agents): Fix ReactAgent routing with returnDirect + beforeModel middleware

    This fixes a routing error when an agent has both tools with returnDirect: true and middleware with beforeModel hooks (e.g., summarizationMiddleware). Before this fix, non-returnDirect tools would fail with "Branch condition returned unknown or null destination".

  • Updated dependencies [6db417b, d69dfcc]:

    • @langchain/core@1.1.33

@langchain/classic@1.0.24

Patch Changes

  • Updated dependencies [af9bbd3]:
    • @langchain/openai@1.3.0

@langchain/core@1.1.33

Patch Changes

@langchain/anthropic@1.3.24

Patch Changes

  • #10420 08657f2 Thanks @pawel-twardziak! - Fix temperature/topK/topP handling: guard all three so undefined values are not
    set on the request object, and fix broken topK/topP validation when thinking is
    enabled.
  • Updated dependencies [6db417b, d69dfcc]:
    • @langchain/core@1.1.33

@langchain/aws@1.3.3

Patch Changes

@langchain/deepseek@1.0.18

Patch Changes

  • Updated dependencies [af9bbd3]:
    • @langchain/openai@1.3.0

@langchain/google@0.1.7

Patch Changes

@langchain/google-common@2.1.26

Patch Changes

@langchain/google-gauth@2.1.26

Patch Changes

  • Updated dependencies [561224b, 6a2da5b]:
    • @langchain/google-common@2.1.26

@langchain/google-genai@2.1.26

Patch Changes

@langchain/google-vertexai@2.1.26

Patch Changes

  • Updated dependencies []:
    • @langchain/google-gauth@2.1.26

@langchain/google-vertexai-web@2.1.26

Patch Changes

  • Updated dependencies []:
    • @langchain/google-webauth@2.1.26

@langchain/google-webauth@2.1.26

Patch Changes

@langchain/openrouter@0.1.7

Patch Changes

  • Updated dependencies [af9bbd3]:
    • @langchain/openai@1.3.0

@langchain/xai@1.3.10

Patch Changes

  • Updated dependencies [af9bbd3]:
    • @langchain/openai@1.3.0

@github-actions github-actions bot force-pushed the changeset-release/main branch 15 times, most recently from ca9d207 to 2e41c6b Compare March 17, 2026 08:54
@github-actions github-actions bot force-pushed the changeset-release/main branch from 2e41c6b to c3930e0 Compare March 17, 2026 08:56
@hntrl Hunter Lovell (hntrl) merged commit 58ac267 into main Mar 17, 2026
1 check passed
@hntrl Hunter Lovell (hntrl) deleted the changeset-release/main branch March 17, 2026 08:57
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.

Document loader peer dependencies are broken in @langchain/community 1.1.19

1 participant