Skip to content

Commit

Permalink
Update dependency openai to >=1.54,<1.55 (#908)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent f0d95cb commit 9cc1ce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ test = [
"Jinja2~=3.1.2",
"jsonschema~=4.23.0",
"lxml>=5.3.0,<6.0.0",
"openai>=1.53,<1.54",
"openai>=1.54,<1.55",
"mock==5.1.*",
"pre-commit<5",
"Pyjwt~=2.9.0",
Expand All @@ -85,7 +85,7 @@ complexity = [
"xenon==0.9.*",
]
openai = [
"openai>=1.53,<1.54",
"openai>=1.54,<1.55",
]
azure = [
"azure-ai-inference>=1.0.0b1,<2.0",
Expand Down

0 comments on commit 9cc1ce9

Please sign in to comment.