Skip to content

Commit

Permalink
Update openai requirement from ~=0.28.1 to ~=1.2.3
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@v0.28.1...v1.2.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent 85b6200 commit 035b66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
"matplotlib~=3.7",
"nltk~=3.8",
"numpy~=1.25",
"openai~=0.28.1",
"openai~=1.2.3",
"openpyxl~=3.1",
"pandas~=2.0",
"pingouin~=0.5.3",
Expand Down

0 comments on commit 035b66c

Please sign in to comment.