Skip to content

build(deps): bump the ai-runtime group across 1 directory with 3 updates#469

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/typescript/ai-runtime-1c6b0d0002
Open

build(deps): bump the ai-runtime group across 1 directory with 3 updates#469
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/typescript/ai-runtime-1c6b0d0002

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the ai-runtime group with 3 updates in the /typescript directory: @langchain/core, @openai/agents and ai.

Updates @langchain/core from 1.1.49 to 1.2.3

Release notes

Sourced from @​langchain/core's releases.

@​langchain/core@​1.2.3

Patch Changes

  • #11200 08e5888 Thanks @​hntrl! - fix(aws): normalize and safely replay Bedrock reasoning blocks

    Emit standard reasoning blocks with preserved signatures, omit incomplete signature-only reasoning during replay, and retain compatibility with legacy and redacted Bedrock reasoning.

@​langchain/core@​1.2.2

Patch Changes

  • #11171 82bef01 Thanks @​christian-bromann! - fix(core): coerce string v1 AIMessage content to text blocks

    Prevent contentBlocks.push is not a function when constructing an AIMessage with response_metadata.output_version === "v1" and string content (common in serialized LangGraph stream payloads).

@​langchain/core@​1.2.1

Patch Changes

  • #10674 f017708 Thanks @​christian-bromann! - fix: classify provider 429s before retrying

  • #11092 7918bbd Thanks @​aolsenjazz! - fix(core): only treat arrays of content blocks as ToolMessage content

    Fix tool outputs that are arrays of plain objects being forwarded as malformed message content. An array is now only treated as message content blocks when every element is an object with a type; otherwise it is JSON-stringified.

@​langchain/core@​1.2.0

Minor Changes

Patch Changes

  • #11047 ac0f71d Thanks @​christian-bromann! - fix(core): preserve AIMessage content blocks

    Keep existing v1 contentBlocks when constructing AIMessage instances so serialized messages do not lose block content during deserialization.

Commits

Updates @openai/agents from 0.11.6 to 0.13.3

Release notes

Sourced from @​openai/agents's releases.

v0.13.3

What's Changed

Documentation & Other Changes

New Contributors

Full Changelog: openai/openai-agents-js@v0.13.2...v0.13.3

v0.13.2

What's Changed

Documentation & Other Changes

New Contributors

Full Changelog: openai/openai-agents-js@v0.13.1...v0.13.2

v0.13.1

What's Changed

Documentation & Other Changes

New Contributors

Full Changelog: openai/openai-agents-js@v0.13.0...v0.13.1

... (truncated)

Commits
  • 7833c50 chore: update versions (#1464)
  • dd773bc Revert "chore: upgrade pnpm to the latest"
  • fc21649 chore: upgrade pnpm to the latest
  • 4292ecc fix: avoid tracing process lifecycle listeners in workerd (#1467)
  • 901fb94 chore: simplify Codex verification workflow
  • baa12a1 docs: update translated pages
  • 4f891d0 chore: update pnpm install operations
  • a1ea36f test: improve retry, MCP approval, and Realtime sequencing coverage
  • f8b87a3 docs: document hosted multi-agent and GPT-5.6 request controls (#1459)
  • 9fb7708 chore: update versions (#1462)
  • Additional commits viewable in compare view

Updates ai from 6.0.207 to 7.0.28

Release notes

Sourced from ai's releases.

ai@6.0.233

Patch Changes

  • fe410e7: fix: detect MP4 audio from its ftyp box during transcription
  • af7188c: fix(ai): preserve tool parts when tool call IDs repeat across steps
  • Updated dependencies [a09f944]
    • @​ai-sdk/gateway@​3.0.155

ai@6.0.232

Patch Changes

  • 7644a61: Preserve provider options when combining consecutive tool messages.
Changelog

Sourced from ai's changelog.

7.0.28

Patch Changes

  • 0bc8d4f: Fix chat onFinish handling when overlapping requests clear the active response before a resume stream finishes.

7.0.27

Patch Changes

  • ac01b79: Allow validating assistant UI messages with empty parts so persisted errored responses remain loadable.
  • 2696562: experimental_streamTranscribe result promises now resolve without consuming fullStream: accessing any result promise consumes the stream internally. Previously await result.text alone deadlocked on transform backpressure. Because live transcription streams can be unbounded, fullStream is explicitly single-consumer (no replay buffering): access it once, before any result promise, when both stream parts and final results are needed.
  • Updated dependencies [31c7be8]
  • Updated dependencies [4d096f6]
    • @​ai-sdk/provider-utils@​5.0.10
    • @​ai-sdk/gateway@​4.0.20

7.0.26

Patch Changes

  • 27d294d: feat(ai): group orphaned tool calls after tool approvals under parent span

7.0.25

Patch Changes

  • 7805e4a: Cancelling the experimental_streamTranscribe fullStream now also aborts a still-pending doStream setup, so a model whose doStream has not yet resolved is cancelled instead of leaking.
  • f8e82fd: Update the experimental_streamTranscribe unsupported-model error message now that gateway string model IDs can support streaming transcription.
  • Updated dependencies [4be62c1]
  • Updated dependencies [f8e82fd]
  • Updated dependencies [7805e4a]
  • Updated dependencies [cd12954]
    • @​ai-sdk/provider-utils@​5.0.9
    • @​ai-sdk/gateway@​4.0.19

7.0.24

Patch Changes

  • e193290: Cancel the caller's audio stream when experimental_streamTranscribe fails before or during streaming. Previously, when the model's doStream rejected before a stream existed (e.g. missing API key or other auth failure), the audio stream was never consumed or cancelled, so an upstream producer piping into it would hang forever.
  • Updated dependencies [e193290]
    • @​ai-sdk/provider-utils@​5.0.8
    • @​ai-sdk/gateway@​4.0.18

7.0.23

Patch Changes

  • 930f949: feat(ai): wrap embedMany in tracing channel context

... (truncated)

Commits
  • 3649694 Version Packages (#17251)
  • 0bc8d4f fix: prevent Chat resume-stream onFinish errors when requests overlap (#16620)
  • 6976682 Version Packages (#17196)
  • 2696562 fix(ai): streamTranscribe result promises resolve without consuming fullStrea...
  • ac01b79 fix: UI message validation rejects persisted assistant responses with empty p...
  • 2ba5f8a Version Packages (#17181)
  • 27d294d feat(ai): group orphaned tool calls after tool approvals under parent span (#...
  • cb68fa6 Version Packages (#17175)
  • f8e82fd feat(gateway): streaming transcription via GatewayTranscriptionModel.doStream...
  • 7805e4a feat(provider-utils): experimental transcription-stream WebSocket envelope (#...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 1, 2026
@dependabot dependabot Bot changed the title build(deps): bump the ai-runtime group in /typescript with 3 updates build(deps): bump the ai-runtime group across 1 directory with 3 updates Jul 1, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript/ai-runtime-1c6b0d0002 branch 2 times, most recently from b68bf37 to 11d4f71 Compare July 1, 2026 07:48
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript/ai-runtime-1c6b0d0002 branch 2 times, most recently from 7114eff to 6b61f30 Compare July 15, 2026 03:04
Bumps the ai-runtime group with 3 updates in the /typescript directory: [@langchain/core](https://github.com/langchain-ai/langchainjs), [@openai/agents](https://github.com/openai/openai-agents-js) and [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai).


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

Updates `@openai/agents` from 0.11.6 to 0.13.3
- [Release notes](https://github.com/openai/openai-agents-js/releases)
- [Commits](openai/openai-agents-js@v0.11.6...v0.13.3)

Updates `ai` from 6.0.207 to 7.0.28
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/ai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/ai@7.0.28/packages/ai)

---
updated-dependencies:
- dependency-name: "@langchain/core"
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ai-runtime
- dependency-name: "@openai/agents"
  dependency-version: 0.11.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ai-runtime
- dependency-name: ai
  dependency-version: 6.0.209
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ai-runtime
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript/ai-runtime-1c6b0d0002 branch from 6b61f30 to 0bad20a Compare July 22, 2026 03:04
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