Skip to content

Commit

Permalink
Bump the python-packages group with 1 update
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.2.6...v1.3.9)

---
updated-dependencies:
- dependency-name: openai
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 13, 2023
1 parent 5cc8efe commit 750d7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def get_long_description():
""",
install_requires=[
"click",
"openai<1.0",
"openai<2.0",
"click-default-group>=1.2.3",
"sqlite-utils>=3.35.0",
"sqlite-migrate>=0.1a2",
Expand Down

0 comments on commit 750d7ef

Please sign in to comment.