Skip to content

Commit

Permalink
Update openai requirement from ~=1.0.0 to >=1.0,<1.22 (#481)
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.0.0...v1.21.2)

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

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 Apr 18, 2024
1 parent a23cbf7 commit 5809863
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 @@ -74,7 +74,7 @@ complexity = [
"xenon==0.9.*",
]
openai = [
"openai~=1.0.0",
"openai>=1.0,<1.22",
]
all = [
"codemodder[test]",
Expand Down

0 comments on commit 5809863

Please sign in to comment.