Skip to content

Commit

Permalink
Update dependency openai to ^0.28.0 (#117)
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-python) | `^0.27.8` ->
`^0.28.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/openai/0.28.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/openai/0.28.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/openai/0.27.8/0.28.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/openai/0.27.8/0.28.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;wdhorton](https://togithub.com/wdhorton) in
[https://github.com/openai/openai-python/pull/573](https://togithub.com/openai/openai-python/pull/573)

#### New Contributors

- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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**:
openai/openai-python@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
([#&#8203;188](https://togithub.com/openai/openai-python/issues/188)) by
[@&#8203;jhallard](https://togithub.com/jhallard) in
[https://github.com/openai/openai-python/pull/597](https://togithub.com/openai/openai-python/pull/597)

**Full Changelog**:
openai/openai-python@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
[@&#8203;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
[@&#8203;jhallard](https://togithub.com/jhallard) in
[https://github.com/openai/openai-python/pull/592](https://togithub.com/openai/openai-python/pull/592)

**Full Changelog**:
openai/openai-python@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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;jhallard](https://togithub.com/jhallard) in
[https://github.com/openai/openai-python/pull/582](https://togithub.com/openai/openai-python/pull/582)

##### New Contributors

- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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**:
openai/openai-python@v0.27.8...v0.27.9

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the
month" (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.

---

- [ ] <!-- 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/sawyerh/highlights).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjAuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 1, 2024
1 parent 35c46f9 commit 7885ec4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions notebooks/embeddings/poetry.lock

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

2 changes: 1 addition & 1 deletion notebooks/embeddings/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ streamlit = "^1.25.0"
fsspec = "^2023.6.0"
s3fs = "^2023.6.0"
python-dotenv = "^1.0.0"
openai = { version = "^0.27.8", extras = ["embeddings"]}
openai = { version = "^0.28.0", extras = ["embeddings"]}


[build-system]
Expand Down

0 comments on commit 7885ec4

Please sign in to comment.