Skip to content

Commit

Permalink
build(deps): bump openai from 0.28.1 to 1.35.7
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.35.7.
- [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.35.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 1, 2024
1 parent f7fde47 commit 6623e0b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 13 deletions.
36 changes: 24 additions & 12 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ python = "^3.9"
fastapi = ">=0.104.1,<0.110.0"
uvicorn = "^0.23.2"
langchain = "^0.0.331"
openai = "^0.28.1"
openai = ">=0.28.1,<1.36.0"
fire = "^0.5.0"
loguru = "^0.7.2"
bs4 = "0.0.1" # required for ex4.py
Expand Down

0 comments on commit 6623e0b

Please sign in to comment.