Skip to content

Bump anthropic from 1.6.0 to 1.10.0#102

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/anthropic-1.10.0
Closed

Bump anthropic from 1.6.0 to 1.10.0#102
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/anthropic-1.10.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 30, 2025

Copy link
Copy Markdown
Contributor

Bumps anthropic from 1.6.0 to 1.10.0.

Release notes

Sourced from anthropic's releases.

v1.10.0

1.10.0 (2025-09-29)

Full Changelog: v1.9.0...v1.10.0

Features

  • api: adds support for Claude Sonnet 4.5 and context management features (3a3cad6)
  • expose response headers for both streams and errors (9bfbae1)

Bug Fixes

  • always send filename in content-disposition headers (#126) (0e665f3)
  • internal: use null byte as file separator in the fast formatting script (beae717)
  • shorten multipart boundary sep to less than RFC specificed max length (40226f9)

Performance Improvements

Chores

  • allow fast-format to use bsd sed as well (ea0324c)
  • do not install brew dependencies in ./scripts/bootstrap by default (2091081)
  • internal: fix tests (59ce934)

v1.9.0

1.9.0 (2025-09-10)

Full Changelog: v1.8.0...v1.9.0

Features

  • api: adds support for Documents in tool results (91e23c1)
  • api: adds support for web_fetch_20250910 tool (631783d)

Bug Fixes

  • unnecessarily long multipart boundary length (#124) (69aa4c8)

v1.8.0

1.8.0 (2025-09-02)

Full Changelog: v1.7.0...v1.8.0

Features

... (truncated)

Changelog

Sourced from anthropic's changelog.

1.10.0 (2025-09-29)

Full Changelog: v1.9.0...v1.10.0

Features

  • api: adds support for Claude Sonnet 4.5 and context management features (3a3cad6)
  • expose response headers for both streams and errors (9bfbae1)

Bug Fixes

  • always send filename in content-disposition headers (#126) (0e665f3)
  • internal: use null byte as file separator in the fast formatting script (beae717)
  • shorten multipart boundary sep to less than RFC specificed max length (40226f9)

Performance Improvements

Chores

  • allow fast-format to use bsd sed as well (ea0324c)
  • do not install brew dependencies in ./scripts/bootstrap by default (2091081)
  • internal: fix tests (59ce934)

1.9.0 (2025-09-10)

Full Changelog: v1.8.0...v1.9.0

Features

  • api: adds support for Documents in tool results (91e23c1)
  • api: adds support for web_fetch_20250910 tool (631783d)

Bug Fixes

  • unnecessarily long multipart boundary length (#124) (69aa4c8)

1.8.0 (2025-09-02)

Full Changelog: v1.7.0...v1.8.0

Features

  • client: adds support for code-execution-2025-08-26 tool (28e554e)
  • input schemas (#660) (3e062c0)

... (truncated)

Commits
  • 3ca3b20 release: 1.10.0
  • 82bc5c2 feat(api): adds support for Claude Sonnet 4.5 and context management features
  • 54ee916 chore: allow fast-format to use bsd sed as well
  • 1e2cf9a fix: shorten multipart boundary sep to less than RFC specificed max length
  • 974a758 Revert "fix: always send filename in content-disposition headers (#126)"
  • 22656a2 fix: always send filename in content-disposition headers (#126)
  • ad1f861 fix(internal): use null byte as file separator in the fast formatting script
  • 4eac792 perf: faster code formatting
  • 655c475 codegen metadata
  • 0305922 chore: do not install brew dependencies in ./scripts/bootstrap by default
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.6.0 to 1.10.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.6.0...v1.10.0)

---
updated-dependencies:
- dependency-name: anthropic
  dependency-version: 1.10.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 30, 2025
@dependabot @github

dependabot Bot commented on behalf of github Oct 7, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #110.

@dependabot dependabot Bot closed this Oct 7, 2025
@dependabot dependabot Bot deleted the dependabot/bundler/anthropic-1.10.0 branch October 7, 2025 23:31
newstler added a commit that referenced this pull request Apr 14, 2026
RubyLLM 1.14.1 added a `to_partial_path` override returning
"messages/<role>" (user/assistant/system/tool). With the bump from
1.11.0 in #102, turbo-rails' `broadcasts_to` stopped finding a partial
because the app only has a single role-aware `_message.html.erb`. Every
message save crashed Turbo::Streams::ActionBroadcastJob with
ActionView::MissingTemplate, silently breaking live chat UI updates for
subscribers (real chats, summaries, testimonials, translations).

Pin the broadcast partial explicitly. Added a regression test that
saves a Message with every role and asserts the enqueued broadcast job
renders cleanly.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
newstler added a commit that referenced this pull request Apr 14, 2026
RubyLLM 1.14.1 added a `to_partial_path` override returning
"messages/<role>" (user/assistant/system/tool). With the bump from
1.11.0 in #102, turbo-rails' `broadcasts_to` stopped finding a partial
because the app only has a single role-aware `_message.html.erb`. Every
message save crashed Turbo::Streams::ActionBroadcastJob with
ActionView::MissingTemplate, silently breaking live chat UI updates for
subscribers (real chats, summaries, testimonials, translations).

Pin the broadcast partial explicitly. Added a regression test that
saves a Message with every role and asserts the enqueued broadcast job
renders cleanly.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
newstler added a commit that referenced this pull request Apr 14, 2026
RubyLLM 1.14.1 added a `to_partial_path` override returning
"messages/<role>" (user/assistant/system/tool). With the bump from
1.11.0 in #102, turbo-rails' `broadcasts_to` stopped finding a partial
because the app only has a single role-aware `_message.html.erb`. Every
message save crashed Turbo::Streams::ActionBroadcastJob with
ActionView::MissingTemplate, silently breaking live chat UI updates for
subscribers (real chats, summaries, testimonials, translations).

Pin the broadcast partial explicitly. Added a regression test that
saves a Message with every role and asserts the enqueued broadcast job
renders cleanly.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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