Skip to content

Commit ee4950e

Browse files
Update openai requirement from <1.58,>=1.57 to >=1.57,<1.60 (#972)
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.57.0...v1.59.8) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 169faab commit ee4950e

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
@@ -62,7 +62,7 @@ test = [
6262
"Jinja2~=3.1.2",
6363
"jsonschema~=4.23.0",
6464
"lxml>=5.3.0,<6.0.0",
65-
"openai>=1.57,<1.58",
65+
"openai>=1.57,<1.60",
6666
"mock==5.1.*",
6767
"pre-commit<5",
6868
"Pyjwt~=2.10.0",
@@ -86,7 +86,7 @@ complexity = [
8686
"xenon==0.9.*",
8787
]
8888
openai = [
89-
"openai>=1.57,<1.58",
89+
"openai>=1.57,<1.60",
9090
]
9191
azure = [
9292
"azure-ai-inference>=1.0.0b1,<2.0",

0 commit comments

Comments
 (0)