mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-24 10:27:13 +00:00
build(requirements.txt): make sure tiktoken v0.7.0 is provided
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ opentelemetry-exporter-otlp==1.25.0
|
||||
|
||||
### LITELLM PACKAGE DEPENDENCIES
|
||||
python-dotenv==1.0.0 # for env
|
||||
tiktoken==0.6.0 # for calculating usage
|
||||
tiktoken==0.7.0 # for calculating usage
|
||||
importlib-metadata==6.8.0 # for random utils
|
||||
tokenizers==0.14.0 # for calculating usage
|
||||
click==8.1.7 # for proxy cli
|
||||
|
||||
Reference in New Issue
Block a user