Skip to content

deps(deps): bump the vendor-sdks group across 1 directory with 2 updates#36

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vendor-sdks-7a559ecf7c
Open

deps(deps): bump the vendor-sdks group across 1 directory with 2 updates#36
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vendor-sdks-7a559ecf7c

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the vendor-sdks group with 2 updates in the / directory: @anthropic-ai/sdk and openai.

Updates @anthropic-ai/sdk from 0.91.1 to 0.106.0

Release notes

Sourced from @​anthropic-ai/sdk's releases.

sdk: v0.106.0

0.106.0 (2026-06-24)

Full Changelog: sdk-v0.105.0...sdk-v0.106.0

Features

  • client: add support for system.message streaming events (a7c14b7)

Bug Fixes

  • helpers: single source for x-stainless-helper, append semantics, and tag the fallback middleware (#107) (106bea0)

Chores

  • api: add support for new refusal category (b38fd01)
  • api: add support for sending User Profile ID in request headers (198583e)

sdk: v0.105.0

0.105.0 (2026-06-18)

Full Changelog: sdk-v0.104.2...sdk-v0.105.0

Features

  • api: add support for new code_execution_20260120 tool (8dc2b54)
  • stream: lazily parse partial tool json input (#99) (e55ceee)

Chores

  • internal/deps: bump swc to 1.15.40 (#97) (a1d4d75)
  • internal: use are the types wrong directly (#94) (3d362af)
  • tests: stop using deprecated models (#98) (65ae1af)

sdk: v0.104.2

0.104.2 (2026-06-15)

Full Changelog: sdk-v0.104.1...sdk-v0.104.2

Chores

  • api: remove retired models from API and SDKs (a942876)

sdk: v0.104.1

0.104.1 (2026-06-09)

Full Changelog: sdk-v0.104.0...sdk-v0.104.1

... (truncated)

Changelog

Sourced from @​anthropic-ai/sdk's changelog.

0.106.0 (2026-06-24)

Full Changelog: sdk-v0.105.0...sdk-v0.106.0

Features

  • client: add support for system.message streaming events (a7c14b7)

Bug Fixes

  • helpers: single source for x-stainless-helper, append semantics, and tag the fallback middleware (#107) (106bea0)

Chores

  • api: add support for new refusal category (b38fd01)
  • api: add support for sending User Profile ID in request headers (198583e)

0.105.0 (2026-06-18)

Full Changelog: sdk-v0.104.2...sdk-v0.105.0

Features

  • api: add support for new code_execution_20260120 tool (8dc2b54)
  • stream: lazily parse partial tool json input (#99) (e55ceee)

Chores

  • internal/deps: bump swc to 1.15.40 (#97) (a1d4d75)
  • internal: use are the types wrong directly (#94) (3d362af)
  • tests: stop using deprecated models (#98) (65ae1af)

0.104.2 (2026-06-15)

Full Changelog: sdk-v0.104.1...sdk-v0.104.2

Chores

  • api: remove retired models from API and SDKs (a942876)

0.104.1 (2026-06-09)

Full Changelog: sdk-v0.104.0...sdk-v0.104.1

Bug Fixes

  • api: add frontier_llm refusal category (465e686)

... (truncated)

Commits
  • 0ffdbfa chore: release main (#1098)
  • ab700dc chore: release main
  • a322517 feat(api): add support for new code_execution_20260120 tool
  • 65a0106 feat(stream): lazily parse partial tool json input (#99)
  • 384ab51 chore(tests): stop using deprecated models (#98)
  • a49a191 chore(internal/deps): bump swc to 1.15.40 (#97)
  • 7ac63f3 chore(internal): use are the types wrong directly (#94)
  • fbee0d1 chore: release main
  • e984ba4 chore(api): remove retired models from API and SDKs
  • 9a0442d chore: release main
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​anthropic-ai/sdk since your current version.


Updates openai from 6.34.0 to 6.45.0

Release notes

Sourced from openai's releases.

v6.45.0

6.45.0 (2026-06-24)

Full Changelog: v6.44.0...v6.45.0

Features

  • add afterCompletion hook to runTools (#1064) (4976c22)
  • realtime: support sideband call_id connections (#1795) (4fd59e1)
  • reject emitted promise on error in EventEmitter (#1596) (e0b09da)
  • responses: add response input items helper (#1794) (7e5a86a)
  • responses: add response stream accumulator helper (#1793) (32e3e39)

Bug Fixes

  • avoid serializing null optional bodies (e4ddff6)
  • clean up stream abort listeners (#1884) (be55b8f)
  • Leading whitespace chunks break partial parser (structured outputs) (#1213) (88d806e)
  • responses: avoid parsing incomplete structured output (#1852) (4c39681)
  • responses: restore output_text on streamed final responses (#1681) (bbde4d9)
  • validate workload identity access tokens (#1885) (80febe4)
  • zod: fully resolve extracted wrapper definitions (#1766) (5d46ed2)
  • zod: sanitize extracted definition refs (#1903) (6ef2111)

Chores

  • internal: codegen related update (81fcf96)

Documentation

Build System

v6.44.0

... (truncated)

Changelog

Sourced from openai's changelog.

6.45.0 (2026-06-24)

Full Changelog: v6.44.0...v6.45.0

Features

  • add afterCompletion hook to runTools (#1064) (4976c22)
  • realtime: support sideband call_id connections (#1795) (4fd59e1)
  • reject emitted promise on error in EventEmitter (#1596) (e0b09da)
  • responses: add response input items helper (#1794) (7e5a86a)
  • responses: add response stream accumulator helper (#1793) (32e3e39)

Bug Fixes

  • avoid serializing null optional bodies (e4ddff6)
  • clean up stream abort listeners (#1884) (be55b8f)
  • Leading whitespace chunks break partial parser (structured outputs) (#1213) (88d806e)
  • responses: avoid parsing incomplete structured output (#1852) (4c39681)
  • responses: restore output_text on streamed final responses (#1681) (bbde4d9)
  • validate workload identity access tokens (#1885) (80febe4)
  • zod: fully resolve extracted wrapper definitions (#1766) (5d46ed2)
  • zod: sanitize extracted definition refs (#1903) (6ef2111)

Chores

  • internal: codegen related update (81fcf96)

Documentation

Build System

6.44.0 (2026-06-17)

... (truncated)

Commits

@dependabot @github

dependabot Bot commented on behalf of github May 18, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot changed the title deps(deps): bump the vendor-sdks group with 2 updates deps(deps): bump the vendor-sdks group across 1 directory with 2 updates Jun 1, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/vendor-sdks-7a559ecf7c branch from d22ab28 to 11f7967 Compare June 1, 2026 14:25
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/vendor-sdks-7a559ecf7c branch from 11f7967 to b5f79a6 Compare June 10, 2026 10:45
Bumps the vendor-sdks group with 2 updates in the / directory: [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) and [openai](https://github.com/openai/openai-node).


Updates `@anthropic-ai/sdk` from 0.91.1 to 0.106.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-typescript@sdk-v0.91.1...sdk-v0.106.0)

Updates `openai` from 6.34.0 to 6.45.0
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/main/CHANGELOG.md)
- [Commits](openai/openai-node@v6.34.0...v6.45.0)

---
updated-dependencies:
- dependency-name: "@anthropic-ai/sdk"
  dependency-version: 0.96.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vendor-sdks
- dependency-name: openai
  dependency-version: 6.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vendor-sdks
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/vendor-sdks-7a559ecf7c branch from b5f79a6 to f03e16f Compare June 29, 2026 08:10
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.

0 participants