Skip to content

Commit 6a1b2d4

Browse files
ci: update openai requirement (#827)
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.68.0...v1.107.0) --- updated-dependencies: - dependency-name: openai dependency-version: 1.107.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5790a9c commit 6a1b2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ docs = [
6969
]
7070
litellm = [
7171
"litellm>=1.75.9,<2.0.0",
72-
"openai>=1.68.0,<1.102.0",
72+
"openai>=1.68.0,<1.108.0",
7373
]
7474
llamaapi = [
7575
"llama-api-client>=0.1.0,<1.0.0",

0 commit comments

Comments
 (0)