Skip to content

Commit 167a9c4

Browse files
Update litellm requirement from <1.51,>=1.49 to >=1.49,<1.54
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@v1.49.0...v1.53.1) --- updated-dependencies: - dependency-name: litellm dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0afbd05 commit 167a9c4

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
@@ -13,7 +13,7 @@ dependencies = [
1313
"jinja2~=3.0",
1414
"PyYAML~=6.0",
1515
"jsonschema~=4.0",
16-
"litellm>=1.49,<1.51",
16+
"litellm>=1.49,<1.54",
1717
"termcolor~=2.0",
1818
"ipython~=8.0",
1919
]

0 commit comments

Comments
 (0)