Skip to content

Commit

Permalink
Update openai requirement from 1.42.0 to 1.43.0 in /backend
Browse files Browse the repository at this point in the history
Updates the requirements on [openai](https://github.com/openai/openai-python) to permit the latest version.
- [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.42.0...v1.43.0)

---
updated-dependencies:
- dependency-name: openai
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 2ece301 commit 9206d22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ python-multipart = "0.0.9"
python-slugify = "8.0.4"
trio = "0.25.0"
uvicorn = "0.30.6"
openai = "1.42.0"
openai = "1.43.0"
datasets = "2.21.0"
lancedb = "^0.12.0"

Expand Down Expand Up @@ -57,7 +57,7 @@ python-multipart = "0.0.9"
python-slugify = "8.0.4"
trio = "0.25.0"
uvicorn = "0.30.6"
openai = "1.42.0"
openai = "1.43.0"
pre-commit="3.7.0"
pytest="8.1.1"
datasets = "2.21.0"
Expand Down

0 comments on commit 9206d22

Please sign in to comment.