Skip to content

Bump @langchain/openai from 0.3.11 to 1.3.1#585

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/langchain/openai-1.3.1
Open

Bump @langchain/openai from 0.3.11 to 1.3.1#585
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/langchain/openai-1.3.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps @langchain/openai from 0.3.11 to 1.3.1.

Release notes

Sourced from @​langchain/openai's releases.

@​langchain/openai@​1.3.1

Patch Changes

  • #10481 478652c Thanks @​hnustwjj! - fix(openai): detect DeepSeek context overflow errors as ContextOverflowError

    DeepSeek returns maximum context length in 400 error messages when the context limit is exceeded. These are now recognized by wrapOpenAIClientError, so downstream code (e.g. summarization middleware fallback) can handle them correctly.

  • #10507 52e501b Thanks @​App-arently! - fix(openai): guard JSON.parse in streaming json_schema when text is empty

  • Updated dependencies [bbbfea1]:

    • @​langchain/core@​1.1.36

@​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/openai@​1.2.13

Patch Changes

@​langchain/openai@​1.2.12

Patch Changes

@​langchain/openai@​1.2.11

Patch Changes

  • #10106 9f30267 Thanks @​hntrl! - Add package version metadata to runnable traces. Each package now stamps its version in this.metadata.versions at construction time, making version info available in LangSmith trace metadata.

  • #10151 f298a9b Thanks @​hntrl! - Bump openai SDK to ^6.24.0, fix ChatCompletionTool type narrowing for new union type, add file input converter tests for newly supported document types (docx, pptx, xlsx, csv)

  • Updated dependencies [9f30267, 403a99f, 3b1fd54, 77bd982]:

... (truncated)

Commits
  • d2a0c2d chore: version packages (#10508)
  • bbbfea1 fix(core): fix _mergeLists id-only fallback and SystemMessage.concat lc_kwarg...
  • 478652c fix(openai): detect DeepSeek context overflow errors as ContextOverfl… (#10481)
  • 3d35eb1 fix(langchain): add "aws" alias to MODEL_PROVIDER_CONFIG for Bedrock hub prom...
  • 52e501b fix(openai): guard JSON.parse in streaming json_schema when text is empty (#1...
  • ae4122f Align Zod Importation For 'libs/langchain/src/agents/nodes/utils.ts' (#10258)
  • 443253b chore: version packages (#10469)
  • 005d4a1 chore(deps-dev): bump fast-xml-parser from 5.5.6 to 5.5.7 (#10473)
  • 63b7268 fix(@​langchain/google) Duplicate function call (#10493)
  • 75e9d56 fix: support structured output (providerStrategy) for Google Gemini models in...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​langchain/openai since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@langchain/openai](https://github.com/langchain-ai/langchainjs) from 0.3.11 to 1.3.1.
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/0.3.11...@langchain/openai@1.3.1)

---
updated-dependencies:
- dependency-name: "@langchain/openai"
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants