From 9b4d1394fa9f6b9bbb04c0601f9cb90dc07df3ef Mon Sep 17 00:00:00 2001 From: Asankhaya Sharma Date: Thu, 20 Nov 2025 11:01:58 +0800 Subject: [PATCH] Bump version to 0.3.8 and add google-cloud-aiplatform Updated the project version to 0.3.8 in __init__.py and pyproject.toml. Added google-cloud-aiplatform to the dependencies in pyproject.toml and requirements.txt. --- optillm/__init__.py | 2 +- pyproject.toml | 3 ++- requirements.txt | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/optillm/__init__.py b/optillm/__init__.py index c21e426c..c17bd9bc 100644 --- a/optillm/__init__.py +++ b/optillm/__init__.py @@ -1,5 +1,5 @@ # Version information -__version__ = "0.3.7" +__version__ = "0.3.8" # Import from server module from .server import ( diff --git a/pyproject.toml b/pyproject.toml index 7e8ded18..ece589cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "optillm" -version = "0.3.7" +version = "0.3.8" description = "An optimizing inference proxy for LLMs." readme = "README.md" license = "Apache-2.0" @@ -29,6 +29,7 @@ dependencies = [ "tiktoken", "scikit-learn", "litellm", + "google-cloud-aiplatform", "requests", "beautifulsoup4", "lxml", diff --git a/requirements.txt b/requirements.txt index a849f1c3..ee9d7e24 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,6 +10,7 @@ azure.identity tiktoken scikit-learn litellm +google-cloud-aiplatform requests beautifulsoup4 lxml