Skip to content

Commit 9721554

Browse files
Update dependency openai to >=1.53,<1.54 (#901)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2be26b0 commit 9721554

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.52,<1.53",
64+
"openai>=1.53,<1.54",
6565
"mock==5.1.*",
6666
"pre-commit<5",
6767
"Pyjwt~=2.9.0",
@@ -85,7 +85,7 @@ complexity = [
8585
"xenon==0.9.*",
8686
]
8787
openai = [
88-
"openai>=1.52,<1.53",
88+
"openai>=1.53,<1.54",
8989
]
9090
azure = [
9191
"azure-ai-inference>=1.0.0b1,<2.0",

0 commit comments

Comments
 (0)