Skip to content
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 1 commit into from
Apr 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 15, 2024

Bumps openai from 1.14.3 to 1.18.0.

Release notes

Sourced from openai's releases.

v1.18.0

1.18.0 (2024-04-15)

Full Changelog: v1.17.1...v1.18.0

Features

v1.17.1

1.17.1 (2024-04-12)

Full Changelog: v1.17.0...v1.17.1

Chores

v1.17.0

1.17.0 (2024-04-10)

Full Changelog: v1.16.2...v1.17.0

Features

  • api: add additional messages when creating thread run (#1298) (70eb081)
  • client: add DefaultHttpxClient and DefaultAsyncHttpxClient (#1302) (69cdfc3)
  • models: add to_dict & to_json helper methods (#1305) (40a881d)

v1.16.2

1.16.2 (2024-04-04)

Full Changelog: v1.16.1...v1.16.2

Bug Fixes

  • client: correct logic for line decoding in streaming (#1293) (687caef)

v1.16.1

1.16.1 (2024-04-02)

Full Changelog: v1.16.0...v1.16.1

Chores

  • internal: defer model build for import latency (#1291) (bc6866e)

v1.16.0

... (truncated)

Changelog

Sourced from openai's changelog.

1.18.0 (2024-04-15)

Full Changelog: v1.17.1...v1.18.0

Features

1.17.1 (2024-04-12)

Full Changelog: v1.17.0...v1.17.1

Chores

1.17.0 (2024-04-10)

Full Changelog: v1.16.2...v1.17.0

Features

  • api: add additional messages when creating thread run (#1298) (70eb081)
  • client: add DefaultHttpxClient and DefaultAsyncHttpxClient (#1302) (69cdfc3)
  • models: add to_dict & to_json helper methods (#1305) (40a881d)

1.16.2 (2024-04-04)

Full Changelog: v1.16.1...v1.16.2

Bug Fixes

  • client: correct logic for line decoding in streaming (#1293) (687caef)

1.16.1 (2024-04-02)

Full Changelog: v1.16.0...v1.16.1

Chores

  • internal: defer model build for import latency (#1291) (bc6866e)

1.16.0 (2024-04-01)

Full Changelog: v1.15.0...v1.16.0

Features

... (truncated)

Commits

Dependabot compatibility score

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)

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 dependabot bot requested a review from a team as a code owner April 15, 2024 22:41
@dependabot 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 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
@markwallace-microsoft
Copy link
Member

Py3.8 Test Coverage

Python 3.8 Test Coverage Report •
FileStmtsMissCoverMissing
TOTAL554999482% 
report-only-changed-files is enabled. No files were changed during this commit :)

Python 3.8 Unit Test Overview

Tests Skipped Failures Errors Time
1211 11 💤 0 ❌ 0 🔥 19.916s ⏱️

@eavanvalkenburg eavanvalkenburg added this pull request to the merge queue Apr 16, 2024
Merged via the queue into main with commit e48afa0 Apr 16, 2024
32 checks passed
@eavanvalkenburg eavanvalkenburg deleted the dependabot/pip/python/openai-1.18.0 branch April 16, 2024 09:23
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 &amp; 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 &amp; 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 &amp; 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants