We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fad5713 commit c8fe203Copy full SHA for c8fe203
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "tacho"
3
-version = "0.8.6"
+version = "0.8.7"
4
description = "CLI tool for measuring and comparing LLM inference speeds"
5
readme = "README.md"
6
authors = [
@@ -24,7 +24,7 @@ dependencies = [
24
"boto3>=1.38.46",
25
"google-auth>=2.40.3",
26
"google>=3.0.0",
27
- "litellm>=1.77.5",
+ "litellm>=1.80.10",
28
"python-dotenv>=1.1.1",
29
"rich>=14.0.0",
30
"typer>=0.16.0",
0 commit comments