Skip to content

Commit 777105c

Browse files
deps(deps): update litellm requirement (#6)
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.81.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 4031dad commit 777105c

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

0 commit comments

Comments
 (0)