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

dependency: (deps): bump openai from 1.2.2 to 1.3.0 #144

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 16, 2023

Bumps openai from 1.2.2 to 1.3.0.

Release notes

Sourced from openai's releases.

v1.3.0

1.3.0 (2023-11-15)

Full Changelog: v1.2.4...v1.3.0

Features

  • api: add gpt-3.5-turbo-1106 (#813) (9bb3c4e)
  • client: support reading the base url from an env variable (#829) (ca5fdc6)

Bug Fixes

  • breaking!: correct broken type names in moderation categories (#811) (0bc211f)

Chores

  • fix typo in docs and add request header for function calls (#807) (cbef703)
  • internal: fix devcontainer interpeter path (#810) (0acc07d)

Documentation

v1.2.4

1.2.4 (2023-11-13)

Full Changelog: v1.2.3...v1.2.4

Bug Fixes

  • client: retry if SSLWantReadError occurs in the async client (#804) (be82288)

v1.2.3

1.2.3 (2023-11-10)

Full Changelog: v1.2.2...v1.2.3

Bug Fixes

  • cli/audio: file format detection failing for whisper (#733) (01079d6)
  • client: correctly flush the stream response body (#771) (0d52731)
  • client: serialise pydantic v1 default fields correctly in params (#776) (d4c49ad)
  • models: mark unknown fields as set in pydantic v1 (#772) (ae032a1)
  • prevent IndexError in fine-tunes CLI (#768) (42f1633)

... (truncated)

Changelog

Sourced from openai's changelog.

1.3.0 (2023-11-15)

Full Changelog: v1.2.4...v1.3.0

Features

  • api: add gpt-3.5-turbo-1106 (#813) (9bb3c4e)
  • client: support reading the base url from an env variable (#829) (ca5fdc6)

Bug Fixes

  • breaking!: correct broken type names in moderation categories (#811) (0bc211f)

Chores

  • fix typo in docs and add request header for function calls (#807) (cbef703)
  • internal: fix devcontainer interpeter path (#810) (0acc07d)

Documentation

1.2.4 (2023-11-13)

Full Changelog: v1.2.3...v1.2.4

Bug Fixes

  • client: retry if SSLWantReadError occurs in the async client (#804) (be82288)

1.2.3 (2023-11-10)

Full Changelog: v1.2.2...v1.2.3

Bug Fixes

  • cli/audio: file format detection failing for whisper (#733) (01079d6)
  • client: correctly flush the stream response body (#771) (0d52731)
  • client: serialise pydantic v1 default fields correctly in params (#776) (d4c49ad)
  • models: mark unknown fields as set in pydantic v1 (#772) (ae032a1)
  • prevent IndexError in fine-tunes CLI (#768) (42f1633)

Documentation

... (truncated)

Commits
  • d3cb40c release: 1.3.0
  • 0733934 feat(client): support reading the base url from an env variable (#829)
  • 71d3172 docs: fix code comment typo (#790)
  • 7758c54 docs: add azure env vars (#814)
  • 98b3240 feat(api): add gpt-3.5-turbo-1106 (#813)
  • ea4fa23 fix(breaking!): correct broken type names in moderation categories (#811)
  • e9300e0 chore(internal): fix devcontainer interpeter path (#810)
  • 7d06760 chore: fix typo in docs and add request header for function calls (#807)
  • a73d1ce Fix typo in docstring of _types.NotGiven (#794)
  • 812839c docs(readme): fix broken azure_ad notebook link (#781)
  • Additional commits viewable in compare view

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.2.2 to 1.3.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.2.2...v1.3.0)

---
updated-dependencies:
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 16, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2023

Superseded by #147.

@dependabot dependabot bot closed this Nov 17, 2023
@dependabot dependabot bot deleted the dependabot/pip/openai-1.3.0 branch November 17, 2023 09:52
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants