Skip to content

Commit bf94583

Browse files
authored
fix(security): pin google-cloud-aiplatform to >=1.131.0 (#5037)
https://www.cve.org/CVERecord?id=CVE-2026-2472 Signed-off-by: Derek Higgins <derekh@redhat.com>
1 parent ee8f8fd commit bf94583

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/llama_stack/providers/registry/inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def available_providers() -> list[ProviderSpec]:
201201
adapter_type="vertexai",
202202
provider_type="remote::vertexai",
203203
pip_packages=[
204-
"google-cloud-aiplatform",
204+
"google-cloud-aiplatform>=1.131.0",
205205
],
206206
module="llama_stack.providers.remote.inference.vertexai",
207207
config_class="llama_stack.providers.remote.inference.vertexai.VertexAIConfig",

0 commit comments

Comments
 (0)