Skip to content

Commit 6b6d85e

Browse files
committed
chore: downgrade litellm dependency version in pyproject.toml
- Changed litellm dependency from version 1.74.1 to 1.71.1 in pyproject.toml to ensure compatibility.
1 parent d2f9bc9 commit 6b6d85e

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
@@ -7,7 +7,7 @@ requires-python = ">=3.11"
77
dependencies = [
88
"openai>=2.14.0",
99
"typer>=0.15.2",
10-
"litellm>=1.74.1",
10+
"litellm>=1.71.1",
1111
"weave>=0.52.23",
1212
"tinker>=0.7.0",
1313
"tinker-cookbook>=0.1.0",

0 commit comments

Comments
 (0)