Skip to content

fix(gateway): add Vertex runtime dependency - #978

Merged
xdotli merged 2 commits into
mainfrom
fix/973-vertex-runtime
Aug 12, 2026
Merged

fix(gateway): add Vertex runtime dependency#978
xdotli merged 2 commits into
mainfrom
fix/973-vertex-runtime

Conversation

@kywch

@kywch kywch commented Aug 12, 2026

Copy link
Copy Markdown
Collaborator

Summary

Adds the Google Cloud Vertex AI SDK required by LiteLLM's Anthropic Vertex route.

Root cause

litellm[proxy] starts the mandatory gateway but does not install the Google Vertex runtime. The first anthropic-vertex/... request then fails before model activity.

Impact

Anthropic Vertex routes can authenticate through ADC and execute through the LiteLLM gateway.

Validation

  • uv sync --extra dev --locked
  • from google.cloud import aiplatform
  • uv run python -m pytest tests/test_litellm_runtime.py -q
  • uv lock --check
  • git diff --check

Fixes #973.

@kywch
kywch deployed to pypi-internal-preview August 12, 2026 17:18 — with GitHub Actions Active
@kywch
kywch deployed to pypi-internal-preview August 12, 2026 17:24 — with GitHub Actions Active
@kywch
kywch marked this pull request as ready for review August 12, 2026 17:43
@kywch
kywch deployed to pypi-internal-preview August 12, 2026 17:43 — with GitHub Actions Active
@xdotli
xdotli merged commit e65326e into main Aug 12, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BenchFlow 0.6.7 LiteLLM proxy lacks Google dependencies required by Anthropic Vertex

2 participants