Skip to content

Commit 1a6596b

Browse files
Update openai requirement from <1.38,>=1.35 to >=1.35,<1.41 (#779)
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.35.0...v1.40.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 5ee0877 commit 1a6596b

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>=4.9.3,<5.3.0",
63-
"openai>=1.35,<1.38",
63+
"openai>=1.35,<1.41",
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.35,<1.38",
87+
"openai>=1.35,<1.41",
8888
]
8989
all = [
9090
"codemodder[test]",

0 commit comments

Comments
 (0)