Skip to content

Commit 88a35fa

Browse files
Update openai requirement from <1.51,>=1.50 to >=1.50,<1.52 (#863)
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.50.0...v1.51.0) --- 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 a8d99bd commit 88a35fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ test = [
6060
"Jinja2~=3.1.2",
6161
"jsonschema~=4.23.0",
6262
"lxml>=5.3.0,<6.0.0",
63-
"openai>=1.50,<1.51",
63+
"openai>=1.50,<1.52",
6464
"mock==5.1.*",
6565
"pre-commit<4",
6666
"Pyjwt~=2.9.0",
@@ -84,7 +84,7 @@ complexity = [
8484
"xenon==0.9.*",
8585
]
8686
openai = [
87-
"openai>=1.50,<1.51",
87+
"openai>=1.50,<1.52",
8888
]
8989
all = [
9090
"codemodder[test]",

0 commit comments

Comments
 (0)