Skip to content

Commit d4b2a8b

Browse files
yeesiancopybara-github
authored andcommitted
feat: Add support for Vertex AI Express Mode when deploying to Agent Engine
Co-authored-by: Yeesian Ng <[email protected]> PiperOrigin-RevId: 828178479
1 parent 033f5a5 commit d4b2a8b

File tree

4 files changed

+444
-199
lines changed

4 files changed

+444
-199
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,12 @@ classifiers = [ # List of https://pypi.org/classifiers/
2626
dependencies = [
2727
# go/keep-sorted start
2828
"PyYAML>=6.0.2, <7.0.0", # For APIHubToolset.
29-
"absolufy-imports>=0.3.1, <1.0.0", # For Agent Engine deployment.
3029
"anyio>=4.9.0, <5.0.0;python_version>='3.10'", # For MCP Session Manager
3130
"authlib>=1.5.1, <2.0.0", # For RestAPI Tool
3231
"click>=8.1.8, <9.0.0", # For CLI tools
3332
"fastapi>=0.115.0, <1.119.0", # FastAPI framework
3433
"google-api-python-client>=2.157.0, <3.0.0", # Google API client discovery
35-
"google-cloud-aiplatform[agent_engines]>=1.121.0, <2.0.0", # For VertexAI integrations, e.g. example store.
34+
"google-cloud-aiplatform[agent_engines] @ git+https://github.com/googleapis/python-aiplatform.git@bf1851e59cb34e63b509a2a610e72691e1c4ca28", # For VertexAI integrations, e.g. example store.
3635
"google-cloud-bigtable>=2.32.0", # For Bigtable database
3736
"google-cloud-discoveryengine>=0.13.12, <0.14.0", # For Discovery Engine Search Tool
3837
"google-cloud-secret-manager>=2.22.0, <3.0.0", # Fetching secrets in RestAPI Tool

0 commit comments

Comments
 (0)