File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11# Version information
2- __version__ = "0.3.7 "
2+ __version__ = "0.3.8 "
33
44# Import from server module
55from .server import (
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " optillm"
7- version = " 0.3.7 "
7+ version = " 0.3.8 "
88description = " An optimizing inference proxy for LLMs."
99readme = " README.md"
1010license = " Apache-2.0"
@@ -29,6 +29,7 @@ dependencies = [
2929 " tiktoken" ,
3030 " scikit-learn" ,
3131 " litellm" ,
32+ " google-cloud-aiplatform" ,
3233 " requests" ,
3334 " beautifulsoup4" ,
3435 " lxml" ,
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ azure.identity
1010tiktoken
1111scikit-learn
1212litellm
13+ google-cloud-aiplatform
1314requests
1415beautifulsoup4
1516lxml
You can’t perform that action at this time.
0 commit comments