Closed renovate[bot] closed 6 months ago
This PR contains the following updates:
1.28.1
1.30.4
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» 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.
This PR has been generated by Mend Renovate. View repository job log here.
5833e21
View logs
This PR contains the following updates:
1.28.1
->1.30.4
Release Notes
openai/openai-python (openai)
### [`v1.30.4`](https://togithub.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1304-2024-05-28) [Compare Source](https://togithub.com/openai/openai-python/compare/v1.30.3...v1.30.4) Full Changelog: [v1.30.3...v1.30.4](https://togithub.com/openai/openai-python/compare/v1.30.3...v1.30.4) ##### Chores - add missing **all** definitions ([7fba60f](https://togithub.com/openai/openai-python/commit/7fba60f2e8adc26e83080aaf3e436eb9891e1253)) - **internal:** fix lint issue ([f423cd0](https://togithub.com/openai/openai-python/commit/f423cd05d33b3e734eda7c0c008faac14ae96bb7)) ### [`v1.30.3`](https://togithub.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1303-2024-05-24) [Compare Source](https://togithub.com/openai/openai-python/compare/v1.30.2...v1.30.3) Full Changelog: [v1.30.2...v1.30.3](https://togithub.com/openai/openai-python/compare/v1.30.2...v1.30.3) ##### Chores - **ci:** update rye install location ([#1440](https://togithub.com/openai/openai-python/issues/1440)) ([8a0e5bf](https://togithub.com/openai/openai-python/commit/8a0e5bf4c03d9c714799fad43be68ac9c2b1f37a)) - **internal:** bump pyright ([#1442](https://togithub.com/openai/openai-python/issues/1442)) ([64a151e](https://togithub.com/openai/openai-python/commit/64a151eae705d55484f870df461434c0a6961e2b)) - **internal:** fix lint issue ([#1444](https://togithub.com/openai/openai-python/issues/1444)) ([b0eb458](https://togithub.com/openai/openai-python/commit/b0eb4582e050b0a25af3d80d2cb584bfc7cd11ab)) ##### Documentation - **contributing:** update references to rye-up.com ([dcc34a2](https://togithub.com/openai/openai-python/commit/dcc34a26d1a6a0debf440724fad658c77547048c)) ### [`v1.30.2`](https://togithub.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1302-2024-05-23) [Compare Source](https://togithub.com/openai/openai-python/compare/v1.30.1...v1.30.2) Full Changelog: [v1.30.1...v1.30.2](https://togithub.com/openai/openai-python/compare/v1.30.1...v1.30.2) ##### Chores - **ci:** update rye install location ([#1436](https://togithub.com/openai/openai-python/issues/1436)) ([f7cc4e7](https://togithub.com/openai/openai-python/commit/f7cc4e7d5d0964a4a5d53e602379770c2576e1aa)) ### [`v1.30.1`](https://togithub.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1301-2024-05-14) [Compare Source](https://togithub.com/openai/openai-python/compare/v1.30.0...v1.30.1) Full Changelog: [v1.30.0...v1.30.1](https://togithub.com/openai/openai-python/compare/v1.30.0...v1.30.1) ##### Chores - **internal:** add slightly better logging to scripts ([#1422](https://togithub.com/openai/openai-python/issues/1422)) ([43dffab](https://togithub.com/openai/openai-python/commit/43dffabb3bed4edf8a6e523cbb289f733a5f9b24)) ### [`v1.30.0`](https://togithub.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1300-2024-05-14) [Compare Source](https://togithub.com/openai/openai-python/compare/v1.29.0...v1.30.0) Full Changelog: [v1.29.0...v1.30.0](https://togithub.com/openai/openai-python/compare/v1.29.0...v1.30.0) ##### Features - **api:** add incomplete state ([#1420](https://togithub.com/openai/openai-python/issues/1420)) ([6484984](https://togithub.com/openai/openai-python/commit/648498412d1c7740e6b67ed4d0a55b89ff29d3b1)) ### [`v1.29.0`](https://togithub.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1290-2024-05-13) [Compare Source](https://togithub.com/openai/openai-python/compare/v1.28.2...v1.29.0) Full Changelog: [v1.28.2...v1.29.0](https://togithub.com/openai/openai-python/compare/v1.28.2...v1.29.0) ##### Features - **api:** add gpt-4o model ([#1417](https://togithub.com/openai/openai-python/issues/1417)) ([4f09f8c](https://togithub.com/openai/openai-python/commit/4f09f8c6cc4450f5e61f158f1bd54c513063a1a8)) ### [`v1.28.2`](https://togithub.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1282-2024-05-13) [Compare Source](https://togithub.com/openai/openai-python/compare/v1.28.1...v1.28.2) Full Changelog: [v1.28.1...v1.28.2](https://togithub.com/openai/openai-python/compare/v1.28.1...v1.28.2) ##### Bug Fixes - **client:** accidental blocking sleep in async code ([#1415](https://togithub.com/openai/openai-python/issues/1415)) ([0ac6ecb](https://togithub.com/openai/openai-python/commit/0ac6ecb8d4e52f895bc3ae1f589f22ddaaef6204)) ##### Chores - **internal:** bump pydantic dependency ([#1413](https://togithub.com/openai/openai-python/issues/1413)) ([ed73d1d](https://togithub.com/openai/openai-python/commit/ed73d1db540714e29a1ba30e3aa6429aae8b1dd8))Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» 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.
This PR has been generated by Mend Renovate. View repository job log here.