Skip to content

chore(deps): bump github.com/anthropics/anthropic-sdk-go from 1.66.0 to 1.69.0 - #43

Merged
xntrik merged 1 commit into
mainfrom
dependabot/go_modules/github.com/anthropics/anthropic-sdk-go-1.69.0
Sep 5, 2026
Merged

xntrik merged 1 commit into
mainfrom
dependabot/go_modules/github.com/anthropics/anthropic-sdk-go-1.69.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps github.com/anthropics/anthropic-sdk-go from 1.66.0 to 1.69.0.

Release notes

Sourced from github.com/anthropics/anthropic-sdk-go's releases.

v1.69.0

1.69.0 (2026-09-01)

Full Changelog: v1.68.0...v1.69.0

Features

  • api: beta user profiles: add external_user_onboarded_at, remove relationship in favor of access_type (d8b0de6)
  • api: manual updates (b508af4)
  • api: organization compliance settings, user-profile order_by, memory-store and toolset schema updates (ee32922)

Bug Fixes

  • client: send only the base name of a file's path as its multipart filename (fd15b77)

Documentation

  • changelog: detail the beta files/skills GA-shape change (#426) (3612d4c)

v1.68.0

1.68.0 (2026-08-27)

Full Changelog: v1.67.0...v1.68.0

Features

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

Bug Fixes

  • bedrock: leave non-JSON request bodies untouched (#337) (3a2e758)
  • client: report Windows correctly in X-Stainless-OS header (ceb299f)
  • client: retry attempts that hit the per-request timeout (49b9527)
  • sessions: deliver completed tool calls when the runner terminates (#322) (642d6a0)
  • sessions: read event fields via variant accessors in session helpers (#336) (fb7ec8a)
  • tools: let read return a view_range of a file over the size cap (#341) (33d4f9d)
  • webhooks: require headers to be passed to unwrap() (9a1023a)

Documentation

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

v1.67.0

1.67.0 (2026-08-26)

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

... (truncated)

Changelog

Sourced from github.com/anthropics/anthropic-sdk-go's changelog.

1.69.0 (2026-09-01)

Full Changelog: v1.68.0...v1.69.0

Features

  • api: beta user profiles: add external_user_onboarded_at, remove relationship in favor of access_type (d8b0de6)
  • api: manual updates (b508af4)
  • api: organization compliance settings, user-profile order_by, memory-store and toolset schema updates (ee32922)

Bug Fixes

  • client: send only the base name of a file's path as its multipart filename (fd15b77)

Documentation

  • changelog: detail the beta files/skills GA-shape change (#426) (3612d4c)

1.68.0 (2026-08-27)

Full Changelog: v1.67.0...v1.68.0

Features

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

    The beta Files and Skills services (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 type names). Requests that still send those headers on raw HTTP keep receiving the beta shapes.

    Changes in the beta services:

    • client.Beta.Skills.Delete() now deletes a Skill together with all of its versions (previously refused while any version existed). It returns BetaDeletedSkill (was BetaSkillDeleteResponse).
    • Beta Messages type BetaSkill (container skill reference with SkillID, Type, Version) is renamed BetaContainerSkill, and BetaSkillType is renamed BetaContainerSkillType; the request-side BetaSkillParams keeps its name. BetaSkill now names the Skill object returned by client.Beta.Skills.New() / Get() / List() (replacing BetaSkillNewResponse / BetaSkillGetResponse / BetaSkillListResponse), and skill versions are BetaSkillVersion / BetaDeletedSkillVersion (replacing BetaSkillVersion*Response).
    • client.Beta.Files.List() returns pagination.PageCursor[BetaFileMetadata] (with Data / NextPage) and BetaFileListParams paginates with Page / IDs (was pagination.Page[BetaFileMetadata] with Data, HasMore, FirstID, LastID and BeforeID / AfterID); ListAutoPaging() now returns pagination.PageCursorAutoPager[BetaFileMetadata]. BetaSkill uses DisplayName (was DisplayTitle, also on BetaSkillNewParams) and LatestVersionID (was LatestVersion), and BetaSkillVersion is addressed by its skver_… ID (the Unix-timestamp Version field is gone).

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

Bug Fixes

  • bedrock: leave non-JSON request bodies untouched (#337) (3a2e758)
  • client: report Windows correctly in X-Stainless-OS header (ceb299f)
  • client: retry attempts that hit the per-request timeout (49b9527)
  • sessions: deliver completed tool calls when the runner terminates (#322) (642d6a0)
  • sessions: read event fields via variant accessors in session helpers (#336) (fb7ec8a)
  • tools: let read return a view_range of a file over the size cap (#341) (33d4f9d)
  • webhooks: require headers to be passed to unwrap() (9a1023a)

Documentation

... (truncated)

Commits
  • 6298207 release: 1.69.0
  • 7990d12 feat(api): manual updates
  • 460af75 fix(client): send only the base name of a file's path as its multipart filename
  • 416a44c feat(api): organization compliance settings, user-profile order_by, memory-st...
  • 130d081 feat(api): beta user profiles: add external_user_onboarded_at, remove relatio...
  • 3612d4c docs(changelog): detail the beta files/skills GA-shape change (#426)
  • d19dea9 release: 1.68.0
  • e3686fc docs(api): clarify pagination on the organization rate-limit list endpoints
  • 8b3cf62 fix(tools): let read return a view_range of a file over the size cap (#341)
  • e39ab89 test(tools): pin that read and edit preserve CRLF and CR line endings (#342)
  • 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 [github.com/anthropics/anthropic-sdk-go](https://github.com/anthropics/anthropic-sdk-go) from 1.66.0 to 1.69.0.
- [Release notes](https://github.com/anthropics/anthropic-sdk-go/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-go/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-go@v1.66.0...v1.69.0)

---
updated-dependencies:
- dependency-name: github.com/anthropics/anthropic-sdk-go
  dependency-version: 1.69.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 go Pull requests that update go code labels Sep 5, 2026
@github-actions

github-actions Bot commented Sep 5, 2026

Copy link
Copy Markdown

Threat Drift Review by Threatcl

🧟 Phantom controls (0) · 📜 Stale assertions (0) · 🆕 Unmodeled surface (0)
🗺 DFD drift (0) · 📦 Dependency drift (0) · 🔎 Unclassified data (0)

⚠️ No API key was supplied (ANTHROPIC_API_KEY is unset), so this pull request was not reviewed for drift.

Context used
  • ✅ Threat model: threatcl-drift-action.tm.hcl — 10 threats, 15 controls (14 implemented), 3 information assets, 5 third-party dependencies, 1 data flow diagram
  • 📄 Diff: 1 of 2 changed files reviewed (1 skipped as docs, lock files, vendored or generated)
  • 🤖 Analysis: none — ANTHROPIC_API_KEY is unset, so no drift category was assessed

@xntrik
xntrik merged commit 438d08c into main Sep 5, 2026
6 checks passed
@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/anthropics/anthropic-sdk-go-1.69.0 branch September 5, 2026 09:37
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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant