tal-rofe / cz-vinyl

Commitizen adapter formatting commit messages
MIT License
17 stars 1 forks source link

chore: 🤖 update dependency openai to v4.59.0 #719

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 3 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
openai 4.55.5 -> 4.59.0 age adoption passing confidence

Release Notes

openai/openai-node (openai) ### [`v4.59.0`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4590-2024-09-11) [Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.58.2...v4.59.0) Full Changelog: [v4.58.2...v4.59.0](https://redirect.github.com/openai/openai-node/compare/v4.58.2...v4.59.0) ##### Features - **structured outputs:** support accessing raw responses ([#​1058](https://redirect.github.com/openai/openai-node/issues/1058)) ([af17697](https://redirect.github.com/openai/openai-node/commit/af176979894ee95a51e09abc239a8fd3a639dcde)) ##### Documentation - **azure:** example for custom base URL ([#​1055](https://redirect.github.com/openai/openai-node/issues/1055)) ([20defc8](https://redirect.github.com/openai/openai-node/commit/20defc80801e1f1f489a07bd1264be71c56c586f)) - **azure:** remove locale from docs link ([#​1054](https://redirect.github.com/openai/openai-node/issues/1054)) ([f9b7eac](https://redirect.github.com/openai/openai-node/commit/f9b7eac58020cff0e367a15b9a2ca4e7c95cbb89)) ### [`v4.58.2`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4582-2024-09-09) [Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.58.1...v4.58.2) Full Changelog: [v4.58.1...v4.58.2](https://redirect.github.com/openai/openai-node/compare/v4.58.1...v4.58.2) ##### Bug Fixes - **errors:** pass message through to APIConnectionError ([#​1050](https://redirect.github.com/openai/openai-node/issues/1050)) ([5a34316](https://redirect.github.com/openai/openai-node/commit/5a3431672e200a6bc161d39873e914434557801e)) ##### Chores - better object fallback behaviour for casting errors ([#​1053](https://redirect.github.com/openai/openai-node/issues/1053)) ([b7d4619](https://redirect.github.com/openai/openai-node/commit/b7d46190d2bb775145a9a3de6408c38abacfa055)) ### [`v4.58.1`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4581-2024-09-06) [Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.58.0...v4.58.1) Full Changelog: [v4.58.0...v4.58.1](https://redirect.github.com/openai/openai-node/compare/v4.58.0...v4.58.1) ##### Chores - **docs:** update browser support information ([#​1045](https://redirect.github.com/openai/openai-node/issues/1045)) ([d326cc5](https://redirect.github.com/openai/openai-node/commit/d326cc54a77c450672fbf07d736cec80a9ba72fb)) ### [`v4.58.0`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4580-2024-09-05) [Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.57.3...v4.58.0) Full Changelog: [v4.57.3...v4.58.0](https://redirect.github.com/openai/openai-node/compare/v4.57.3...v4.58.0) ##### Features - **vector store:** improve chunking strategy type names ([#​1041](https://redirect.github.com/openai/openai-node/issues/1041)) ([471cec3](https://redirect.github.com/openai/openai-node/commit/471cec3228886253f07c13a362827a31e9ec7b63)) ##### Bug Fixes - **uploads:** avoid making redundant memory copies ([#​1043](https://redirect.github.com/openai/openai-node/issues/1043)) ([271297b](https://redirect.github.com/openai/openai-node/commit/271297bd32393d4c5663023adf82f8fb19dc3d25)) ### [`v4.57.3`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4573-2024-09-04) [Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.57.2...v4.57.3) Full Changelog: [v4.57.2...v4.57.3](https://redirect.github.com/openai/openai-node/compare/v4.57.2...v4.57.3) ##### Bug Fixes - **helpers/zod:** avoid import issue in certain environments ([#​1039](https://redirect.github.com/openai/openai-node/issues/1039)) ([e238daa](https://redirect.github.com/openai/openai-node/commit/e238daa7c12f3fb13369f58b9d405365f5efcc8f)) ##### Chores - **internal:** minor bump qs version ([#​1037](https://redirect.github.com/openai/openai-node/issues/1037)) ([8ec218e](https://redirect.github.com/openai/openai-node/commit/8ec218e9efb657927b3c0346822a96872aeaf137)) ### [`v4.57.2`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4572-2024-09-04) [Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.57.1...v4.57.2) Full Changelog: [v4.57.1...v4.57.2](https://redirect.github.com/openai/openai-node/compare/v4.57.1...v4.57.2) ##### Chores - **internal:** dependency updates ([#​1035](https://redirect.github.com/openai/openai-node/issues/1035)) ([e815fb6](https://redirect.github.com/openai/openai-node/commit/e815fb6dee75219563d3a7776774ba1c2984560e)) ### [`v4.57.1`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4571-2024-09-03) [Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.57.0...v4.57.1) Full Changelog: [v4.57.0...v4.57.1](https://redirect.github.com/openai/openai-node/compare/v4.57.0...v4.57.1) ##### Bug Fixes - **assistants:** correctly accumulate tool calls when streaming ([#​1031](https://redirect.github.com/openai/openai-node/issues/1031)) ([d935ad3](https://redirect.github.com/openai/openai-node/commit/d935ad3fa37b2701f4c9f6e433ada6074280a871)) - **client:** correct File construction from node-fetch Responses ([#​1029](https://redirect.github.com/openai/openai-node/issues/1029)) ([22ebdc2](https://redirect.github.com/openai/openai-node/commit/22ebdc2ca7d98e0f266110c4cf827e53a0a22026)) - runTools without stream should not emit user message events ([#​1005](https://redirect.github.com/openai/openai-node/issues/1005)) ([22ded4d](https://redirect.github.com/openai/openai-node/commit/22ded4d549a157482a8de2faf65e92c5be07fa95)) ##### Chores - **internal/tests:** workaround bug in recent types/node release ([3c7bdfd](https://redirect.github.com/openai/openai-node/commit/3c7bdfdb373bff77db0e3fecd5d49ddfa4284cd9)) ### [`v4.57.0`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4570-2024-08-29) [Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.56.2...v4.57.0) Full Changelog: [v4.56.2...v4.57.0](https://redirect.github.com/openai/openai-node/compare/v4.56.2...v4.57.0) ##### Features - **api:** add file search result details to run steps ([#​1023](https://redirect.github.com/openai/openai-node/issues/1023)) ([d9acd0a](https://redirect.github.com/openai/openai-node/commit/d9acd0a2c52b27983f8db6a8de6a776078b1d41b)) ##### Bug Fixes - install examples deps as part of bootstrap script ([#​1022](https://redirect.github.com/openai/openai-node/issues/1022)) ([eae8e36](https://redirect.github.com/openai/openai-node/commit/eae8e36fd5514eb60773646ec775badde50e783c)) ### [`v4.56.2`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4562-2024-08-29) [Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.56.1...v4.56.2) Full Changelog: [v4.56.1...v4.56.2](https://redirect.github.com/openai/openai-node/compare/v4.56.1...v4.56.2) ##### Chores - run tsc as part of lint script ([#​1020](https://redirect.github.com/openai/openai-node/issues/1020)) ([4942347](https://redirect.github.com/openai/openai-node/commit/49423472f2b0a0b63961174bedfc00bfd99d47f9)) ### [`v4.56.1`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4561-2024-08-27) [Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.56.0...v4.56.1) Full Changelog: [v4.56.0...v4.56.1](https://redirect.github.com/openai/openai-node/compare/v4.56.0...v4.56.1) ##### Chores - **ci:** check for build errors ([#​1013](https://redirect.github.com/openai/openai-node/issues/1013)) ([7ff2127](https://redirect.github.com/openai/openai-node/commit/7ff21273091a605e05173502654cfb9c90a4382e)) ### [`v4.56.0`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4560-2024-08-16) [Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.55.9...v4.56.0) Full Changelog: [v4.55.9...v4.56.0](https://redirect.github.com/openai/openai-node/compare/v4.55.9...v4.56.0) ##### Features - **api:** add chatgpt-4o-latest model ([edc4398](https://redirect.github.com/openai/openai-node/commit/edc43986ba96a0fda48f7eea368efe706f68dcac)) ### [`v4.55.9`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4559-2024-08-16) [Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.55.8...v4.55.9) Full Changelog: [v4.55.8...v4.55.9](https://redirect.github.com/openai/openai-node/compare/v4.55.8...v4.55.9) ##### Bug Fixes - **azure/tts:** avoid stripping model param ([#​999](https://redirect.github.com/openai/openai-node/issues/999)) ([c3a7ccd](https://redirect.github.com/openai/openai-node/commit/c3a7ccdbd6d9a2576509c2dc6c1605bc73c6dde7)) ### [`v4.55.8`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4558-2024-08-15) [Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.55.7...v4.55.8) Full Changelog: [v4.55.7...v4.55.8](https://redirect.github.com/openai/openai-node/compare/v4.55.7...v4.55.8) ##### Chores - **types:** define FilePurpose enum ([#​997](https://redirect.github.com/openai/openai-node/issues/997)) ([19b941b](https://redirect.github.com/openai/openai-node/commit/19b941be4ff3e4fa7e67b820a5aac51e5c8d4f60)) ### [`v4.55.7`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4557-2024-08-13) [Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.55.6...v4.55.7) Full Changelog: [v4.55.6...v4.55.7](https://redirect.github.com/openai/openai-node/compare/v4.55.6...v4.55.7) ##### Bug Fixes - **json-schema:** correct handling of nested recursive schemas ([#​992](https://redirect.github.com/openai/openai-node/issues/992)) ([ac309ab](https://redirect.github.com/openai/openai-node/commit/ac309abee3419594f45680c7d0ab11e13ce28c5b)) ### [`v4.55.6`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4556-2024-08-13) [Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.55.5...v4.55.6) Full Changelog: [v4.55.5...v4.55.6](https://redirect.github.com/openai/openai-node/compare/v4.55.5...v4.55.6) ##### Bug Fixes - **zod-to-json-schema:** correct licensing ([#​986](https://redirect.github.com/openai/openai-node/issues/986)) ([bd2051e](https://redirect.github.com/openai/openai-node/commit/bd2051e501e2ceafcd095f82205c2e668e1d68d7))

Configuration

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

🚦 Automerge: Enabled.

â™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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



This PR was generated by Mend Renovate. View the repository job log.