Skip to content

Commit 6f8f206

Browse files
Update openai requirement from <1.60,>=1.57 to >=1.57,<1.61 (#976)
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.60.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 ee4950e commit 6f8f206

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.60",
65+
"openai>=1.57,<1.61",
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.60",
89+
"openai>=1.57,<1.61",
9090
]
9191
azure = [
9292
"azure-ai-inference>=1.0.0b1,<2.0",

0 commit comments

Comments
 (0)