Skip to content

Commit 8a89a01

Browse files
Update openai requirement from <1.55,>=1.54 to >=1.54,<1.56
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.54.0...v1.55.0) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7ebf129 commit 8a89a01

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
@@ -61,7 +61,7 @@ test = [
6161
"Jinja2~=3.1.2",
6262
"jsonschema~=4.23.0",
6363
"lxml>=5.3.0,<6.0.0",
64-
"openai>=1.54,<1.55",
64+
"openai>=1.54,<1.56",
6565
"mock==5.1.*",
6666
"pre-commit<5",
6767
"Pyjwt~=2.10.0",
@@ -85,7 +85,7 @@ complexity = [
8585
"xenon==0.9.*",
8686
]
8787
openai = [
88-
"openai>=1.54,<1.55",
88+
"openai>=1.54,<1.56",
8989
]
9090
azure = [
9191
"azure-ai-inference>=1.0.0b1,<2.0",

0 commit comments

Comments
 (0)