Commit 2529dbe
authored
Build(deps): Bump ruby-openai from 7.3.1 to 7.4.0 (#769)
Bumps [ruby-openai](https://github.com/alexrudall/ruby-openai) from
7.3.1 to 7.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/alexrudall/ruby-openai/releases">ruby-openai's
releases</a>.</em></p>
<blockquote>
<h2>v7.4.0</h2>
<h3>Added</h3>
<ul>
<li>Add support for OPENAI_ADMIN_TOKEN to allow for administrative
endpoints to be called.</li>
<li>Add support for Usage endpoints.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/alexrudall/ruby-openai/blob/main/CHANGELOG.md">ruby-openai's
changelog</a>.</em></p>
<blockquote>
<h2>[7.4.0] - 2024-02-10</h2>
<h3>Added</h3>
<ul>
<li>Add support for OPENAI_ADMIN_TOKEN to allow for administrative
endpoints to be called.</li>
<li>Add support for Usage endpoints.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/alexrudall/ruby-openai/commit/c87e36ec122b15049da10e9b0438fc8b463133a9"><code>c87e36e</code></a>
Merge pull request <a
href="https://redirect.github.com/alexrudall/ruby-openai/issues/563">#563</a>
from alexrudall/feature/usage</li>
<li><a
href="https://github.com/alexrudall/ruby-openai/commit/fabca6ced1accb751adb9e7e66d7a18030f81a55"><code>fabca6c</code></a>
Bump version</li>
<li><a
href="https://github.com/alexrudall/ruby-openai/commit/05eed1181c86ebed4656ae7a1ea99bc174c02f7a"><code>05eed11</code></a>
Bump version</li>
<li><a
href="https://github.com/alexrudall/ruby-openai/commit/915d8aceb14697490883072727a47065715d9ee0"><code>915d8ac</code></a>
Add Usage to README</li>
<li><a
href="https://github.com/alexrudall/ruby-openai/commit/6bbe4780fb0170e4b087a1d68aebc76cf85aa691"><code>6bbe478</code></a>
Add Usage to README</li>
<li><a
href="https://github.com/alexrudall/ruby-openai/commit/89026b8aac693a17fd2c5dac33cdf925e4eceb32"><code>89026b8</code></a>
Add vector_stores costs spec</li>
<li><a
href="https://github.com/alexrudall/ruby-openai/commit/4c1f73e8311cbd40da5775367e8644c9ddc83268"><code>4c1f73e</code></a>
Fix specs without real token</li>
<li><a
href="https://github.com/alexrudall/ruby-openai/commit/f5c7ca49108ba1bb2e1b5626144cabe99535c7ea"><code>f5c7ca4</code></a>
Rubocop</li>
<li><a
href="https://github.com/alexrudall/ruby-openai/commit/215a61b530023937bc25c5984818247b0371559b"><code>215a61b</code></a>
Add OPENAI_ADMIN_TOKEN and Usage endpoints</li>
<li><a
href="https://github.com/alexrudall/ruby-openai/commit/04a3b5d4a500b762fef8bb25fcfdfbb9abe7ee01"><code>04a3b5d</code></a>
Merge pull request <a
href="https://redirect.github.com/alexrudall/ruby-openai/issues/542">#542</a>
from alexrudall/dependabot/bundler/rexml-3.3.9</li>
<li>Additional commits viewable in <a
href="https://github.com/alexrudall/ruby-openai/compare/v7.3.1...v7.4.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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)
</details>1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
614 | 614 | | |
615 | 615 | | |
616 | 616 | | |
617 | | - | |
| 617 | + | |
618 | 618 | | |
619 | 619 | | |
620 | 620 | | |
| |||
0 commit comments