Skip to content

Commit e68c97c

Browse files
ci: update openai requirement from <1.100.0 to <1.101.0
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.100.2) --- updated-dependencies: - dependency-name: openai dependency-version: 1.100.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ef18a25 commit e68c97c

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
@@ -70,7 +70,7 @@ docs = [
7070
litellm = [
7171
"litellm>=1.73.1,<2.0.0",
7272
# https://github.com/BerriAI/litellm/issues/13711
73-
"openai<1.100.0",
73+
"openai<1.101.0",
7474
]
7575
llamaapi = [
7676
"llama-api-client>=0.1.0,<1.0.0",

0 commit comments

Comments
 (0)