Skip to content

Commit eb6e4e1

Browse files
Update openai requirement from <1.56,>=1.55 to >=1.55,<1.57
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.55.0...v1.56.0) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5b8ef32 commit eb6e4e1

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
@@ -62,7 +62,7 @@ test = [
6262
"Jinja2~=3.1.2",
6363
"jsonschema~=4.23.0",
6464
"lxml>=5.3.0,<6.0.0",
65-
"openai>=1.55,<1.56",
65+
"openai>=1.55,<1.57",
6666
"mock==5.1.*",
6767
"pre-commit<5",
6868
"Pyjwt~=2.10.0",
@@ -86,7 +86,7 @@ complexity = [
8686
"xenon==0.9.*",
8787
]
8888
openai = [
89-
"openai>=1.55,<1.56",
89+
"openai>=1.55,<1.57",
9090
]
9191
azure = [
9292
"azure-ai-inference>=1.0.0b1,<2.0",

0 commit comments

Comments
 (0)