yu-iskw / gpt-code-review-action

A GitHub Action for GPT to review a pull request
Apache License 2.0
8 stars 9 forks source link

Update dependency openai to v0.28.1 #22

Open renovate[bot] opened 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
openai ==0.27.0 -> ==0.28.1 age adoption passing confidence

Release Notes

openai/openai-python (openai) ### [`v0.28.1`](https://togithub.com/openai/openai-python/releases/tag/v0.28.1) [Compare Source](https://togithub.com/openai/openai-python/compare/v0.28.0...v0.28.1) #### What's Changed - Update README.md to fix the fine-tuning model delete example by [@​logankilpatrick](https://togithub.com/logankilpatrick) in [https://github.com/openai/openai-python/pull/601](https://togithub.com/openai/openai-python/pull/601) - Revamp README to make examples front and center by [@​logankilpatrick](https://togithub.com/logankilpatrick) in [https://github.com/openai/openai-python/pull/603](https://togithub.com/openai/openai-python/pull/603) - Update pointer to Jupyter notebooks as finetuning doesn't exist by [@​shapor](https://togithub.com/shapor) in [https://github.com/openai/openai-python/pull/477](https://togithub.com/openai/openai-python/pull/477) - Update the wandb logger by [@​morganmcg1](https://togithub.com/morganmcg1) in [https://github.com/openai/openai-python/pull/590](https://togithub.com/openai/openai-python/pull/590) - \[azure] enable audio/whisper support by [@​kristapratico](https://togithub.com/kristapratico) in [https://github.com/openai/openai-python/pull/613](https://togithub.com/openai/openai-python/pull/613) - Update nested_resource_class_methods.py by [@​00arthur00](https://togithub.com/00arthur00) in [https://github.com/openai/openai-python/pull/612](https://togithub.com/openai/openai-python/pull/612) - Fix: SSE Stream parser expects additional space after colon "data:" by [@​michaelfeil](https://togithub.com/michaelfeil) in [https://github.com/openai/openai-python/pull/559](https://togithub.com/openai/openai-python/pull/559) - šŸ› fixed asyncio streaming bugs by [@​hynky1999](https://togithub.com/hynky1999) in [https://github.com/openai/openai-python/pull/584](https://togithub.com/openai/openai-python/pull/584) - Bugfix: Add param positional arg to InvalidRequestError by [@​wdhorton](https://togithub.com/wdhorton) in [https://github.com/openai/openai-python/pull/573](https://togithub.com/openai/openai-python/pull/573) #### New Contributors - [@​shapor](https://togithub.com/shapor) made their first contribution in [https://github.com/openai/openai-python/pull/477](https://togithub.com/openai/openai-python/pull/477) - [@​morganmcg1](https://togithub.com/morganmcg1) made their first contribution in [https://github.com/openai/openai-python/pull/590](https://togithub.com/openai/openai-python/pull/590) - [@​00arthur00](https://togithub.com/00arthur00) made their first contribution in [https://github.com/openai/openai-python/pull/612](https://togithub.com/openai/openai-python/pull/612) - [@​michaelfeil](https://togithub.com/michaelfeil) made their first contribution in [https://github.com/openai/openai-python/pull/559](https://togithub.com/openai/openai-python/pull/559) - [@​hynky1999](https://togithub.com/hynky1999) made their first contribution in [https://github.com/openai/openai-python/pull/584](https://togithub.com/openai/openai-python/pull/584) - [@​wdhorton](https://togithub.com/wdhorton) made their first contribution in [https://github.com/openai/openai-python/pull/573](https://togithub.com/openai/openai-python/pull/573) **Full Changelog**: https://github.com/openai/openai-python/compare/v0.27.10...v0.28.1 ### [`v0.28.0`](https://togithub.com/openai/openai-python/releases/tag/v0.28.0) [Compare Source](https://togithub.com/openai/openai-python/compare/v0.27.10...v0.28.0) #### What's Changed - \[fine_tuning] fix pagination for auto-generated list_events ([#​188](https://togithub.com/openai/openai-python/issues/188)) by [@​jhallard](https://togithub.com/jhallard) in [https://github.com/openai/openai-python/pull/597](https://togithub.com/openai/openai-python/pull/597) **Full Changelog**: https://github.com/openai/openai-python/compare/v0.27.10...v0.28.0 ### [`v0.27.10`](https://togithub.com/openai/openai-python/releases/tag/v0.27.10) [Compare Source](https://togithub.com/openai/openai-python/compare/v0.27.9...v0.27.10) #### What's Changed - Update README.md with fine-tuning examples by [@​logankilpatrick](https://togithub.com/logankilpatrick) in [https://github.com/openai/openai-python/pull/583](https://togithub.com/openai/openai-python/pull/583) - \[fine_tuning] Add CLI for fine_tuning.jobs by [@​jhallard](https://togithub.com/jhallard) in [https://github.com/openai/openai-python/pull/592](https://togithub.com/openai/openai-python/pull/592) **Full Changelog**: https://github.com/openai/openai-python/compare/v0.27.9...v0.27.10 ### [`v0.27.9`](https://togithub.com/openai/openai-python/releases/tag/v0.27.9) [Compare Source](https://togithub.com/openai/openai-python/compare/v0.27.8...v0.27.9) ##### What's Changed - catch asyncio.TimeoutError in \_interpret_async_response by [@​vik-goel](https://togithub.com/vik-goel) in [https://github.com/openai/openai-python/pull/489](https://togithub.com/openai/openai-python/pull/489) - Add api_version and organization field in Audio API requests by [@​yutian-openai](https://togithub.com/yutian-openai) in [https://github.com/openai/openai-python/pull/514](https://togithub.com/openai/openai-python/pull/514) - Update docstring in chat_completion API resource by [@​athyuttamre](https://togithub.com/athyuttamre) in [https://github.com/openai/openai-python/pull/527](https://togithub.com/openai/openai-python/pull/527) - Update chatml.md by [@​logankilpatrick](https://togithub.com/logankilpatrick) in [https://github.com/openai/openai-python/pull/580](https://togithub.com/openai/openai-python/pull/580) - Update README.md to show newer completions models by [@​logankilpatrick](https://togithub.com/logankilpatrick) in [https://github.com/openai/openai-python/pull/578](https://togithub.com/openai/openai-python/pull/578) - doc: fix readme azure example code by [@​whysage](https://togithub.com/whysage) in [https://github.com/openai/openai-python/pull/571](https://togithub.com/openai/openai-python/pull/571) - Updates to the fine tuning SDK + addition of pagination primitives by [@​jhallard](https://togithub.com/jhallard) in [https://github.com/openai/openai-python/pull/582](https://togithub.com/openai/openai-python/pull/582) ##### New Contributors - [@​vik-goel](https://togithub.com/vik-goel) made their first contribution in [https://github.com/openai/openai-python/pull/489](https://togithub.com/openai/openai-python/pull/489) - [@​yutian-openai](https://togithub.com/yutian-openai) made their first contribution in [https://github.com/openai/openai-python/pull/514](https://togithub.com/openai/openai-python/pull/514) - [@​whysage](https://togithub.com/whysage) made their first contribution in [https://github.com/openai/openai-python/pull/571](https://togithub.com/openai/openai-python/pull/571) **Full Changelog**: https://github.com/openai/openai-python/compare/v0.27.8...v0.27.9 ### [`v0.27.8`](https://togithub.com/openai/openai-python/releases/tag/v0.27.8) [Compare Source](https://togithub.com/openai/openai-python/compare/v0.27.7...v0.27.8) #### What's Changed - Periodically close open `request.Sessions` to avoid buggy interaction with Docker Desktop by [@​jhallard](https://togithub.com/jhallard) in [https://github.com/openai/openai-python/pull/478](https://togithub.com/openai/openai-python/pull/478) - Support for Azure Dall-e by [@​glecaros](https://togithub.com/glecaros) in [https://github.com/openai/openai-python/pull/439](https://togithub.com/openai/openai-python/pull/439) - Bump version to 0.27.8 by [@​jhallard](https://togithub.com/jhallard) in [https://github.com/openai/openai-python/pull/480](https://togithub.com/openai/openai-python/pull/480) #### New Contributors - [@​jhallard](https://togithub.com/jhallard) made their first contribution in [https://github.com/openai/openai-python/pull/478](https://togithub.com/openai/openai-python/pull/478) **Full Changelog**: https://github.com/openai/openai-python/compare/v0.27.7...v0.27.8 ### [`v0.27.7`](https://togithub.com/openai/openai-python/releases/tag/v0.27.7) [Compare Source](https://togithub.com/openai/openai-python/compare/v0.27.6...v0.27.7) #### What's Changed - bump version by [@​mpokrass](https://togithub.com/mpokrass) in [https://github.com/openai/openai-python/pull/428](https://togithub.com/openai/openai-python/pull/428) - Embeddings util - remove unnecessary sort by index by [@​ravwojdyla](https://togithub.com/ravwojdyla) in [https://github.com/openai/openai-python/pull/430](https://togithub.com/openai/openai-python/pull/430) - allow api_version to be set by environment variable by [@​kristapratico](https://togithub.com/kristapratico) in [https://github.com/openai/openai-python/pull/438](https://togithub.com/openai/openai-python/pull/438) - Fixed CLI streamed chat completions. by [@​MikeAmy](https://togithub.com/MikeAmy) in [https://github.com/openai/openai-python/pull/319](https://togithub.com/openai/openai-python/pull/319) - Update README to use gpt-3.5-turbo by default by [@​athyuttamre](https://togithub.com/athyuttamre) in [https://github.com/openai/openai-python/pull/441](https://togithub.com/openai/openai-python/pull/441) - Updating code and readme to reference the Azure's newest 2023-05-15 API Version by [@​glecaros](https://togithub.com/glecaros) in [https://github.com/openai/openai-python/pull/452](https://togithub.com/openai/openai-python/pull/452) - Update version.py by [@​hallacy](https://togithub.com/hallacy) in [https://github.com/openai/openai-python/pull/458](https://togithub.com/openai/openai-python/pull/458) #### New Contributors - [@​ravwojdyla](https://togithub.com/ravwojdyla) made their first contribution in [https://github.com/openai/openai-python/pull/430](https://togithub.com/openai/openai-python/pull/430) - [@​MikeAmy](https://togithub.com/MikeAmy) made their first contribution in [https://github.com/openai/openai-python/pull/319](https://togithub.com/openai/openai-python/pull/319) - [@​glecaros](https://togithub.com/glecaros) made their first contribution in [https://github.com/openai/openai-python/pull/452](https://togithub.com/openai/openai-python/pull/452) **Full Changelog**: https://github.com/openai/openai-python/compare/v0.27.6...v0.27.7 ### [`v0.27.6`](https://togithub.com/openai/openai-python/compare/v0.27.5...v0.27.6) [Compare Source](https://togithub.com/openai/openai-python/compare/v0.27.5...v0.27.6) ### [`v0.27.5`](https://togithub.com/openai/openai-python/releases/tag/v0.27.5) [Compare Source](https://togithub.com/openai/openai-python/compare/v0.27.4...v0.27.5) ##### What's Changed - Speed up imports by [@​hallacy](https://togithub.com/hallacy) in [https://github.com/openai/openai-python/pull/386](https://togithub.com/openai/openai-python/pull/386) - Add proxy argument support for openai client by [@​adlternative](https://togithub.com/adlternative) in [https://github.com/openai/openai-python/pull/313](https://togithub.com/openai/openai-python/pull/313) - Add `__version__` in `__init__.py` by [@​harupy](https://togithub.com/harupy) in [https://github.com/openai/openai-python/pull/382](https://togithub.com/openai/openai-python/pull/382) - Fix grabbing value out of header by [@​lukemetz](https://togithub.com/lukemetz) in [https://github.com/openai/openai-python/pull/388](https://togithub.com/openai/openai-python/pull/388) - add case to handle indented .json parsing ([#​175](https://togithub.com/openai/openai-python/issues/175)) by [@​joe-at-openai](https://togithub.com/joe-at-openai) in [https://github.com/openai/openai-python/pull/389](https://togithub.com/openai/openai-python/pull/389) - Add `openai/datalib/__init__.py` by [@​harupy](https://togithub.com/harupy) in [https://github.com/openai/openai-python/pull/404](https://togithub.com/openai/openai-python/pull/404) - updated the link for OpenAI API by [@​Someet-Git](https://togithub.com/Someet-Git) in [https://github.com/openai/openai-python/pull/400](https://togithub.com/openai/openai-python/pull/400) - Pass in keyword arguments in embedding utility functions by [@​tuliren](https://togithub.com/tuliren) in [https://github.com/openai/openai-python/pull/405](https://togithub.com/openai/openai-python/pull/405) - Bump to 0.27.5 by [@​hallacy](https://togithub.com/hallacy) in [https://github.com/openai/openai-python/pull/417](https://togithub.com/openai/openai-python/pull/417) ##### New Contributors - [@​adlternative](https://togithub.com/adlternative) made their first contribution in [https://github.com/openai/openai-python/pull/313](https://togithub.com/openai/openai-python/pull/313) - [@​harupy](https://togithub.com/harupy) made their first contribution in [https://github.com/openai/openai-python/pull/382](https://togithub.com/openai/openai-python/pull/382) - [@​lukemetz](https://togithub.com/lukemetz) made their first contribution in [https://github.com/openai/openai-python/pull/388](https://togithub.com/openai/openai-python/pull/388) - [@​Someet-Git](https://togithub.com/Someet-Git) made their first contribution in [https://github.com/openai/openai-python/pull/400](https://togithub.com/openai/openai-python/pull/400) - [@​tuliren](https://togithub.com/tuliren) made their first contribution in [https://github.com/openai/openai-python/pull/405](https://togithub.com/openai/openai-python/pull/405) **Full Changelog**: https://github.com/openai/openai-python/compare/v0.27.4...v0.27.5 ### [`v0.27.4`](https://togithub.com/openai/openai-python/releases/tag/v0.27.4) [Compare Source](https://togithub.com/openai/openai-python/compare/v0.27.3...v0.27.4) #### What's Changed - \[Azure] CLI: Add support for azure openai chat completion API by [@​iaalm](https://togithub.com/iaalm) in [https://github.com/openai/openai-python/pull/359](https://togithub.com/openai/openai-python/pull/359) #### New Contributors - [@​iaalm](https://togithub.com/iaalm) made their first contribution in [https://github.com/openai/openai-python/pull/359](https://togithub.com/openai/openai-python/pull/359) **Full Changelog**: https://github.com/openai/openai-python/compare/v0.27.3...v0.27.4 ### [`v0.27.3`](https://togithub.com/openai/openai-python/releases/tag/v0.27.3) [Compare Source](https://togithub.com/openai/openai-python/compare/v0.27.2...v0.27.3) #### What's Changed - Update README.md openai.error.TimeoutError -> openai.error.Timeout by [@​kingychiu](https://togithub.com/kingychiu) in [https://github.com/openai/openai-python/pull/301](https://togithub.com/openai/openai-python/pull/301) - 'let us know at on our support page' to 'let us know on our support pā€¦ by [@​MuleHakim](https://togithub.com/MuleHakim) in [https://github.com/openai/openai-python/pull/308](https://togithub.com/openai/openai-python/pull/308) - Add cli version arg by [@​FizzyAgent](https://togithub.com/FizzyAgent) in [https://github.com/openai/openai-python/pull/298](https://togithub.com/openai/openai-python/pull/298) - \[Azure] Version '2023-03-15-preview' as default by [@​cmurtz-msft](https://togithub.com/cmurtz-msft) in [https://github.com/openai/openai-python/pull/335](https://togithub.com/openai/openai-python/pull/335) - doc: add symbol comma into chatml.md by [@​liuliuOD](https://togithub.com/liuliuOD) in [https://github.com/openai/openai-python/pull/329](https://togithub.com/openai/openai-python/pull/329) - Handle OpenAIErrors created with 'str' json_body by [@​tot0](https://togithub.com/tot0) in [https://github.com/openai/openai-python/pull/356](https://togithub.com/openai/openai-python/pull/356) - CLI: Fix missing max_tokens arg of chat_completions.create by [@​jhen0409](https://togithub.com/jhen0409) in [https://github.com/openai/openai-python/pull/317](https://togithub.com/openai/openai-python/pull/317) - Fix a couple of grammar mistakes in chatml.md by [@​OTheDev](https://togithub.com/OTheDev) in [https://github.com/openai/openai-python/pull/316](https://togithub.com/openai/openai-python/pull/316) - openai.proxy settings should override env var HTTPS_PROXY by [@​bojieli](https://togithub.com/bojieli) in [https://github.com/openai/openai-python/pull/339](https://togithub.com/openai/openai-python/pull/339) - \[audio] Use supplied api key by [@​mpokrass](https://togithub.com/mpokrass) in [https://github.com/openai/openai-python/pull/369](https://togithub.com/openai/openai-python/pull/369) #### New Contributors - [@​kingychiu](https://togithub.com/kingychiu) made their first contribution in [https://github.com/openai/openai-python/pull/301](https://togithub.com/openai/openai-python/pull/301) - [@​MuleHakim](https://togithub.com/MuleHakim) made their first contribution in [https://github.com/openai/openai-python/pull/308](https://togithub.com/openai/openai-python/pull/308) - [@​liuliuOD](https://togithub.com/liuliuOD) made their first contribution in [https://github.com/openai/openai-python/pull/329](https://togithub.com/openai/openai-python/pull/329) - [@​tot0](https://togithub.com/tot0) made their first contribution in [https://github.com/openai/openai-python/pull/356](https://togithub.com/openai/openai-python/pull/356) - [@​jhen0409](https://togithub.com/jhen0409) made their first contribution in [https://github.com/openai/openai-python/pull/317](https://togithub.com/openai/openai-python/pull/317) - [@​OTheDev](https://togithub.com/OTheDev) made their first contribution in [https://github.com/openai/openai-python/pull/316](https://togithub.com/openai/openai-python/pull/316) - [@​bojieli](https://togithub.com/bojieli) made their first contribution in [https://github.com/openai/openai-python/pull/339](https://togithub.com/openai/openai-python/pull/339) **Full Changelog**: https://github.com/openai/openai-python/compare/v0.27.2...v0.27.3 ### [`v0.27.2`](https://togithub.com/openai/openai-python/releases/tag/v0.27.2) [Compare Source](https://togithub.com/openai/openai-python/compare/v0.27.1...v0.27.2) #### What's Changed - Create wheels by [@​hallacy](https://togithub.com/hallacy) in [https://github.com/openai/openai-python/pull/297](https://togithub.com/openai/openai-python/pull/297) **Full Changelog**: https://github.com/openai/openai-python/compare/v0.27.1...v0.27.2 ### [`v0.27.1`](https://togithub.com/openai/openai-python/releases/tag/v0.27.1) [Compare Source](https://togithub.com/openai/openai-python/compare/v0.27.0...v0.27.1) #### What's Changed - Create chatml.md by [@​logankilpatrick](https://togithub.com/logankilpatrick) in [https://github.com/openai/openai-python/pull/238](https://togithub.com/openai/openai-python/pull/238) - Update chatml.md by [@​gdb](https://togithub.com/gdb) in [https://github.com/openai/openai-python/pull/244](https://togithub.com/openai/openai-python/pull/244) - Typo, line 93 by [@​DavidThayer](https://togithub.com/DavidThayer) in [https://github.com/openai/openai-python/pull/259](https://togithub.com/openai/openai-python/pull/259) - Fixed a tiny typo in chatml.md (iteract -> interact) by [@​Ynng](https://togithub.com/Ynng) in [https://github.com/openai/openai-python/pull/249](https://togithub.com/openai/openai-python/pull/249) - fixed a minor typo in chatml.md by [@​kantasv](https://togithub.com/kantasv) in [https://github.com/openai/openai-python/pull/260](https://togithub.com/openai/openai-python/pull/260) - Use kwargs by [@​FizzyAgent](https://togithub.com/FizzyAgent) in [https://github.com/openai/openai-python/pull/236](https://togithub.com/openai/openai-python/pull/236) - Improve consistency of the SQL example pointer by [@​ethanknights](https://togithub.com/ethanknights) in [https://github.com/openai/openai-python/pull/273](https://togithub.com/openai/openai-python/pull/273) - fix:fix response format bug by [@​guaguaguaxia](https://togithub.com/guaguaguaxia) in [https://github.com/openai/openai-python/pull/282](https://togithub.com/openai/openai-python/pull/282) - Bump version by [@​mpokrass](https://togithub.com/mpokrass) in [https://github.com/openai/openai-python/pull/289](https://togithub.com/openai/openai-python/pull/289) #### New Contributors - [@​DavidThayer](https://togithub.com/DavidThayer) made their first contribution in [https://github.com/openai/openai-python/pull/259](https://togithub.com/openai/openai-python/pull/259) - [@​Ynng](https://togithub.com/Ynng) made their first contribution in [https://github.com/openai/openai-python/pull/249](https://togithub.com/openai/openai-python/pull/249) - [@​kantasv](https://togithub.com/kantasv) made their first contribution in [https://github.com/openai/openai-python/pull/260](https://togithub.com/openai/openai-python/pull/260) - [@​FizzyAgent](https://togithub.com/FizzyAgent) made their first contribution in [https://github.com/openai/openai-python/pull/236](https://togithub.com/openai/openai-python/pull/236) - [@​ethanknights](https://togithub.com/ethanknights) made their first contribution in [https://github.com/openai/openai-python/pull/273](https://togithub.com/openai/openai-python/pull/273) - [@​guaguaguaxia](https://togithub.com/guaguaguaxia) made their first contribution in [https://github.com/openai/openai-python/pull/282](https://togithub.com/openai/openai-python/pull/282) **Full Changelog**: https://github.com/openai/openai-python/compare/v0.27.0...v0.27.1

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.