Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency openai to >=1.59,<1.60
Browse files Browse the repository at this point in the history
renovate[bot] authored Jan 3, 2025
1 parent 7b2d930 commit b275c78
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
@@ -62,7 +62,7 @@ test = [
"Jinja2~=3.1.2",
"jsonschema~=4.23.0",
"lxml>=5.3.0,<6.0.0",
"openai>=1.57,<1.58",
"openai>=1.59,<1.60",
"mock==5.1.*",
"pre-commit<5",
"Pyjwt~=2.10.0",
@@ -86,7 +86,7 @@ complexity = [
"xenon==0.9.*",
]
openai = [
"openai>=1.57,<1.58",
"openai>=1.59,<1.60",
]
azure = [
"azure-ai-inference>=1.0.0b1,<2.0",

0 comments on commit b275c78

Please sign in to comment.