Skip to content

Commit 10f7e60

Browse files
Update openai requirement from <1.30,>=1.0 to >=1.0,<1.31 (#572)
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.30.1) --- 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>
1 parent 0603035 commit 10f7e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ complexity = [
7676
"xenon==0.9.*",
7777
]
7878
openai = [
79-
"openai>=1.0,<1.30",
79+
"openai>=1.0,<1.31",
8080
]
8181
all = [
8282
"codemodder[test]",

0 commit comments

Comments
 (0)