Skip to content

Releases: googleapis/python-aiplatform

v1.152.0

11 May 23:27
73a515a

Choose a tag to compare

1.152.0 (2026-05-11)

Features

  • Add GetSkillRevision and ListSkillRevisions methods in Vertex AI Skill Registry SDK (e4fdb7a)
  • Add ListSkills and DeleteSkill methods in Vertex AI Skill Registry SDK (8578bfd)
  • Add mTLS support for telemetry endpoint in adk.py. (7b0c995)
  • Add Update Skill method for Vertex AI Skill Registry SDK (48f792b)
  • GenAI Client(evals) - Add allow_cross_region_model support for create_evaluation_run (3ce4b02)

Bug Fixes

  • Fix name collision on SandboxEnvironment.state by renaming enum to SandboxState (1f9c8e0)
  • Remove sandbox_hostname from JWT payload. (ea87edc)
  • Support multi-regional locations in vertexai.Client (2834b9b)

v1.151.0

07 May 21:23
719f874

Choose a tag to compare

1.151.0 (2026-05-07)

Features

  • Add client for Vertex AI Skill Registry - Get Skill method (6f89fd3)
  • Add Create Skill method for Vertex AI Skill Registry SDK (67097eb)
  • Add RetrieveSkills semantic search method in Vertex AI Skill Registry SDK (f5909b2)
  • Migrate rag to agentplatform (d947295)

Bug Fixes

  • Disable bound token sharing check for this Vertex AI SDK code path: google3/third_party/py/google/cloud/aiplatform/vertexai/agent_engines/ (b234d9d)
  • GenAI Client(evals) - fix reference column visualization for eval_result (42de11b)

Documentation

  • Update Prompts sample in readme to use create_version (e50f375)

v1.150.0

05 May 22:35
70ec678

Choose a tag to compare

1.150.0 (2026-05-05)

Features

  • Add Agent Engine Runtime Versioning support to SDK. (b8eaefb)
  • Add Agent Engine Sandbox Snapshots Module (f48e54b)
  • Add support for templates sub-module for Sandboxes in Vertex AI GenAI SDK. (68f053e)
  • Add support for wait for operation complete for sandbox sub-modules (737ad1c)
  • Disable streaming check that should have already been disabled (762d20c)
  • Faster sandbox creation with templates and snapshots and improve dataplane routing and security. (9dccee2)
  • GenAI Client(evals) - Support eval_cases with multi-turn agent_data in run_inference() (a1680d3)
  • GenAI Client(evals) - Support N+1 Agent Engine inference via agent_data in run_inference() (9ea4aa6)
  • GenAI SDK client(multimodal) - Accept an explicit bigquery_uri parameter in create_from_bigquery (0bb2ecd)
  • Migrate model garden to agentplatform (d5e71ff)
  • Migrate resources to agentplatform (5788c50)
  • Update sdk to support python-a2a sdk 1.0 via a new GA A2a framework template (762d20c)

Bug Fixes

  • Allow setting max_wait_duration to 0 for indefinite waiting with DWS (d9675fd)
  • Custom job url after rebrand (aabe816)
  • Flaky tests in feature store relates cases due to class instantiation (9fd0fe0)
  • GenAI SDK client(multimodal) - Preserve existing metadata when creating from bigframes (bc2260d)

v1.149.0

27 Apr 22:48
b2323ef

Choose a tag to compare

1.149.0 (2026-04-27)

Features

  • Add asyncQueryReasoningEngine to aiplatform v1 API (6332d33)
  • Add asyncQueryReasoningEngine to aiplatform v1beta1 API (6332d33)
  • Add delete_evaluation_metric to GenAI SDK (6b63480)
  • Add evaluation configuration and dataset runs to TuningJob (6332d33)
  • Add evaluation metrics and autorater configuration to the AI Platform v1 API (6332d33)
  • Add filter and order_by support to list_evaluation_metrics (a7acc97)
  • Add multimodal input support and custom output formats to evaluation metrics (6332d33)
  • Add OnlineEvaluator API and update Evaluation API (6332d33)
  • Add origin to AttributeContext.Request (6332d33)
  • GenAI Client(evals): Add allow_cross_region_model to generate_conversation_scenarios to enable cross region support for gemini 3 based model (dc3b639)
  • GenAI SDK client(multimodal) - Allow passing dataset ID in addition to full resource name in dataset methods. (2fd8ca0)
  • Migrate batch_predictions to agentplatform (53e16ba)
  • Model Registry CopyModel BYOSA (6332d33)
  • New field CopyModelRequest.custome_service_account for Model Registry CopyModel BYOSA (6332d33)
  • Support VeoLoraTuningSpec in the tuning jobs (6332d33)
  • Synchronize google/api/expr/v1alpha1 (6332d33)

Bug Fixes

  • Add serializer to async_create_session to address 500 error in Agent Engine (AgentServerMode.EXPERIMENTAL). (ffe7fc7)
  • deps: Bump litellm cap to >=1.83.7 for additional CVE remediation (3bd0b25)
  • GenAI SDK client(multimodal) - Fix Pydantic validation errors when using create_* in some cases (ca6b45e)
  • PrivateEndpoint.raw_predict parameter name (3d380ba)
  • Removing Python 3.9 support due to EOL (dbdd7b1)
  • Unpin litellm upper bound to allow CVE-2026-35030 remediation (e5e6346)
  • Update litellm to >=1.83.0 to resolve security vulnerability (ac5a5e4)

Documentation

  • Update comments and formatting (6332d33)
  • Update doc string to replace Vertex AI with Gemini Enterprise Agent Platform, update method error message to replace Vertex AI with Gemini Enterprise Agent Platform (previously known as Vertex AI), update converter error message to replace Vertex AI with Gemini Enterprise Agent Platform (18d97b6)
  • Update SelectiveGapicGeneration usage doc (6332d33)
  • Update various comments (6332d33)

v1.148.1

17 Apr 23:19
3c55f26

Choose a tag to compare

1.148.1 (2026-04-17)

Bug Fixes

  • Disable bound token sharing check for agent_engines (04d5092)
  • Fix column name inconsistency (history vs conversation_history) across evaluation flows (37f72e5)
  • Fix create_session AttributeError for agents without AdkApp (3e85f64)
  • Fix NameError when evaluating ADK agents with AgentTool via GenAI Evals SDK (04c5e02)
  • GenAI Client(evals): Lazy-load ADK imports in _evals_common.py to avoid top-level ImportError (c378551)
  • GenAI SDK client(multimodal) - Remove UpdateMultimodalDatasetConfig and replace with VertexBaseConfig. (f5dc932)
  • Strip None fields from agent_data in GenerateLossClusters to prevent INVALID_ARGUMENT errors (f2d73fd)

v1.148.0

15 Apr 02:12
9722998

Choose a tag to compare

1.148.0 (2026-04-15)

⚠ BREAKING CHANGES

  • Methods for multimodal datasets now require the full resource name instead of just the dataset ID.

Features

  • Add Agent Engine-level configuration for generation_trigger_config. (e73d4e7)
  • Add ingest_events method for Memory Bank. (e73d4e7)
  • Add memory_types filter to RetrieveMemories (12d90ad)
  • Add RetrieveProfiles. (12d90ad)
  • Add structured data and context to MemoryRevision. (12d90ad)
  • Add structured data and memory type to Memory. (12d90ad)
  • Add subset_topics to Memory Bank GenerateMemories (727b8e0)
  • Add support for agent gateway in agent engine (9ed3759)
  • Add support for keep alive probe in agent engines (ff859e1)
  • Adds cancel_query_job to SDK for agent engine long running async tasks. (04f11d1)
  • GenAI Client(evals) - add rich HTML visualization for loss pattern analysis (9e7b2b9)
  • GenAI Client(evals) - add user-facing generate_loss_clusters with LRO polling and replay tests (28e5f95)
  • GenAI Client(evals) - auto-infer metric/candidate and validate inputs for generate_loss_clusters (7142c62)
  • GenAI Client(evals) - support loss analysis in EvaluationRun SDK (eb1066b)
  • GenAI SDK client - Update client.prompts.create_version to create a prompt and prompt version for a prompt. Recommend create_version instead of create (1e1faa3)
  • GenAI SDK client(multimodal) - Auto-generate display name for multimodal datasets if not provided. (9a9e158)
  • GenAI SDK client(multimodal) - Make multimodal_dataset optional in create_from_pandas and create_from_bigframes. (dc89de2)

Bug Fixes

  • Add bucket ownership verification to prevent bucket squatting in Model.upload() (9feda02)
  • GenAI SDK client(multimodal) - Change "name" parameters to refer to resource name instead of dataset ID. (7c04870)
  • GenAI SDK client(multimodal) - Fix "type mismatch" warnings in datasets module. (505aa8c)
  • Refine Pyink blank line insertion logic and fix range-based formatting regressions. (e382e45)

Miscellaneous Chores

v1.147.0

09 Apr 16:58
4c28b34

Choose a tag to compare

1.147.0 (2026-04-09)

⚠ BREAKING CHANGES

  • The labels field has been removed from GeminiExample. The tools and safety_settings fields have been turned into lists.

Features

  • Add system_labels parameter to Model Garden deploy methods. (a196cda)
  • Add the delete method for the Agent Engine Task Store Service (2f2a211)
  • GenAI Client(evals): Route gemini-3 model traffic to global region in local agent scraping (e2e81c9)
  • GenAI SDK client(multimodal) - Add single_turn_template helper to GeminiRequestReadConfig. (0e5037d)
  • Set agent_framework for A2aAgent class. (a8085e5)

Bug Fixes

  • Add SDK workaround for double-wrapped Any response in async_retrieve_contexts. (bd4983b)
  • GenAI SDK client(multimodal) - Fix inconsistencies between the GeminiExample class definition and API type. (fad250e)

Miscellaneous Chores

v1.146.0

08 Apr 01:01
9569fe4

Choose a tag to compare

1.146.0 (2026-04-07)

⚠ BREAKING CHANGES

  • to_bigframes has been removed from the datasets module and moved into the MultimodalDataset class. Instead of dataframe = client.datasets.to_bigframes(multimodal_dataset=multimodal_dataset), use dataframe = multimodal_dataset.to_bigframes() to create a BigFrame instance from a multimodal dataset.

Features

  • Add consolidation customization to Memory Bank (a8948c4)
  • Add support for custom result parsing in LLM-based evaluation metrics (3e0ddff)
  • GenAI Client(evals) - add core data models and code-gen mapping for auto-loss analysis (09794ba)
  • GenAI Client(evals): Apply default user persona 'Evaluator' in multi-turn agent scraping (7002dc5)
  • In run_query_job, rename gcs_bucket to gcs_uri and allow the case that user sets the filename for the output. (f302d1f)
  • Pass state from first bidi_stream_query request to async_create_session (37b5a0f)

Miscellaneous Chores

  • GenAI SDK client(multimodal) - Move to_bigframes method to MultimodalDataset class. (6874b8d)
  • Release 1.146.0 (aab457d)

v1.145.0

01 Apr 21:51
7a8f703

Choose a tag to compare

1.145.0 (2026-04-01)

Features

  • Add session_id to Create Session to allow custom session id (bea67c2)
  • Eval SDK: Migrate model call method by genai SDK usage (ff5e246)
  • Eval SDK: Migrate model call method by genai SDK usage in preview foler (ad36123)
  • Limit metric registry support to only custom code execution metric and llm based metric in SDK (c12aedc)

Bug Fixes

  • Increase default timeout to 600 seconds for ask_contexts and async_retrieve_contexts in VertexRagServiceClient. (3de2c1e)

v1.144.0

31 Mar 22:59
1fba45b

Choose a tag to compare

1.144.0 (2026-03-31)

⚠ BREAKING CHANGES

  • Breaking change in experimental methods: create_from_bigquery and update_multimodal_dataset no longer automatically prepend a missing bq:// prefix for BigQuery URIs. When using the new function MultimodalDataset.set_bigquery_uri the prefix will still be added if needed.

Features

  • Add metadata_filter usage to all retrieval and generator methods in rag_retrieval.py (841c597)
  • Add container_spec to Reasoning Engine public protos (9a0eefb)
  • Add container_spec to Reasoning Engine public protos (9a0eefb)
  • Add support for container_spec in AgentEngines (da663c0)
  • GenAI SDK client(multimodal) - Add metadata helpers to MultimodalDataset. (e164b19)
  • Publish client batch config schema (9a0eefb)
  • Refactor evaluation instance building and update LLM metric handler (7a3b436)
  • Update the interface for custom code execution metric while maintaining remote_custom_function support for backward compatibility (f7733ec)

Bug Fixes

  • Auto-created GCS staging bucket names are less predictable (1a33ad9)
  • GenAI SDK client(multimodal) - Replace blocking calls in create_from_pandas with async versions. (2767273)
  • Introduce timeout for outgoing A2A requests from AgentEngine (78525d2)
  • Relax the requirement to specify class_methods if image_spec/container_spec is provided (6f7b12c)
  • Standardize on the app_name in AdkApp (ee9fbe1)

Documentation

  • Update API common type documentation (9a0eefb)

Miscellaneous Chores