Skip to content

chore(deps): bump ruby/setup-ruby from 1.326.0 to 1.327.0 - #762

Merged
jbeckwith-oai merged 1 commit into
mainfrom
dependabot/github_actions/ruby/setup-ruby-1.327.0
Sep 25, 2026
Merged

jbeckwith-oai merged 1 commit into
mainfrom
dependabot/github_actions/ruby/setup-ruby-1.327.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps ruby/setup-ruby from 1.326.0 to 1.327.0.

Release notes

Sourced from ruby/setup-ruby's releases.

v1.327.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.326.0...v1.327.0

Commits

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/setup-ruby](https://github.com/ruby/setup-ruby) from 1.326.0 to 1.327.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](ruby/setup-ruby@762794c...1459426)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-version: 1.327.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 github_actions Pull requests that update GitHub Actions code labels Sep 25, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 25, 2026 09:36
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 25, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Castiron custom code

✅ No new custom-code files detected.

70 mixed files remain; 0 existing customizations changed.

Compared 38fec96d1c3b → 7fd31c421715. Generated baselines verified.

70 existing customizations unchanged
  • lib/openai.rb
  • lib/openai/client.rb
  • lib/openai/models/audio/transcription_create_response.rb
  • lib/openai/models/beta/agents/vault_status_filter.rb
  • lib/openai/models/chat/chat_completion_message.rb
  • lib/openai/models/chat/chat_completion_message_function_tool_call.rb
  • lib/openai/models/chat/completion_create_params.rb
  • lib/openai/models/image_edit_completed_event.rb
  • lib/openai/models/image_edit_partial_image_event.rb
  • lib/openai/models/image_gen_completed_event.rb
  • lib/openai/models/image_gen_partial_image_event.rb
  • lib/openai/models/images_response.rb
  • lib/openai/models/response_format_json_schema.rb
  • lib/openai/models/responses/function_tool.rb
  • lib/openai/models/responses/response.rb
  • lib/openai/models/responses/response_create_params.rb
  • lib/openai/models/responses/response_format_text_config.rb
  • lib/openai/models/responses/response_format_text_json_schema_config.rb
  • lib/openai/models/responses/response_function_tool_call.rb
  • lib/openai/models/responses/response_function_web_search.rb
  • lib/openai/models/responses/response_output_text.rb
  • lib/openai/models/responses/tool.rb
  • lib/openai/models/webhooks/webhook_endpoint_with_secret.rb
  • lib/openai/resources/beta/agents/sessions.rb
  • lib/openai/resources/beta/threads.rb
  • lib/openai/resources/chat/completions.rb
  • lib/openai/resources/containers/files.rb
  • lib/openai/resources/files.rb
  • lib/openai/resources/responses.rb
  • lib/openai/resources/vector_stores/file_batches.rb
  • lib/openai/resources/vector_stores/files.rb
  • lib/openai/resources/webhooks.rb
  • rbi/openai/client.rbi
  • rbi/openai/models/beta/agents/vault_status_filter.rbi
  • rbi/openai/models/chat/chat_completion_message.rbi
  • rbi/openai/models/chat/chat_completion_message_function_tool_call.rbi
  • rbi/openai/models/chat/completion_create_params.rbi
  • rbi/openai/models/image_edit_completed_event.rbi
  • rbi/openai/models/image_edit_partial_image_event.rbi
  • rbi/openai/models/image_gen_completed_event.rbi

30 more in the full report.

A changed generated baseline means this report cannot reliably identify which handwritten lines changed.

Inspect the custom-code diff

Download the exact patch produced by this run (requires repository access):

gh run download 36119400501 --repo openai/openai-ruby \
  --name castiron-custom-code-36119400501-1 --dir /tmp/castiron-custom-code-36119400501-1
git apply --stat /tmp/castiron-custom-code-36119400501-1/custom-code.patch
cat /tmp/castiron-custom-code-36119400501-1/custom-code.patch

Or reproduce it from an SDK checkout containing the vendored reporter:

git fetch --no-tags origin 38fec96d1c3bb77616e741e3c0d5d11b1f385b46 7fd31c4217151bcaa6439c8f48c6e8d311ff22dd
python3 scripts/castiron/custom_code_report.py report \
  --base 38fec96d1c3bb77616e741e3c0d5d11b1f385b46 \
  --head 7fd31c4217151bcaa6439c8f48c6e8d311ff22dd --fetch --require-head-hash --public \
  --out /tmp/castiron-custom-code-7fd31c421715
cat /tmp/castiron-custom-code-7fd31c421715/custom-code.patch

This is the current full custom patch for mixed files, not an attribution of only the handwritten lines changed by this PR.

Full report and patch

@openai-sdks

openai-sdks Bot commented Sep 25, 2026 •

Copy link
Copy Markdown
Contributor

OkTest Summary

✅ 236/236 SDK tests passed in 9.079s for Ruby SDK PR #762.

Test results — 42 files
Test Result Time
tests/chat-completions-complex-body.test.ts ✅ Passed 207ms
tests/chat-completions-create.test.ts ✅ Passed 316ms
tests/chat-completions-stream.test.ts ✅ Passed 120ms
tests/files-content-binary.test.ts ✅ Passed 203ms
tests/files-create-multipart.test.ts ✅ Passed 179ms
tests/files-list-pagination.test.ts ✅ Passed 141ms
tests/initialize-config.test.ts ✅ Passed 132ms
tests/instance-isolation.test.ts ✅ Passed 170ms
tests/models-list.test.ts ✅ Passed 141ms
tests/responses-background-lifecycle.test.ts ✅ Passed 201ms
tests/responses-body-method-errors.test.ts ✅ Passed 462ms
tests/responses-cancel-timeout.test.ts ✅ Passed 296ms
tests/responses-cancel.test.ts ✅ Passed 270ms
tests/responses-compact-retries.test.ts ✅ Passed 274ms
tests/responses-compact.test.ts ✅ Passed 306ms
tests/responses-create-advanced-stream.test.ts ✅ Passed 182ms
tests/responses-create-advanced.test.ts ✅ Passed 181ms
tests/responses-create-disconnect.test.ts ✅ Passed 122ms
tests/responses-create-errors.test.ts ✅ Passed 292ms
tests/responses-create-malformed-api-responses.test.ts ✅ Passed 113ms
tests/responses-create-retries.test.ts ✅ Passed 228ms
tests/responses-create-stream-failures.test.ts ✅ Passed 126ms
tests/responses-create-stream-timeout.test.ts ✅ Passed 198ms
tests/responses-create-stream-wire.test.ts ✅ Passed 1.717s
tests/responses-create-stream.test.ts ✅ Passed 180ms
tests/responses-create-terminal-states.test.ts ✅ Passed 285ms
tests/responses-create-timeout.test.ts ✅ Passed 291ms
tests/responses-create.test.ts ✅ Passed 216ms
tests/responses-delete.test.ts ✅ Passed 150ms
tests/responses-input-items-errors.test.ts ✅ Passed 138ms
tests/responses-input-items-list.test.ts ✅ Passed 158ms
tests/responses-input-items-options.test.ts ✅ Passed 147ms
tests/responses-input-tokens-count-timeout.test.ts ✅ Passed 304ms
tests/responses-input-tokens-count.test.ts ✅ Passed 177ms
tests/responses-malformed-inputs.test.ts ✅ Passed 1.853s
tests/responses-not-found-errors.test.ts ✅ Passed 335ms
tests/responses-parse.test.ts ✅ Passed 191ms
tests/responses-retrieve-retries.test.ts ✅ Passed 176ms
tests/responses-retrieve.test.ts ✅ Passed 275ms
tests/responses-stored-method-errors.test.ts ✅ Passed 847ms
tests/retry-behavior.test.ts ✅ Passed 3.488s
tests/sdk-error-shape.test.ts ✅ Passed 429ms

View OkTest run #36119371464

SDK merge (9f0a95add951) · head (7fd31c421715) · base (38fec96d1c3b) · OkTest (bc2ef6ca05ab)

@jbeckwith-oai
jbeckwith-oai added this pull request to the merge queue Sep 25, 2026
Merged via the queue into main with commit 3921459 Sep 25, 2026
17 checks passed
@jbeckwith-oai
jbeckwith-oai deleted the dependabot/github_actions/ruby/setup-ruby-1.327.0 branch September 25, 2026 16:27
@openai-sdks openai-sdks Bot mentioned this pull request Sep 25, 2026
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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant