BoxcarsAI / boxcars

Building applications with composability using Boxcars with LLM's. Inspired by LangChain.
MIT License
430 stars 39 forks source link

[infra] Update ruby-openai requirement from ~> 4.2 to >= 4.2, < 7.0 #119

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

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

v5.2.0

Fix

5.1.0

Added

  • Added rough_token_count to estimate tokens in a string according to OpenAI's "rules of thumb". Thank you to @​jamiemccarthy for the idea and implementation!

... (truncated)

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

[5.2.0] - 2023-10-30

Fix

... (truncated)

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 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 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)