Skip to content

chore(deps): bump langsmith, @langchain/openai, @langchain/qdrant and langchain#298

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/multi-3204c81f2c
Open

chore(deps): bump langsmith, @langchain/openai, @langchain/qdrant and langchain#298
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/multi-3204c81f2c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 31, 2026

Copy link
Copy Markdown
Contributor

Bumps langsmith to 0.7.3 and updates ancestor dependencies langsmith, @langchain/openai, @langchain/qdrant and langchain. These dependencies need to be updated together.

Updates langsmith from 0.3.67 to 0.7.3

Release notes

Sourced from langsmith's releases.

v0.7.3

What's Changed

Full Changelog: langchain-ai/langsmith-sdk@v0.7.2...v0.7.3

v0.7.2

What's Changed

New Contributors

Full Changelog: langchain-ai/langsmith-sdk@v0.7.1...v0.7.2

v0.7.1

What's Changed

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for langsmith since your current version.

Install script changes

This version modifies prepublish script that runs during installation. Review the package contents before updating.


Updates @langchain/openai from 0.5.18 to 1.4.7

Release notes

Sourced from @​langchain/openai's releases.

@​langchain/openai@​1.4.7

Patch Changes

@​langchain/openai@​1.4.6

Patch Changes

  • #10902 229a7ad Thanks @​christian-bromann! - fix(openai): preserve v1 assistant tool calls

  • #10895 36fb0ef Thanks @​BertBR! - fix(openai): guard bare JSON.parse in Responses API converter against trailing non-whitespace characters

    convertResponsesDeltaToChatGenerationChunk previously called JSON.parse(msg.text) directly when response.text.format.type === "json_schema". Some models (observed with gpt-5-mini on service_tier: "auto") intermittently emit trailing non-whitespace characters (extra tokens, control characters) after a valid JSON object, causing a SyntaxError that propagates as an unhandled exception and kills the entire streaming response mid-flight. The parse is now wrapped in a try/catch: on failure, additional_kwargs.parsed is left undefined, the stream completes normally, and the existing withStructuredOutput pipeline handles the typed failure — includeRaw: true returns { raw, parsed: null } via its withFallbacks wrapper, includeRaw: false throws a typed OutputParserException that the caller can catch and retry. Closes #10894.

@​langchain/openai@​1.4.4

Patch Changes

  • #10681 2301260 Thanks @​hntrl! - fix(openai): add index to streaming reasoning content blocks for proper chunk merging

@​langchain/openai@​1.4.3

Patch Changes

@​langchain/openai@​1.4.2

Patch Changes

Commits
  • caad091 chore: version packages (#10919)
  • f4a6149 chore(deps): bump fast-uri from 3.1.0 to 3.1.2 (#10926)
  • 7b12f6d chore(deps): bump protobufjs from 7.5.6 to 7.6.0 (#10930)
  • 5c6c5fe chore(deps): bump ws from 5.2.4 to 8.20.0 (#10915)
  • a8652ce docs: fix typos, add Ollama setup, update outdated references (#10922)
  • 2bb55b0 feat(openrouter): surface reasoning as v1 standard content blocks (#10666)
  • 4ecb660 fix(langchain): set name on todoListMiddleware ToolMessages (#10706)
  • 20f27df fix(ibm): handle API errors in streaming responses (#10721)
  • 4566873 feat(ibm): add integration test to IBM implementation (#10732)
  • 6e4337f fix(aws): add claude-haiku-4 to supportedToolChoiceValuesForModel (#10743)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​langchain/openai since your current version.


Updates @langchain/qdrant from 0.1.3 to 1.0.3

Release notes

Sourced from @​langchain/qdrant's releases.

@​langchain/qdrant@​1.0.3

Patch Changes

  • #10872 a640079 Thanks @​hntrl! - chore(deps): remove redundant @​types/uuid declarations

    Remove @types/uuid from package manifests that rely on @langchain/core/utils/uuid or do not require uuid type stubs directly, and refresh the lockfile entries accordingly.

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​langchain/qdrant since your current version.


Updates langchain from 0.3.37 to 1.4.2

Release notes

Sourced from langchain's releases.

langchain@1.4.2

Patch Changes

langchain@1.4.1

Patch Changes

  • #10879 eb480cb Thanks @​vignesh-gep! - fix(langchain/createAgent): throw on terminal providerStrategy parse failure instead of silently resolving with structuredResponse: undefined

    When createAgent was configured with responseFormat resolving to a providerStrategy (either passed explicitly or auto-promoted from a bare Zod / JSON schema for models whose profile reports structuredOutput: true), and the model produced a terminal response (no tool_calls) whose text could not be JSON-parsed or did not satisfy the schema, the agent silently exited with no structuredResponse, surfacing later as TypeError: Cannot read properties of undefined. The agent now throws a StructuredOutputParsingError in that case while still allowing the agent loop to continue when tool calls are present. Closes #10878.

  • #10872 a640079 Thanks @​hntrl! - chore(deps): remove redundant @​types/uuid declarations

    Remove @types/uuid from package manifests that rely on @langchain/core/utils/uuid or do not require uuid type stubs directly, and refresh the lockfile entries accordingly.

  • #10160 bba900c Thanks @​JadenKim-dev! - fix(langchain): prevent llmToolSelectorMiddleware from leaking into message stream

langchain@1.3.4

Patch Changes

langchain@1.3.3

Patch Changes

langchain@1.3.2

Patch Changes

  • #10693 5a6e0ab Thanks @​hntrl! - fix(agents): derive middleware hook state from invocation state

    Prevents middleware state from leaking across threads by deriving middleware hook input state from the current invocation state instead of cross-node cached state.

langchain@1.3.1

Patch Changes

langchain@1.3.0

Minor Changes

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 31, 2026
@vercel

vercel Bot commented May 31, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
jargons-dev Error Error May 31, 2026 10:23am

… langchain

Bumps [langsmith](https://github.com/langchain-ai/langsmith-sdk) to 0.7.3 and updates ancestor dependencies [langsmith](https://github.com/langchain-ai/langsmith-sdk), [@langchain/openai](https://github.com/langchain-ai/langchainjs), [@langchain/qdrant](https://github.com/langchain-ai/langchainjs) and [langchain](https://github.com/langchain-ai/langchainjs). These dependencies need to be updated together.


Updates `langsmith` from 0.3.67 to 0.7.3
- [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases)
- [Commits](https://github.com/langchain-ai/langsmith-sdk/commits/v0.7.3)

Updates `@langchain/openai` from 0.5.18 to 1.4.7
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/openai==0.5.18...@langchain/openai@1.4.7)

Updates `@langchain/qdrant` from 0.1.3 to 1.0.3
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/0.1.3...@langchain/qdrant@1.0.3)

Updates `langchain` from 0.3.37 to 1.4.2
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/commits/langchain@1.4.2)

---
updated-dependencies:
- dependency-name: "@langchain/openai"
  dependency-version: 1.4.7
  dependency-type: direct:production
- dependency-name: "@langchain/qdrant"
  dependency-version: 1.0.3
  dependency-type: direct:production
- dependency-name: langchain
  dependency-version: 1.4.2
  dependency-type: direct:production
- dependency-name: langsmith
  dependency-version: 0.7.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-3204c81f2c branch from e50986d to 4890b96 Compare May 31, 2026 09:50
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.

1 participant