Skip to content

Commit

Permalink
Bump openai from 0.28.1 to 1.2.0 (#3954)
Browse files Browse the repository at this point in the history
Bumps [openai](https://github.com/openai/openai-python) from 0.28.1 to 1.2.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@v0.28.1...v1.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 9, 2023
1 parent a33bcef commit f3330d4
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions requirements-base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ aiocache==0.12.2
aiofiles==23.2.1
# via -r requirements-base.in
aiohttp==3.8.6
# via
# -r requirements-base.in
# openai
# via -r requirements-base.in
aiosignal==1.3.1
# via aiohttp
alembic==1.12.0
Expand All @@ -21,6 +19,7 @@ anyio==3.7.1
# fastapi
# httpcore
# httpx
# openai
# starlette
async-timeout==4.0.3
# via aiohttp
Expand Down Expand Up @@ -113,6 +112,8 @@ deprecated==1.2.14
# limits
deprecation==2.1.0
# via pdpyras
distro==1.8.0
# via openai
dnspython==2.4.2
# via email-validator
duo-client==5.2.0
Expand Down Expand Up @@ -162,6 +163,7 @@ httplib2==0.22.0
httpx==0.25.1
# via
# -r requirements-base.in
# openai
# schemathesis
hypothesis==6.82.6
# via
Expand Down Expand Up @@ -248,7 +250,7 @@ oauthlib[signedtoken]==3.2.2
# atlassian-python-api
# jira
# requests-oauthlib
openai==0.28.1
openai==1.2.0
# via -r requirements-base.in
packaging==23.1
# via
Expand Down Expand Up @@ -304,6 +306,7 @@ pydantic==1.10.13
# blockkit
# confection
# fastapi
# openai
# spacy
# thinc
# weasel
Expand Down Expand Up @@ -352,7 +355,6 @@ requests==2.31.0
# google-api-core
# jira
# msal
# openai
# pdpyras
# premailer
# requests-oauthlib
Expand Down Expand Up @@ -478,6 +480,7 @@ typing-extensions==4.7.1
# alembic
# fastapi
# limits
# openai
# pydantic
# schemathesis
# typer
Expand Down

0 comments on commit f3330d4

Please sign in to comment.