Skip to content

Commit ec000b8

Browse files
ci: update openai requirement from <1.100.0 to <1.102.0 (#722)
* ci: update openai requirement from <1.100.0 to <1.102.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.101.0) --- updated-dependencies: - dependency-name: openai dependency-version: 1.101.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update pyproject.toml * Update pyproject.toml * Update pyproject.toml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nick Clegg <[email protected]>
1 parent d07629f commit ec000b8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,8 @@ docs = [
6868
"sphinx-autodoc-typehints>=1.12.0,<2.0.0",
6969
]
7070
litellm = [
71-
"litellm>=1.73.1,<2.0.0",
72-
# https://github.com/BerriAI/litellm/issues/13711
73-
"openai<1.100.0",
71+
"litellm>=1.75.9,<2.0.0",
72+
"openai>=1.68.0,<1.102.0",
7473
]
7574
llamaapi = [
7675
"llama-api-client>=0.1.0,<1.0.0",

0 commit comments

Comments
 (0)