Skip to content

Bump ruby_llm from 1.12.1 to 1.13.2#99

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/ruby_llm-1.13.2
Closed

Bump ruby_llm from 1.12.1 to 1.13.2#99
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/ruby_llm-1.13.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps ruby_llm from 1.12.1 to 1.13.2.

Release notes

Sourced from ruby_llm's releases.

1.13.2

RubyLLM 1.13.2: Patch Fixes for Schema + Streaming 🐛🔧

A small patch release with three fixes.

🧩 Fix: Schema Names Are Always OpenAI-Compatible

Schema names now always produce a valid response_format.json_schema.name for OpenAI:

  • namespaced names like MyApp::Schema are sanitized
  • blank names now safely fall back to response

Fixes #654.

🌊 Fix: Streaming Ignores Non-Hash SSE Payloads

Streaming handlers now skip non-Hash JSON payloads (like true) before calling provider chunk builders, preventing intermittent crashes in Anthropic streaming.

Fixes #656.

🗓️ Fix: models.dev created_at Date Handling

Improved handling for missing models.dev dates when populating created_at metadata.

Installation

gem "ruby_llm", "1.13.2"

Upgrading from 1.13.1

bundle update ruby_llm

Merged PRs

Full Changelog: crmne/ruby_llm@1.13.1...1.13.2

1.13.1

RubyLLM 1.13.1: Quick Fixes 🐛🔧

A small patch release with three fixes.

🧩 Fix: Schema + Tool Calls No Longer Crash

... (truncated)

Commits
  • 0950693 Updated cassettes
  • b6e62a6 Bump to 1.13.2
  • 67c4148 Fix Anthropic streaming crash on non-hash SSE payloads (#657)
  • afe7d04 [BUG] Fix schema name sanitization for OpenAI API compatibility (#655)
  • fe8994d Updated models
  • 48bf6f6 Updated models
  • d940984 Fix missing models.dev date handling for created_at metadata (#652)
  • 97c0546 Bump to 1.13.1
  • 1094945 Populate Gemini cached token usage
  • beec837 Fix schema JSON parsing for intermediate tool-call responses (#650)
  • 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 [ruby_llm](https://github.com/crmne/ruby_llm) from 1.12.1 to 1.13.2.
- [Release notes](https://github.com/crmne/ruby_llm/releases)
- [Commits](crmne/ruby_llm@1.12.1...1.13.2)

---
updated-dependencies:
- dependency-name: ruby_llm
  dependency-version: 1.13.2
  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 Mar 9, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 23, 2026

Superseded by #101.

@dependabot dependabot bot closed this Mar 23, 2026
@dependabot dependabot bot deleted the dependabot/bundler/ruby_llm-1.13.2 branch March 23, 2026 08:46
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