jhatler / janus

Just Another Neural Utility System
MIT License
1 stars 3 forks source link

chore(deps): update dependency openai to v1.44.0 #447

Open renovate[bot] opened 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
openai ==1.35.13 -> ==1.44.0 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

openai/openai-python (openai) ### [`v1.44.0`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1440-2024-09-06) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v1.43.1...v1.44.0) Full Changelog: [v1.43.1...v1.44.0](https://redirect.github.com/openai/openai-python/compare/v1.43.1...v1.44.0) ##### Features - **vector store:** improve chunking strategy type names ([#​1690](https://redirect.github.com/openai/openai-python/issues/1690)) ([e82cd85](https://redirect.github.com/openai/openai-python/commit/e82cd85ac4962e36cb3b139c503069b56918688f)) ### [`v1.43.1`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1431-2024-09-05) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v1.43.0...v1.43.1) Full Changelog: [v1.43.0...v1.43.1](https://redirect.github.com/openai/openai-python/compare/v1.43.0...v1.43.1) ##### Chores - pyproject.toml formatting changes ([#​1687](https://redirect.github.com/openai/openai-python/issues/1687)) ([3387ede](https://redirect.github.com/openai/openai-python/commit/3387ede0b896788bf1197378b01941c75bd6e179)) ### [`v1.43.0`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1430-2024-08-29) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v1.42.0...v1.43.0) Full Changelog: [v1.42.0...v1.43.0](https://redirect.github.com/openai/openai-python/compare/v1.42.0...v1.43.0) ##### Features - **api:** add file search result details to run steps ([#​1681](https://redirect.github.com/openai/openai-python/issues/1681)) ([f5449c0](https://redirect.github.com/openai/openai-python/commit/f5449c07580ac9707f0387f86f4772fbf0a874b6)) ### [`v1.42.0`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1420-2024-08-20) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v1.41.1...v1.42.0) Full Changelog: [v1.41.1...v1.42.0](https://redirect.github.com/openai/openai-python/compare/v1.41.1...v1.42.0) ##### Features - **parsing:** add support for pydantic dataclasses ([#​1655](https://redirect.github.com/openai/openai-python/issues/1655)) ([101bee9](https://redirect.github.com/openai/openai-python/commit/101bee9844f725d2174796c3d09a58d3aa079fad)) ##### Chores - **ci:** also run pydantic v1 tests ([#​1666](https://redirect.github.com/openai/openai-python/issues/1666)) ([af2a1ca](https://redirect.github.com/openai/openai-python/commit/af2a1ca408a406098c6c79837aa3561b822e08ec)) ### [`v1.41.1`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1411-2024-08-19) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v1.41.0...v1.41.1) Full Changelog: [v1.41.0...v1.41.1](https://redirect.github.com/openai/openai-python/compare/v1.41.0...v1.41.1) ##### Bug Fixes - **json schema:** remove `None` defaults ([#​1663](https://redirect.github.com/openai/openai-python/issues/1663)) ([30215c1](https://redirect.github.com/openai/openai-python/commit/30215c15df613cf9c36cafd717af79158c9db3e5)) ##### Chores - **client:** fix parsing union responses when non-json is returned ([#​1665](https://redirect.github.com/openai/openai-python/issues/1665)) ([822c37d](https://redirect.github.com/openai/openai-python/commit/822c37de49eb2ffe8c05122f7520ba87bd76e30b)) ### [`v1.41.0`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1410-2024-08-16) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v1.40.8...v1.41.0) Full Changelog: [v1.40.8...v1.41.0](https://redirect.github.com/openai/openai-python/compare/v1.40.8...v1.41.0) ##### Features - **client:** add uploads.upload_file helper ([aae079d](https://redirect.github.com/openai/openai-python/commit/aae079daa3c1763ab0e46bad766ae5261b475806)) ### [`v1.40.8`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1408-2024-08-15) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v1.40.7...v1.40.8) Full Changelog: [v1.40.7...v1.40.8](https://redirect.github.com/openai/openai-python/compare/v1.40.7...v1.40.8) ##### Chores - **types:** define FilePurpose enum ([#​1653](https://redirect.github.com/openai/openai-python/issues/1653)) ([3c2eeae](https://redirect.github.com/openai/openai-python/commit/3c2eeae32adf5d4ab6bc622be6f9a95a1a298dd3)) ### [`v1.40.7`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1407-2024-08-15) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v1.40.6...v1.40.7) Full Changelog: [v1.40.6...v1.40.7](https://redirect.github.com/openai/openai-python/compare/v1.40.6...v1.40.7) ##### Bug Fixes - **cli/migrate:** change grit binaries download source ([#​1649](https://redirect.github.com/openai/openai-python/issues/1649)) ([85e8935](https://redirect.github.com/openai/openai-python/commit/85e8935d9a123b92964d39a98334a975a06ab845)) ##### Chores - **docs:** fix typo in example snippet ([4e83b57](https://redirect.github.com/openai/openai-python/commit/4e83b57ffbb64e1c98c19968557dc68a0b65d0b3)) - **internal:** use different 32bit detection method ([#​1652](https://redirect.github.com/openai/openai-python/issues/1652)) ([5831af6](https://redirect.github.com/openai/openai-python/commit/5831af65048af2a5df9e3ea4a48b8fff2e66dd8c)) ### [`v1.40.6`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1406-2024-08-12) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v1.40.5...v1.40.6) Full Changelog: [v1.40.5...v1.40.6](https://redirect.github.com/openai/openai-python/compare/v1.40.5...v1.40.6) ##### Chores - **examples:** minor formatting changes ([#​1644](https://redirect.github.com/openai/openai-python/issues/1644)) ([e08acf1](https://redirect.github.com/openai/openai-python/commit/e08acf1c6edd1501ed70c4634cd884ab1658af0d)) - **internal:** update some imports ([#​1642](https://redirect.github.com/openai/openai-python/issues/1642)) ([fce1ea7](https://redirect.github.com/openai/openai-python/commit/fce1ea72a89ba2737bc77775fe04f3a21ecb28e7)) - sync openapi url ([#​1646](https://redirect.github.com/openai/openai-python/issues/1646)) ([8ae3801](https://redirect.github.com/openai/openai-python/commit/8ae380123ada0bfaca9961e222a0e9c8b585e2d4)) - **tests:** fix pydantic v1 tests ([2623630](https://redirect.github.com/openai/openai-python/commit/26236303f0f6de5df887e8ee3e41d5bc39a3abb1)) ### [`v1.40.5`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1405-2024-08-12) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v1.40.4...v1.40.5) Full Changelog: [v1.40.4...v1.40.5](https://redirect.github.com/openai/openai-python/compare/v1.40.4...v1.40.5) ##### Documentation - **helpers:** make async client usage more clear ([34e1edf](https://redirect.github.com/openai/openai-python/commit/34e1edf29d6008df7196aaebc45172fa536c6410)), closes [#​1639](https://redirect.github.com/openai/openai-python/issues/1639) ### [`v1.40.4`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1404-2024-08-12) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v1.40.3...v1.40.4) Full Changelog: [v1.40.3...v1.40.4](https://redirect.github.com/openai/openai-python/compare/v1.40.3...v1.40.4) ##### Bug Fixes - **json schema:** unravel `$ref`s alongside additional keys ([c7a3d29](https://redirect.github.com/openai/openai-python/commit/c7a3d2986acaf3b31844b39608d03265ad87bb04)) - **json schema:** unwrap `allOf`s with one entry ([53d964d](https://redirect.github.com/openai/openai-python/commit/53d964defebdf385d7d832ec7f13111b4af13c27)) ### [`v1.40.3`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1403-2024-08-10) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v1.40.2...v1.40.3) Full Changelog: [v1.40.2...v1.40.3](https://redirect.github.com/openai/openai-python/compare/v1.40.2...v1.40.3) ##### Chores - **ci:** bump prism mock server version ([#​1630](https://redirect.github.com/openai/openai-python/issues/1630)) ([214d8fd](https://redirect.github.com/openai/openai-python/commit/214d8fd8d7d43c06c7dfe02680847a6a60988120)) - **ci:** codeowners file ([#​1627](https://redirect.github.com/openai/openai-python/issues/1627)) ([c059a20](https://redirect.github.com/openai/openai-python/commit/c059a20c8cd2124178641c9d8688e276b1cf1d59)) - **internal:** ensure package is importable in lint cmd ([#​1631](https://redirect.github.com/openai/openai-python/issues/1631)) ([779e6d0](https://redirect.github.com/openai/openai-python/commit/779e6d081eb55c158f2aa1962190079eb7f1335e)) ### [`v1.40.2`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1402-2024-08-08) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v1.40.1...v1.40.2) Full Changelog: [v1.40.1...v1.40.2](https://redirect.github.com/openai/openai-python/compare/v1.40.1...v1.40.2) ##### Bug Fixes - **client:** raise helpful error message for response_format misuse ([18191da](https://redirect.github.com/openai/openai-python/commit/18191dac8e1437a0f708525d474b7ecfe459d966)) - **json schema:** support recursive BaseModels in Pydantic v1 ([#​1623](https://redirect.github.com/openai/openai-python/issues/1623)) ([43e10c0](https://redirect.github.com/openai/openai-python/commit/43e10c0f251a42f1e6497f360c6c23d3058b3da3)) ##### Chores - **internal:** format some docstrings ([d34a081](https://redirect.github.com/openai/openai-python/commit/d34a081c30f869646145919b2256ded115241eb5)) - **internal:** updates ([#​1624](https://redirect.github.com/openai/openai-python/issues/1624)) ([598e7a2](https://redirect.github.com/openai/openai-python/commit/598e7a23768e7addbe1319ada2e87caee3cf0d14)) ### [`v1.40.1`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1401-2024-08-07) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v1.40.0...v1.40.1) Full Changelog: [v1.40.0...v1.40.1](https://redirect.github.com/openai/openai-python/compare/v1.40.0...v1.40.1) ##### Chores - **internal:** update OpenAPI spec url ([#​1608](https://redirect.github.com/openai/openai-python/issues/1608)) ([5392753](https://redirect.github.com/openai/openai-python/commit/53927531fc101e96b9e3f5d44f34b298055f496a)) - **internal:** update test snapshots ([a11d1cb](https://redirect.github.com/openai/openai-python/commit/a11d1cb5d04aac0bf69dc10a3a21fa95575c0aa0)) ### [`v1.40.0`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1400-2024-08-06) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v1.39.0...v1.40.0) Full Changelog: [v1.39.0...v1.40.0](https://redirect.github.com/openai/openai-python/compare/v1.39.0...v1.40.0) ##### Features - **api:** add structured outputs support ([e8dba7d](https://redirect.github.com/openai/openai-python/commit/e8dba7d0e08a7d0de5952be716e0efe9ae373759)) ##### Chores - **internal:** bump ruff version ([#​1604](https://redirect.github.com/openai/openai-python/issues/1604)) ([3e19a87](https://redirect.github.com/openai/openai-python/commit/3e19a87255d8e92716689656afaa3f16297773b6)) - **internal:** update pydantic compat helper function ([#​1607](https://redirect.github.com/openai/openai-python/issues/1607)) ([973c18b](https://redirect.github.com/openai/openai-python/commit/973c18b259a0e4a8134223f50a5f660b86650949)) ### [`v1.39.0`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1390-2024-08-05) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v1.38.0...v1.39.0) Full Changelog: [v1.38.0...v1.39.0](https://redirect.github.com/openai/openai-python/compare/v1.38.0...v1.39.0) ##### Features - **client:** add `retries_taken` to raw response class ([#​1601](https://redirect.github.com/openai/openai-python/issues/1601)) ([777822b](https://redirect.github.com/openai/openai-python/commit/777822b39b7f9ebd6272d0af8fc04f9d657bd886)) ##### Bug Fixes - **assistants:** add parallel_tool_calls param to runs.stream ([113e82a](https://redirect.github.com/openai/openai-python/commit/113e82a82c7390660ad3324fa8f9842f83b27571)) ##### Chores - **internal:** bump pyright ([#​1599](https://redirect.github.com/openai/openai-python/issues/1599)) ([27f0f10](https://redirect.github.com/openai/openai-python/commit/27f0f107e39d16adc0d5a50ffe4c687e0e3c42e5)) - **internal:** test updates ([#​1602](https://redirect.github.com/openai/openai-python/issues/1602)) ([af22d80](https://redirect.github.com/openai/openai-python/commit/af22d8079cf44cde5f03a206e78b900f8413dc43)) - **internal:** use `TypeAlias` marker for type assignments ([#​1597](https://redirect.github.com/openai/openai-python/issues/1597)) ([5907ea0](https://redirect.github.com/openai/openai-python/commit/5907ea04d6f5e0ffd17c38ad6a644a720ece8abe)) ### [`v1.38.0`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1380-2024-08-02) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v1.37.2...v1.38.0) Full Changelog: [v1.37.2...v1.38.0](https://redirect.github.com/openai/openai-python/compare/v1.37.2...v1.38.0) ##### Features - extract out `ImageModel`, `AudioModel`, `SpeechModel` ([#​1586](https://redirect.github.com/openai/openai-python/issues/1586)) ([b800316](https://redirect.github.com/openai/openai-python/commit/b800316aee6c8b2aeb609ca4c41972adccd2fa7a)) - make enums not nominal ([#​1588](https://redirect.github.com/openai/openai-python/issues/1588)) ([ab4519b](https://redirect.github.com/openai/openai-python/commit/ab4519bc45f5512c8c5165641c217385d999809c)) ### [`v1.37.2`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1372-2024-08-01) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v1.37.1...v1.37.2) Full Changelog: [v1.37.1...v1.37.2](https://redirect.github.com/openai/openai-python/compare/v1.37.1...v1.37.2) ##### Chores - **internal:** add type construction helper ([#​1584](https://redirect.github.com/openai/openai-python/issues/1584)) ([cbb186a](https://redirect.github.com/openai/openai-python/commit/cbb186a534b520fa5b11a9b371b175e3f6a6482b)) - **runs/create_and_poll:** add parallel_tool_calls request param ([04b3e6c](https://redirect.github.com/openai/openai-python/commit/04b3e6c39ee5a7088e0e4dfa4c06f3dcce901a57)) ### [`v1.37.1`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1371-2024-07-25) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v1.37.0...v1.37.1) Full Changelog: [v1.37.0...v1.37.1](https://redirect.github.com/openai/openai-python/compare/v1.37.0...v1.37.1) ##### Chores - **tests:** update prism version ([#​1572](https://redirect.github.com/openai/openai-python/issues/1572)) ([af82593](https://redirect.github.com/openai/openai-python/commit/af8259393673af1ef6ec711da6297eb4ad55b66e)) ### [`v1.37.0`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1370-2024-07-22) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v1.36.1...v1.37.0) Full Changelog: [v1.36.1...v1.37.0](https://redirect.github.com/openai/openai-python/compare/v1.36.1...v1.37.0) ##### Features - **api:** add uploads endpoints ([#​1568](https://redirect.github.com/openai/openai-python/issues/1568)) ([d877b6d](https://redirect.github.com/openai/openai-python/commit/d877b6dabb9b3e8da6ff2f46de1120af54de398d)) ##### Bug Fixes - **cli/audio:** handle non-json response format ([#​1557](https://redirect.github.com/openai/openai-python/issues/1557)) ([bb7431f](https://redirect.github.com/openai/openai-python/commit/bb7431f602602d4c74d75809c6934a7fd192972d)) ##### Documentation - **readme:** fix example snippet imports ([#​1569](https://redirect.github.com/openai/openai-python/issues/1569)) ([0c90af6](https://redirect.github.com/openai/openai-python/commit/0c90af6412b3314c2257b9b8eb7fabd767f32ef6)) ### [`v1.36.1`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1361-2024-07-20) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v1.36.0...v1.36.1) Full Changelog: [v1.36.0...v1.36.1](https://redirect.github.com/openai/openai-python/compare/v1.36.0...v1.36.1) ##### Bug Fixes - **types:** add gpt-4o-mini to more assistants methods ([39a8a37](https://redirect.github.com/openai/openai-python/commit/39a8a372eb3f2d75fd4310d42294d05175a59fd8)) ### [`v1.36.0`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1360-2024-07-19) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v1.35.15...v1.36.0) Full Changelog: [v1.35.15...v1.36.0](https://redirect.github.com/openai/openai-python/compare/v1.35.15...v1.36.0) ##### Features - **api:** add new gpt-4o-mini models ([#​1561](https://redirect.github.com/openai/openai-python/issues/1561)) ([5672ad4](https://redirect.github.com/openai/openai-python/commit/5672ad40aaa3498f6143baa48fc22bb1a3475bea)) ### [`v1.35.15`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#13515-2024-07-18) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v1.35.14...v1.35.15) Full Changelog: [v1.35.14...v1.35.15](https://redirect.github.com/openai/openai-python/compare/v1.35.14...v1.35.15) ##### Chores - **docs:** document how to do per-request http client customization ([#​1560](https://redirect.github.com/openai/openai-python/issues/1560)) ([24c0768](https://redirect.github.com/openai/openai-python/commit/24c076873c5cb2abe0d3e285b99aa110451b0f19)) - **internal:** update formatting ([#​1553](https://redirect.github.com/openai/openai-python/issues/1553)) ([e1389bc](https://redirect.github.com/openai/openai-python/commit/e1389bcc26f3aac63fc6bc9bb151c9a330d95b4e)) ### [`v1.35.14`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#13514-2024-07-15) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v1.35.13...v1.35.14) Full Changelog: [v1.35.13...v1.35.14](https://redirect.github.com/openai/openai-python/compare/v1.35.13...v1.35.14) ##### Chores - **docs:** minor update to formatting of API link in README ([#​1550](https://redirect.github.com/openai/openai-python/issues/1550)) ([a6e59c6](https://redirect.github.com/openai/openai-python/commit/a6e59c6bbff9e1132aa323c0ecb3be7f0692ae42)) - **internal:** minor formatting changes ([ee1c62e](https://redirect.github.com/openai/openai-python/commit/ee1c62ede01872e76156d886af4aab5f8eb1cc64)) - **internal:** minor options / compat functions updates ([#​1549](https://redirect.github.com/openai/openai-python/issues/1549)) ([a0701b5](https://redirect.github.com/openai/openai-python/commit/a0701b5dbeda4ac2d8a4b093aee4bdad9d674ee2))

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.