Skip to content

Commit

Permalink
fix(deps): update dependency openai to v4.38.2 (#585)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [openai](https://togithub.com/openai/openai-node) | [`4.33.1` ->
`4.38.2`](https://renovatebot.com/diffs/npm/openai/4.33.1/4.38.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/openai/4.38.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/openai/4.38.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/openai/4.33.1/4.38.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/openai/4.33.1/4.38.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>openai/openai-node (openai)</summary>

###
[`v4.38.2`](https://togithub.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4382-2024-04-19)

[Compare
Source](https://togithub.com/openai/openai-node/compare/v4.38.1...v4.38.2)

Full Changelog:
[v4.38.1...v4.38.2](https://togithub.com/openai/openai-node/compare/v4.38.1...v4.38.2)

##### Bug Fixes

- **api:** correct types for message attachment tools
([#&#8203;787](https://togithub.com/openai/openai-node/issues/787))
([8626884](https://togithub.com/openai/openai-node/commit/8626884abd2494aa081db9e50a2f268b6cebc5df))

###
[`v4.38.1`](https://togithub.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4381-2024-04-18)

[Compare
Source](https://togithub.com/openai/openai-node/compare/v4.38.0...v4.38.1)

Full Changelog:
[v4.38.0...v4.38.1](https://togithub.com/openai/openai-node/compare/v4.38.0...v4.38.1)

##### Bug Fixes

- **api:** correct types for attachments
([#&#8203;783](https://togithub.com/openai/openai-node/issues/783))
([6893631](https://togithub.com/openai/openai-node/commit/6893631334f75e232ba130f5dd67f1230b1e5fa0))

###
[`v4.38.0`](https://togithub.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4380-2024-04-18)

[Compare
Source](https://togithub.com/openai/openai-node/compare/v4.37.1...v4.38.0)

Full Changelog:
[v4.37.1...v4.38.0](https://togithub.com/openai/openai-node/compare/v4.37.1...v4.38.0)

##### Features

- **api:** batch list endpoint
([#&#8203;781](https://togithub.com/openai/openai-node/issues/781))
([d226759](https://togithub.com/openai/openai-node/commit/d226759164fbed33198d8bdc315c98e1052dade8))

###
[`v4.37.1`](https://togithub.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4371-2024-04-17)

[Compare
Source](https://togithub.com/openai/openai-node/compare/v4.37.0...v4.37.1)

Full Changelog:
[v4.37.0...v4.37.1](https://togithub.com/openai/openai-node/compare/v4.37.0...v4.37.1)

##### Chores

- **api:** docs and response_format response property
([#&#8203;778](https://togithub.com/openai/openai-node/issues/778))
([78f5c35](https://togithub.com/openai/openai-node/commit/78f5c3568d95d8e854c04049dc7d5643aa49e93f))

###
[`v4.37.0`](https://togithub.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4370-2024-04-17)

[Compare
Source](https://togithub.com/openai/openai-node/compare/v4.36.0...v4.37.0)

Full Changelog:
[v4.36.0...v4.37.0](https://togithub.com/openai/openai-node/compare/v4.36.0...v4.37.0)

##### Features

- **api:** add vector stores
([#&#8203;776](https://togithub.com/openai/openai-node/issues/776))
([8bb929b](https://togithub.com/openai/openai-node/commit/8bb929b2ee91c1bec0a00347bf4f7628652d1be3))

###
[`v4.36.0`](https://togithub.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4360-2024-04-16)

[Compare
Source](https://togithub.com/openai/openai-node/compare/v4.35.0...v4.36.0)

Full Changelog:
[v4.35.0...v4.36.0](https://togithub.com/openai/openai-node/compare/v4.35.0...v4.36.0)

##### Features

- **client:** add header OpenAI-Project
([#&#8203;772](https://togithub.com/openai/openai-node/issues/772))
([bb4df37](https://togithub.com/openai/openai-node/commit/bb4df3722082fb44b7d4feb7a47df796149150a2))
- extract chat models to a named enum
([#&#8203;775](https://togithub.com/openai/openai-node/issues/775))
([141d2ed](https://togithub.com/openai/openai-node/commit/141d2ed308141dc751869353208e4d0632d3650c))

##### Build System

- configure UTF-8 locale in devcontainer
([#&#8203;774](https://togithub.com/openai/openai-node/issues/774))
([bebf4f0](https://togithub.com/openai/openai-node/commit/bebf4f0ca1f884f8747caff0f0e065aafffde096))

###
[`v4.35.0`](https://togithub.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4350-2024-04-15)

[Compare
Source](https://togithub.com/openai/openai-node/compare/v4.34.0...v4.35.0)

Full Changelog:
[v4.34.0...v4.35.0](https://togithub.com/openai/openai-node/compare/v4.34.0...v4.35.0)

##### Features

- **errors:** add request_id property
([#&#8203;769](https://togithub.com/openai/openai-node/issues/769))
([43aa6a1](https://togithub.com/openai/openai-node/commit/43aa6a19cfb1448903dfaddc4da3def2eda9cbab))

###
[`v4.34.0`](https://togithub.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4340-2024-04-15)

[Compare
Source](https://togithub.com/openai/openai-node/compare/v4.33.1...v4.34.0)

Full Changelog:
[v4.33.1...v4.34.0](https://togithub.com/openai/openai-node/compare/v4.33.1...v4.34.0)

##### Features

- **api:** add batch API
([#&#8203;768](https://togithub.com/openai/openai-node/issues/768))
([7fe34f2](https://togithub.com/openai/openai-node/commit/7fe34f2d0bda9c1cb116a593f02bd0cc15a52e12))
- **api:** updates
([#&#8203;766](https://togithub.com/openai/openai-node/issues/766))
([52bcc47](https://togithub.com/openai/openai-node/commit/52bcc47043e4c3ffe15ae9e7ac0fa87e2493aad9))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/simonknittel/sinister-incorporated).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 27, 2024
1 parent 64e72ee commit a77d7fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lorem-ipsum": "2.0.8",
"next": "14.2.1",
"next-auth": "4.24.7",
"openai": "4.33.1",
"openai": "4.38.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.51.3",
Expand Down

0 comments on commit a77d7fa

Please sign in to comment.