Skip to content

build(deps): bump anthropic from 1.62.0 to 1.67.0 - #1247

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/anthropic-1.67.0
Open

build(deps): bump anthropic from 1.62.0 to 1.67.0#1247
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/anthropic-1.67.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 4, 2026

Copy link
Copy Markdown
Contributor

Bumps anthropic from 1.62.0 to 1.67.0.

Release notes

Sourced from anthropic's releases.

v1.67.0

1.67.0 (2026-08-27)

Full Changelog: v1.66.0...v1.67.0

Features

  • api: beta files/skills namespaces use GA shapes; drop dated beta header pins (8c60f7a)

Bug Fixes

  • client: follow the request direction and honor has_more when paginating (8e5690f)
  • webhooks: require headers to be passed to unwrap() (8b88482)

Documentation

  • api: clarify pagination on the organization rate-limit list endpoints (fd6a5ad)

v1.66.0

1.66.0 (2026-08-26)

Full Changelog: v1.65.0...v1.66.0

Features

  • api: add updates thinking display mode (beta) (c63a752)
  • api: add discriminator enums to discriminated union modules (4dc36fc)
  • api: add missing anthropic-beta values (1783179)
  • api: add support for Organization API endpoints (1e697c1)

Bug Fixes

  • client: let ANTHROPIC_BASE_URL override profile base_url (#211) (b7e64eb)
  • tools: keep the tool runner going on pause_turn (#159) (b330183)

Chores

  • docs: clarify skill version latest support and memory version retention (749bc53)
  • internal: cancel superseded CI runs (7000bba)
  • internal: codegen related update (3580ebf)

Documentation

  • api: clarify session thread agent and usage.iterations compaction descriptions (beta) (55daef7)
  • client: add missing deprecation message (331c37e)

... (truncated)

Changelog

Sourced from anthropic's changelog.

1.67.0 (2026-08-27)

Full Changelog: v1.66.0...v1.67.0

Features

  • api: beta files/skills namespaces use GA shapes; drop dated beta header pins (8c60f7a)

    The beta Files and Skills resources (client.beta.files, client.beta.skills) no longer send the files-api-2025-04-14 / skills-2025-10-02 headers and return the same shapes as client.files / client.skills (with Beta-prefixed model class names under Anthropic::Beta). Requests that still send those headers on raw HTTP keep receiving the beta shapes.

    Changes in the beta resources:

    • client.beta.skills.delete(skill_id) now deletes a Skill together with all of its versions (previously refused while any version existed). It returns Anthropic::Beta::BetaDeletedSkill (was Anthropic::Models::Beta::SkillDeleteResponse).
    • Beta Messages class Anthropic::Beta::BetaSkill (container skill reference with skill_id, type, version) is renamed Anthropic::Beta::BetaContainerSkill. Anthropic::Beta::BetaSkill now names the Skill object returned by client.beta.skills.create / retrieve / list (replacing SkillCreateResponse / SkillRetrieveResponse / SkillListResponse), and skill versions are Anthropic::Beta::Skills::BetaSkillVersion / BetaDeletedSkillVersion (replacing Version*Response).
    • client.beta.files.list returns an Anthropic::Internal::PageCursor (with data / next_page_) and paginates with page: / ids: (was an Anthropic::Internal::Page with data, has_more, first_id, last_id and before_id: / after_id:); auto_paging_each is unchanged. BetaSkill uses display_name (was display_title, also the create keyword) and latest_version_id (was latest_version), and BetaSkillVersion is addressed by its skver_… id (the Unix-timestamp version attribute is gone).

    Migration guides: Migrate from files-api-2025-04-14 · Migrate from skills-2025-10-02

Bug Fixes

  • client: follow the request direction and honor has_more when paginating (8e5690f)
  • webhooks: require headers to be passed to unwrap() (8b88482)

Documentation

  • api: clarify pagination on the organization rate-limit list endpoints (fd6a5ad)

1.66.0 (2026-08-26)

Full Changelog: v1.65.0...v1.66.0

Features

  • api: add updates thinking display mode (beta) (c63a752)
  • api: add discriminator enums to discriminated union modules (4dc36fc)
  • api: add missing anthropic-beta values (1783179)
  • api: add support for Organization API endpoints (1e697c1)

Bug Fixes

  • client: let ANTHROPIC_BASE_URL override profile base_url (#211) (b7e64eb)
  • tools: keep the tool runner going on pause_turn (#159) (b330183)

Chores

  • docs: clarify skill version latest support and memory version retention (749bc53)
  • internal: cancel superseded CI runs (7000bba)

... (truncated)

Commits
  • 7d251c6 release: 1.67.0
  • d4b415f docs(api): clarify pagination on the organization rate-limit list endpoints
  • ef2a22b fix(client): follow the request direction and honor has_more when paginating
  • a294f09 feat(api): beta files/skills namespaces use GA shapes; drop dated beta header...
  • 3f05270 fix(webhooks): require headers to be passed to unwrap()
  • 13d3476 release: 1.66.0
  • 883439c codegen metadata
  • 6a26a8b codegen metadata
  • 6e902d9 feat(api): add support for Organization API endpoints
  • b277e88 docs(api): clarify session thread agent and usage.iterations compaction descr...
  • Additional commits viewable in compare view

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 [anthropic](https://github.com/anthropics/anthropic-sdk-ruby) from 1.62.0 to 1.67.0.
- [Release notes](https://github.com/anthropics/anthropic-sdk-ruby/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-ruby/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-ruby@v1.62.0...v1.67.0)

---
updated-dependencies:
- dependency-name: anthropic
  dependency-version: 1.67.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Sep 4, 2026
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedgem/​anthropic@​1.62.0 ⏵ 1.67.097 -1100100 +1100100

View full report

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 ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants