Skip to content

Commit 05f9557

Browse files
authored
Merge pull request #277 from algorithmicsuperintelligence/fix-vertex-library
Bump version to 0.3.8 and add google-cloud-aiplatform
2 parents 982a257 + 9b4d139 commit 05f9557

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

optillm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Version information
2-
__version__ = "0.3.7"
2+
__version__ = "0.3.8"
33

44
# Import from server module
55
from .server import (

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "optillm"
7-
version = "0.3.7"
7+
version = "0.3.8"
88
description = "An optimizing inference proxy for LLMs."
99
readme = "README.md"
1010
license = "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",

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ azure.identity
1010
tiktoken
1111
scikit-learn
1212
litellm
13+
google-cloud-aiplatform
1314
requests
1415
beautifulsoup4
1516
lxml

0 commit comments

Comments
 (0)