Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 11, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps ruby-openai from 7.1.0 to 8.1.0.

Release notes

Sourced from ruby-openai's releases.

v8.1.0

Added

  • Add Vector#search endpoint - thank you @​jaebrownn for this PR!

v8.0.0

[8.0.0] - 2025-03-14

Added

  • Add Responses endpoints - thanks to my excellent colleague @​simonx1 for your work on this!
  • Add docs for the Deepseek chat API.
  • Add Models#delete - thanks to bennysghost.

Fixed

  • [BREAKING] Try to JSON parse everything. If it fails, fall back gracefully to returning the raw response. Thank you to @​gregszero and the many others who raised this issue.
  • [BREAKING] An unknown file type will no longer prevent file upload, but instead raise a warning.
  • [BREAKING] ruby-openai longer requires "faraday/multipart" for Faraday 1 users (Faraday 1 already includes it and it was causing a warning). Thanks to ajGingrich for raising this!
  • Add user_data and evals as options for known File types - thank you to jontec for this fix!
  • Fix a syntax ambiguity in Client.rb - thank you to viralpraxis.

Removed

  • [BREAKING] Backwards compatibility for require "ruby/openai" is removed - from v8 on you MUST use require "openai". This fixes a deprecation warning with Ruby 3.4. Thanks to @​ndemianc for this PR.
  • [BREAKING] Removed support for Ruby 2.6. ruby-openai may still work with this version but it's no longer supported.
  • Removed the 'OpenAI-Beta' header from Batches API requests.

v7.4.0

Added

  • Add support for OPENAI_ADMIN_TOKEN to allow for administrative endpoints to be called.
  • Add support for Usage endpoints.

v7.3.1

[7.3.1] - 2024-10-15

Fixed

  • Fix 404 error when using Client#embeddings with Azure - thanks to @​ymtdzzz for raising this in a really clear issue.

v7.3.0

Added

  • Add ability to (with the right incantations) retrieve the chunks used by an Assistant file search - thanks to @​agamble for the addition!

v7.2.0

Added

  • Add ability to pass parameters to Files#list endpoint - thanks to @​parterburn!

... (truncated)

Changelog

Sourced from ruby-openai's changelog.

[8.1.0] - 2025-03-30

Added

  • Add Vector#search endpoint - thank you @​jaebrownn for this PR!

[8.0.0] - 2025-03-14

Added

  • Add Responses endpoints - thanks to my excellent colleague @​simonx1 for your work on this!
  • Add docs for the Deepseek chat API.
  • Add Models#delete - thanks to bennysghost.

Fixed

  • [BREAKING] Try to JSON parse everything. If it fails, fall back gracefully to returning the raw response. Thank you to @​gregszero and the many others who raised this issue.
  • [BREAKING] An unknown file type will no longer prevent file upload, but instead raise a warning.
  • [BREAKING] ruby-openai longer requires "faraday/multipart" for Faraday 1 users (Faraday 1 already includes it and it was causing a warning). Thanks to ajGingrich for raising this!
  • Add user_data and evals as options for known File types - thank you to jontec for this fix!
  • Fix a syntax ambiguity in Client.rb - thank you to viralpraxis.

Removed

  • [BREAKING] Backwards compatibility for require "ruby/openai" is removed - from v8 on you MUST use require "openai". This fixes a deprecation warning with Ruby 3.4. Thanks to @​ndemianc for this PR.
  • [BREAKING] Removed support for Ruby 2.6. ruby-openai may still work with this version but it's no longer supported.
  • Removed the 'OpenAI-Beta' header from Batches API requests.

[7.4.0] - 2025-02-10

Added

  • Add support for OPENAI_ADMIN_TOKEN to allow for administrative endpoints to be called.
  • Add support for Usage endpoints.

[7.3.1] - 2024-10-15

Fixed

  • Fix 404 error when using Client#embeddings with Azure - thanks to @​ymtdzzz for raising this in a really clear issue.

[7.3.0] - 2024-10-11

Added

  • Add ability to (with the right incantations) retrieve the chunks used by an Assistant file search - thanks to @​agamble for the addition!

[7.2.0] - 2024-10-10

Added

... (truncated)

Commits
  • f020cbd Merge pull request #585 from alexrudall/8.1
  • 56920f2 v8.1
  • 9340981 Merge pull request #583 from jaebrownn/main
  • b0341a7 fix: updated docs to be in the correct place
  • 5e53f6a chore: removed key checks from tests
  • cf39f3e chore: added cassettes
  • e1a4171 chore: added documentation to the readme
  • 2d5dd69 feat: add search method to vector stores and corresponding specs
  • d1ba292 Merge pull request #581 from alexrudall/chore/tweak-readme
  • 8ef578d Tweak README intro
  • 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 [ruby-openai](https://github.com/alexrudall/ruby-openai) from 7.1.0 to 8.1.0.
- [Release notes](https://github.com/alexrudall/ruby-openai/releases)
- [Changelog](https://github.com/alexrudall/ruby-openai/blob/main/CHANGELOG.md)
- [Commits](alexrudall/ruby-openai@v7.1.0...v8.1.0)

---
updated-dependencies:
- dependency-name: ruby-openai
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Apr 11, 2025
@TonsOfFun TonsOfFun merged commit c00bc6c into main Apr 13, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/bundler/ruby-openai-8.1.0 branch April 13, 2025 10:27
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.

2 participants