-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python: Bump openai from 1.14.3 to 1.18.0 in /python #5878
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [openai](https://github.com/openai/openai-python) from 1.14.3 to 1.18.0. - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](openai/openai-python@v1.14.3...v1.18.0) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file. Used by Dependabot.
python
Pull requests for the Python Semantic Kernel
labels
Apr 15, 2024
github-actions
bot
changed the title
Bump openai from 1.14.3 to 1.18.0 in /python
Python: Bump openai from 1.14.3 to 1.18.0 in /python
Apr 15, 2024
eavanvalkenburg
approved these changes
Apr 16, 2024
markwallace-microsoft
approved these changes
Apr 16, 2024
LudoCorporateShark
pushed a commit
to LudoCorporateShark/semantic-kernel
that referenced
this pull request
Aug 25, 2024
Bumps [openai](https://github.com/openai/openai-python) from 1.14.3 to 1.18.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/openai/openai-python/releases">openai's releases</a>.</em></p> <blockquote> <h2>v1.18.0</h2> <h2>1.18.0 (2024-04-15)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v1.17.1...v1.18.0">v1.17.1...v1.18.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add batch API (<a href="https://redirect.github.com/openai/openai-python/issues/1316">#1316</a>) (<a href="https://github.com/openai/openai-python/commit/3e6f19e6e7489bf1c94944a5f8f9b1d4535cdc43">3e6f19e</a>)</li> <li><strong>api:</strong> updates (<a href="https://redirect.github.com/openai/openai-python/issues/1314">#1314</a>) (<a href="https://github.com/openai/openai-python/commit/8281dc956178f5de345645660081f7d0c15a57a6">8281dc9</a>)</li> </ul> <h2>v1.17.1</h2> <h2>1.17.1 (2024-04-12)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v1.17.0...v1.17.1">v1.17.0...v1.17.1</a></p> <h3>Chores</h3> <ul> <li>fix typo (<a href="https://redirect.github.com/openai/openai-python/issues/1304">#1304</a>) (<a href="https://github.com/openai/openai-python/commit/1129082955f98d76c0927781ef9e7d0beeda2ec4">1129082</a>)</li> <li><strong>internal:</strong> formatting (<a href="https://redirect.github.com/openai/openai-python/issues/1311">#1311</a>) (<a href="https://github.com/openai/openai-python/commit/8fd411b48b6b1eafaab2dac26201525c1ee0b942">8fd411b</a>)</li> </ul> <h2>v1.17.0</h2> <h2>1.17.0 (2024-04-10)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v1.16.2...v1.17.0">v1.16.2...v1.17.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add additional messages when creating thread run (<a href="https://redirect.github.com/openai/openai-python/issues/1298">#1298</a>) (<a href="https://github.com/openai/openai-python/commit/70eb081804b14cc8c151ebd85458545a50a074fd">70eb081</a>)</li> <li><strong>client:</strong> add DefaultHttpxClient and DefaultAsyncHttpxClient (<a href="https://redirect.github.com/openai/openai-python/issues/1302">#1302</a>) (<a href="https://github.com/openai/openai-python/commit/69cdfc319fff7ebf28cdd13cc6c1761b7d97811d">69cdfc3</a>)</li> <li><strong>models:</strong> add to_dict & to_json helper methods (<a href="https://redirect.github.com/openai/openai-python/issues/1305">#1305</a>) (<a href="https://github.com/openai/openai-python/commit/40a881d10442af8b445ce030f8ab338710e1c4c8">40a881d</a>)</li> </ul> <h2>v1.16.2</h2> <h2>1.16.2 (2024-04-04)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v1.16.1...v1.16.2">v1.16.1...v1.16.2</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>client:</strong> correct logic for line decoding in streaming (<a href="https://redirect.github.com/openai/openai-python/issues/1293">#1293</a>) (<a href="https://github.com/openai/openai-python/commit/687caefa4acf615bf404f16817bfd9a6f285ee5c">687caef</a>)</li> </ul> <h2>v1.16.1</h2> <h2>1.16.1 (2024-04-02)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v1.16.0...v1.16.1">v1.16.0...v1.16.1</a></p> <h3>Chores</h3> <ul> <li><strong>internal:</strong> defer model build for import latency (<a href="https://redirect.github.com/openai/openai-python/issues/1291">#1291</a>) (<a href="https://github.com/openai/openai-python/commit/bc6866eb2335d01532190d0906cad7bf9af28621">bc6866e</a>)</li> </ul> <h2>v1.16.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/openai/openai-python/blob/main/CHANGELOG.md">openai's changelog</a>.</em></p> <blockquote> <h2>1.18.0 (2024-04-15)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v1.17.1...v1.18.0">v1.17.1...v1.18.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add batch API (<a href="https://redirect.github.com/openai/openai-python/issues/1316">#1316</a>) (<a href="https://github.com/openai/openai-python/commit/3e6f19e6e7489bf1c94944a5f8f9b1d4535cdc43">3e6f19e</a>)</li> <li><strong>api:</strong> updates (<a href="https://redirect.github.com/openai/openai-python/issues/1314">#1314</a>) (<a href="https://github.com/openai/openai-python/commit/8281dc956178f5de345645660081f7d0c15a57a6">8281dc9</a>)</li> </ul> <h2>1.17.1 (2024-04-12)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v1.17.0...v1.17.1">v1.17.0...v1.17.1</a></p> <h3>Chores</h3> <ul> <li>fix typo (<a href="https://redirect.github.com/openai/openai-python/issues/1304">#1304</a>) (<a href="https://github.com/openai/openai-python/commit/1129082955f98d76c0927781ef9e7d0beeda2ec4">1129082</a>)</li> <li><strong>internal:</strong> formatting (<a href="https://redirect.github.com/openai/openai-python/issues/1311">#1311</a>) (<a href="https://github.com/openai/openai-python/commit/8fd411b48b6b1eafaab2dac26201525c1ee0b942">8fd411b</a>)</li> </ul> <h2>1.17.0 (2024-04-10)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v1.16.2...v1.17.0">v1.16.2...v1.17.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add additional messages when creating thread run (<a href="https://redirect.github.com/openai/openai-python/issues/1298">#1298</a>) (<a href="https://github.com/openai/openai-python/commit/70eb081804b14cc8c151ebd85458545a50a074fd">70eb081</a>)</li> <li><strong>client:</strong> add DefaultHttpxClient and DefaultAsyncHttpxClient (<a href="https://redirect.github.com/openai/openai-python/issues/1302">#1302</a>) (<a href="https://github.com/openai/openai-python/commit/69cdfc319fff7ebf28cdd13cc6c1761b7d97811d">69cdfc3</a>)</li> <li><strong>models:</strong> add to_dict & to_json helper methods (<a href="https://redirect.github.com/openai/openai-python/issues/1305">#1305</a>) (<a href="https://github.com/openai/openai-python/commit/40a881d10442af8b445ce030f8ab338710e1c4c8">40a881d</a>)</li> </ul> <h2>1.16.2 (2024-04-04)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v1.16.1...v1.16.2">v1.16.1...v1.16.2</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>client:</strong> correct logic for line decoding in streaming (<a href="https://redirect.github.com/openai/openai-python/issues/1293">#1293</a>) (<a href="https://github.com/openai/openai-python/commit/687caefa4acf615bf404f16817bfd9a6f285ee5c">687caef</a>)</li> </ul> <h2>1.16.1 (2024-04-02)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v1.16.0...v1.16.1">v1.16.0...v1.16.1</a></p> <h3>Chores</h3> <ul> <li><strong>internal:</strong> defer model build for import latency (<a href="https://redirect.github.com/openai/openai-python/issues/1291">#1291</a>) (<a href="https://github.com/openai/openai-python/commit/bc6866eb2335d01532190d0906cad7bf9af28621">bc6866e</a>)</li> </ul> <h2>1.16.0 (2024-04-01)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v1.15.0...v1.16.0">v1.15.0...v1.16.0</a></p> <h3>Features</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openai/openai-python/commit/2f759aabf346548fbb09d54ae0c279ce8ce9e148"><code>2f759aa</code></a> release: 1.18.0</li> <li><a href="https://github.com/openai/openai-python/commit/db069cdacaf7ff8d7c1308db9f2465d38252ea1e"><code>db069cd</code></a> feat(api): add batch API (<a href="https://redirect.github.com/openai/openai-python/issues/1316">#1316</a>)</li> <li><a href="https://github.com/openai/openai-python/commit/f5247e30eed8a1ad843c473c7a50f7bb81ffd7b5"><code>f5247e3</code></a> feat(api): updates (<a href="https://redirect.github.com/openai/openai-python/issues/1314">#1314</a>)</li> <li><a href="https://github.com/openai/openai-python/commit/595e6b834fe26e08e9ac5415ab15bc19b8661f2c"><code>595e6b8</code></a> release: 1.17.1</li> <li><a href="https://github.com/openai/openai-python/commit/b36b8d869a4e79ee8549476d979cd3322c3695c5"><code>b36b8d8</code></a> chore(internal): formatting (<a href="https://redirect.github.com/openai/openai-python/issues/1311">#1311</a>)</li> <li><a href="https://github.com/openai/openai-python/commit/35afd5039e230152cc4486729f4e856ed5a76616"><code>35afd50</code></a> chore: fix typo (<a href="https://redirect.github.com/openai/openai-python/issues/1304">#1304</a>)</li> <li><a href="https://github.com/openai/openai-python/commit/0cbce3f6777fd8f137ed7445e9bc2f2aa5c9f5b4"><code>0cbce3f</code></a> release: 1.17.0</li> <li><a href="https://github.com/openai/openai-python/commit/47656567e016a1ddf09497f180a19265b28ec93c"><code>4765656</code></a> feat(models): add to_dict & to_json helper methods (<a href="https://redirect.github.com/openai/openai-python/issues/1305">#1305</a>)</li> <li><a href="https://github.com/openai/openai-python/commit/347363ed67a6a1611346427bb9ebe4becce53f7e"><code>347363e</code></a> feat(client): add DefaultHttpxClient and DefaultAsyncHttpxClient (<a href="https://redirect.github.com/openai/openai-python/issues/1302">#1302</a>)</li> <li><a href="https://github.com/openai/openai-python/commit/e2d65bf77aa6e2bca043f70f5e0a38d8bd08b5e8"><code>e2d65bf</code></a> feat(api): add additional messages when creating thread run (<a href="https://redirect.github.com/openai/openai-python/issues/1298">#1298</a>)</li> <li>Additional commits viewable in <a href="https://github.com/openai/openai-python/compare/v1.14.3...v1.18.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=openai&package-manager=pip&previous-version=1.14.3&new-version=1.18.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file. Used by Dependabot.
python
Pull requests for the Python Semantic Kernel
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps openai from 1.14.3 to 1.18.0.
Release notes
Sourced from openai's releases.
... (truncated)
Changelog
Sourced from openai's changelog.
... (truncated)
Commits
2f759aa
release: 1.18.0db069cd
feat(api): add batch API (#1316)f5247e3
feat(api): updates (#1314)595e6b8
release: 1.17.1b36b8d8
chore(internal): formatting (#1311)35afd50
chore: fix typo (#1304)0cbce3f
release: 1.17.04765656
feat(models): add to_dict & to_json helper methods (#1305)347363e
feat(client): add DefaultHttpxClient and DefaultAsyncHttpxClient (#1302)e2d65bf
feat(api): add additional messages when creating thread run (#1298)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)