Skip to content

Commit 960c611

Browse files
authored
Cost freezing take 3 (#67)
1 parent 4fdc118 commit 960c611

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
"inspect-ai>=0.3.104",
1414
# pin litellm so that we know what model costs we're using
1515
# see the Development.md doc before changing
16-
"litellm==1.67.4.post1",
16+
"litellm>=1.67.4.post1,<=1.75.8",
1717
"pydantic>=2.0.0",
1818
# For leaderboard
1919
"huggingface_hub",

0 commit comments

Comments
 (0)