Skip to content

Commit f2b2b11

Browse files
deps(deps): update litellm requirement (#36)
Updates the requirements on [litellm](https://github.com/BerriAI/litellm) to permit the latest version. - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](BerriAI/litellm@litellm_1.81.13-dev...v1.85.0) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.85.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 524d0a7 commit f2b2b11

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
@@ -29,7 +29,7 @@ classifiers = [
2929
]
3030
keywords = ["llm", "ai", "tournament", "evaluation", "decision-making", "litellm"]
3131
dependencies = [
32-
"litellm>=1.77.1,<1.85.0",
32+
"litellm>=1.77.1,<1.86.0",
3333
"pyyaml~=6.0",
3434
"colorama~=0.4.6",
3535
"httpx~=0.28.1",

0 commit comments

Comments
 (0)