Skip to content

Commit 96313a4

Browse files
Update openai requirement from <1.34,>=1.0 to >=1.0,<1.35 (#641)
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.34.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 c5ce089 commit 96313a4

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
@@ -56,7 +56,7 @@ test = [
5656
"Jinja2~=3.1.2",
5757
"jsonschema~=4.22.0",
5858
"lxml>=4.9.3,<5.3.0",
59-
"openai>=1.0,<1.34",
59+
"openai>=1.0,<1.35",
6060
"mock==5.1.*",
6161
"pre-commit<4",
6262
"Pyjwt~=2.8.0",
@@ -80,7 +80,7 @@ complexity = [
8080
"xenon==0.9.*",
8181
]
8282
openai = [
83-
"openai>=1.0,<1.34",
83+
"openai>=1.0,<1.35",
8484
]
8585
all = [
8686
"codemodder[test]",

0 commit comments

Comments
 (0)