Skip to content

Commit 1779c8d

Browse files
Update dependency openai to >=1.78,<1.79 (#1060)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ba1bb73 commit 1779c8d

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
@@ -67,7 +67,7 @@ test = [
6767
"Jinja2~=3.1.2",
6868
"jsonschema~=4.23.0",
6969
"lxml>=5.3.0,<6.0.0",
70-
"openai>=1.77,<1.78",
70+
"openai>=1.78,<1.79",
7171
"mock==5.2.*",
7272
"pre-commit<5",
7373
"Pyjwt~=2.10.0",
@@ -93,7 +93,7 @@ complexity = [
9393
"xenon==0.9.*",
9494
]
9595
openai = [
96-
"openai>=1.77,<1.78",
96+
"openai>=1.78,<1.79",
9797
]
9898
azure = [
9999
"azure-ai-inference>=1.0.0b1,<2.0",

0 commit comments

Comments
 (0)