Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ruby-openai requirement from ~> 5.0 to >= 5, < 7 #52

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Updates the requirements on ruby-openai to permit the latest version.

Release notes

Sourced from ruby-openai's releases.

v6.3.1

Fixed

  • Allow any kind of file (eg. PDFs) to be uploaded to the API, not just JSONL files. Thank you @​stefan-kp for the PR!

v6.3.0

Added

  • Add ability to pass Faraday middleware to the client in a block, eg. to enable verbose logging - shout out to @​obie for pushing for this.
  • Add better error logging to the client by default.
  • Bump Event Source to v1, thank you @​atesgoral @ Shopify!

v6.2.0

Added

v6.1.0

Added

  • Add support for Assistants, Threads, Messages and Runs. Thank you @​Haegin for the excellent work on this PR, and many reviewers for their contributions!

v6.0.1

Fix

  • Gracefully handle the case where an HTTP error response may not have valid JSON in its body. Thank you @​atesgoral!

v6.0.0

Added

  • [BREAKING] HTTP errors will now be raised by ruby-openai as Faraday:Errors, including when streaming! Implemented by @​atesgoral
  • [BREAKING] Switch from legacy Finetunes to the new Fine-tune-jobs endpoints. Implemented by @​lancecarlson
  • [BREAKING] Remove deprecated Completions endpoints - use Chat instead.

Fix

Changelog

Sourced from ruby-openai's changelog.

[6.3.1] - 2023-12-04

Fixed

  • Allow any kind of file (eg. PDFs) to be uploaded to the API, not just JSONL files. Thank you @​stefan-kp for the PR!

[6.3.0] - 2023-11-26

Added

  • Add ability to pass Faraday middleware to the client in a block, eg. to enable verbose logging - shout out to @​obie for pushing for this.
  • Add better error logging to the client by default.
  • Bump Event Source to v1, thank you @​atesgoral @ Shopify!

[6.2.0] - 2023-11-15

Added

[6.1.0] - 2023-11-14

Added

  • Add support for Assistants, Threads, Messages and Runs. Thank you @​Haegin for the excellent work on this PR, and many reviewers for their contributions!

[6.0.1] - 2023-11-07

Fix

  • Gracefully handle the case where an HTTP error response may not have valid JSON in its body. Thank you @​atesgoral!

[6.0.0] - 2023-11-06

Added

  • [BREAKING] HTTP errors will now be raised by ruby-openai as Faraday:Errors, including when streaming! Implemented by @​atesgoral
  • [BREAKING] Switch from legacy Finetunes to the new Fine-tune-jobs endpoints. Implemented by @​lancecarlson
  • [BREAKING] Remove deprecated Completions endpoints - use Chat instead.

Fix

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from MatheusRich as a code owner January 1, 2024 01:03
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 1, 2024
Updates the requirements on [ruby-openai](https://github.com/alexrudall/ruby-openai) to permit the latest version.
- [Release notes](https://github.com/alexrudall/ruby-openai/releases)
- [Changelog](https://github.com/alexrudall/ruby-openai/blob/main/CHANGELOG.md)
- [Commits](alexrudall/ruby-openai@v5.2.0...v6.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/ruby-openai-6.3.1 branch from 94d50d7 to 16a4dc7 Compare January 1, 2024 03:53
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 1, 2024

Superseded by #62.

@dependabot dependabot bot closed this Apr 1, 2024
@dependabot dependabot bot deleted the dependabot/bundler/ruby-openai-6.3.1 branch April 1, 2024 00:52
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants