Skip to content

Commit e800f2c

Browse files
ci: update litellm requirement
Updates the requirements on [litellm](https://github.com/BerriAI/litellm) to permit the latest version. - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](https://github.com/BerriAI/litellm/commits) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.83.14 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b340dc4 commit e800f2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies = [
4646
[project.optional-dependencies]
4747
anthropic = ["anthropic>=0.21.0,<1.0.0"]
4848
gemini = ["google-genai>=1.32.0,<2.0.0"]
49-
litellm = ["litellm>=1.75.9,<=1.83.13", "openai>=1.68.0,<3.0.0"]
49+
litellm = ["litellm>=1.75.9,<=1.83.14", "openai>=1.68.0,<3.0.0"]
5050
llamaapi = ["llama-api-client>=0.1.0,<1.0.0"]
5151
mistral = ["mistralai>=1.8.2,<2.0.0"]
5252
ollama = ["ollama>=0.4.8,<1.0.0"]

0 commit comments

Comments
 (0)