Skip to content

Update dependency google-cloud-aiplatform to v1.148.1#4457

Open
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/google-cloud-aiplatform-1.x
Open

Update dependency google-cloud-aiplatform to v1.148.1#4457
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/google-cloud-aiplatform-1.x

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

@renovate-bot renovate-bot commented Mar 5, 2026

This PR contains the following updates:

Package Change Age Confidence
google-cloud-aiplatform ==1.138.0==1.148.1 age confidence

Release Notes

googleapis/python-aiplatform (google-cloud-aiplatform)

v1.148.1

Compare Source

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

Compare Source

⚠ 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

Compare Source

⚠ 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

Compare Source

⚠ 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

Compare Source

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

Compare Source

⚠ BREAKING CHANGES
  • 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

v1.143.0

Compare Source

Features
  • Add AgentEngine Sessions module (368a8f8)
  • Add memory_id to Create Memory (2167f36)
  • Add RagMetadata and RagDataSchema management APIs (4f0fdfe)
  • Add raw_event to Append Event (2167f36)
  • GenAI SDK client(multimodal) - Accept gemini_request_read_config instead of template_config in all functions. (f138162)
  • GenAI SDK client(multimodal) - Support creating multimodal dataset from bigframe DataFrame (9b7dc29)
Bug Fixes
  • Exclude compromised LiteLLM versions from dependencies pin to 1.82.6 (78966da)
  • Fix rag resource parsing (bc61708), closes #​6442

v1.142.0

Compare Source

Features
  • Add retrieve_contexts_async and ask_contexts SDK methods in rag_retrieval.py (0e0137e)
  • Add VALIDATED Function Calling mode to v1 (981a551)
  • Add aiohttp to agent_engines dependencies. (394253a)
  • Add custom session id field to create session v1 (981a551)
  • Add custom session id field to create session v1beta1 (981a551)
  • Add EvaluationMetric Create, Get and List methods to Vertex SDK GenAI evals (f4b4244)
  • Add model_status to GenerateContentResponse (Gemini API only) (6a03f78)
  • Add new embed_content_config to message EmbedContentRequest (981a551)
  • Add new embed_content_config to message EmbedContentRequest (981a551)
  • Add part_metadata in Part (Gemini API only) (6a03f78)
  • Add raw_event field to event proto v1 (981a551)
  • Add support for metric_resource_name within metric in rubric generation (4dbd76c)
  • Add support for passing agent data for custom code execution metric (0c70de8)
  • Add support for referencing registered metrics by resource name in evaluation run API (76a9558)
  • Adds run_query_job and check_query_job to SDK for long running async tasks. (0cff2d8)
  • Allow using registered metric resource names in evaluation (72942a4)
  • Enable a2a streaming for agents deployed to Agent Engine. (ccfd37f)
  • GenAI Client(evals) - BREAKING_CHANGE: The agent engine resource name is now passed as a separate agent parameter to create_evaluation_run methods, rather than being part of the AgentInfo object. This parameter is now required if agent_info is provided (dab185a)
  • GenAI Client(evals): Add starting_prompt, conversation_plan, agent_data to evaluation datset (64ef223)
  • GenAI Client(evals): Update to generate_conversation_scenarios from generate_user_scenarios (1b4c325)
  • GenAI SDK client(multimodal) - Support creating multimodal dataset from pandas DataFrame. (8f4b4fe)
  • GenAI SDK client(multimodal) - Support getting a bigframe DataFrame from a multimodal dataset (50d804f)
  • RAG - Remove VectorDb defaulting in SDK (39b7fe5)
  • RagMetadata and RagDataSchema concepts and Batch API definitions added for Preview (981a551)
  • Refactor RegisteredMetricHandler and implement llm_based_metric_spec support (24f626c)
  • Support rendered_parts in GroundingSupport (6a03f78)
  • Update the schema proto for the RagChunk with file_id and chunk_id to align with the vertex_rag_data.proto (981a551)
  • Upgrade protobuf from v25.7 to v31.0 (981a551)
Bug Fixes
  • Add embedding_metadata to MatchNeighbor from_embedding. (ffd2cff)
  • GenAI Client(evals) - missing response warning when agent_data is present (0d6c54e)
  • GenAI Client(evals): Drop empty columns in evaluation dataset (be869ca)
  • GenAI Client(evals): Remove prompt filled by starting prompt (55b12a5)
  • GenAI SDK client - Add get session call to create session sdk if an immediate success is returned (933debd)
  • GenAI SDK client - Breaking Change: Remove the following types from vertexai.types and depend on these types from the Google GenAI SDK via google.genai.types - ComputationBasedMetricType, FunctionResponseScheduling, MediaResolution, Outcome, PairwiseChoice, RubricContentType, Blob, CodeExecutionResult, ExecutableCode, FileData, Part, PartMediaResolution, VideoMetadata, FunctionCall, FunctionResponse, FunctionResponseBlob, FunctionResponseFileData, FunctionResponsePart, PartialArg, ComputationBasedMetricSpec, LLMBasedMetricSpec, PredefinedMetricSpec, RubricGenerationSpec, BleuMetricValue, CustomOutput, ExactMatchMetricValue, PairwiseMetricResult, PointwiseMetricResult, RawOutput, RougeMetricValue, BigQuerySource, GcsSource, ModelArmorConfig (3cd949d)
Documentation
  • Updated comments for rag_file_metadata_config across ImportRagFilesRequest and UploadRagFileRequest (981a551)

v1.141.0

Compare Source

Features
  • "global" endpoint supports "grpc" transport (b3bae32)
  • Add PromptTemplateData to support context and history columns when creating Evaluation run from dataframe (e887a2e)
  • GenAI Client(evals): Add candidate name to local ADK agent scraping (79d8e1c)
  • GenAI Client(evals): Add validation for agent_data in EvaluationDataset in create_evaluation_run (2b0a98c)
  • GenAI Client(evals): onboarding agent_config (agents) in create_evaluation_run (eacc86c)
  • GenAI Client(evals): Patch agent config map to agent data (8ba4707)
  • GenAI Client(evals): Update to enable agent run functionality in eval management service (7a59738)
  • Update match_service proto for new embedding metadata fields (fba5350)
  • Update match_service proto for new embedding metadata fields (fba5350)
  • Update match_service proto for new embedding metadata fields (fba5350)
Bug Fixes
  • GenAI Client(evals) - Add datetime and bytes serialization to _json_serializer (7410b1d)

v1.140.0

Compare Source

Features
  • A new field computation_based_metric_spec is added to message .google.cloud.aiplatform.v1beta1.Metric (e5f71de)
  • A new field evaluation_run is added to message .google.cloud.aiplatform.v1beta1.EvaluateDatasetRun (e5f71de)
  • A new field inference_generation_config is added to message .google.cloud.aiplatform.v1beta1.EvaluationConfig (e5f71de)
  • A new field llm_based_metric_spec is added to message .google.cloud.aiplatform.v1beta1.Metric (e5f71de)
  • A new field metric_results is added to message .google.cloud.aiplatform.v1beta1.EvaluateInstancesResponse (e5f71de)
  • A new field predefined_metric_spec is added to message .google.cloud.aiplatform.v1beta1.Metric (e5f71de)
  • A new message ComputationBasedMetricSpec is added (e5f71de)
  • A new message LLMBasedMetricSpec is added (e5f71de)
  • A new message MetricResult is added (e5f71de)
  • A new message PredefinedMetricSpec is added (e5f71de)
  • Add traffic_type, tool_use_prompt_tokens_details to message GenerateContentResponse.UsageMetadata (e5f71de)
  • Add AskContexts and AsyncRetrieveContexts APIs to VertexRagService (fa610af)
  • Add AskContexts and AsyncRetrieveContexts APIs to VertexRagService (fa610af)
  • Add async wrappers in the GenAI client for the Agent Engine Task Store Service (199a406)
  • Add image_spec to Reasoning Engine public protos (e5f71de)
  • Add image_spec to Reasoning Engine public protos (e5f71de)
  • Add max_concurrent_active_run_count field to Schedule message (e5f71de)
  • Add max_concurrent_active_run_count field to Schedule message (e5f71de)
  • Add model_armor_config to GeminiExample (e5f71de)
  • Add more fields to the GenAI client for the Agent Engine Task Store Service (7d58adb)
  • Add resource_reference to the field name in message .google.cloud.aiplatform.v1beta1.Dataset (e5f71de)
  • Add resource_reference to the field name in message .google.cloud.aiplatform.v1beta1.DatasetVersion (e5f71de)
  • Add support for agent_config_source (ADK) in AgentEngines (204e5b4)
  • Add the GenAI client for the Agent Engine Task Store Service (b54ce6d)
  • Add transcription fields to Session Service (e5f71de)
  • Add v1 API version for Session Service (e5f71de)
  • Add Vertex Multimodal Datasets as input and output types in google.cloud.aiplatform.v1beta1.BatchPredictionJob (e5f71de)
  • Add Vertex Multimodal Datasets as input and output types in google.cloud.aiplatform.v1beta1.BatchPredictionJob (e5f71de)
  • GenAI Client(evals) - Add 3 new multi-turn predefined metrics for agent evaluation (MULTI_TURN_TOOL_USE_QUALITY, MULTI_TURN_TRAJECTORY_QUALITY, MULTI_TURN_TASK_SUCCESS). (513d4d6)
  • GenAI Client(evals) - Refactor evaluation visualization to support multi-agent traces and system topology. (84c5602)
  • GenAI Client(evals): Add local ADK agent multi-turn agent scraping via ADK user simulation library (429a182)
  • GenAI Client(evals): Add user scenario generation function to eval components (87a5125)
  • Update data types from discovery doc. (6b5cc8f)
Bug Fixes
  • Add safeguards and warnings for remote code execution during pickle-based model deserialization (aa22f54)
  • GenAI Client(evals): Avoid required session_inputs column to eval dataset (134b989)
  • Only include CandidateResponse if a response is present (10efc13)
  • Save artifact in streaming agent run with events when multiturn (e9f1c88)
Documentation
  • A comment for enum AggregationMetric is changed (e5f71de)
  • A comment for field aggregation_output in message .google.cloud.aiplatform.v1beta1.EvaluateDatasetResponse is changed (e5f71de)
  • A comment for field expire_time in message .google.cloud.aiplatform.v1beta1.Session is changed (e5f71de)
  • A comment for field filter in message .google.cloud.aiplatform.v1beta1.ListSessionsRequest is changed (e5f71de)
  • A comment for field output_info in message .google.cloud.aiplatform.v1beta1.EvaluateDatasetResponse is changed (e5f71de)
  • A comment for field ttl in message .google.cloud.aiplatform.v1beta1.Session is changed (e5f71de)
  • A comment for message EvaluateDatasetResponse is changed (e5f71de)
  • A comment for message Metric is changed (e5f71de)
  • A comment for message OutputInfo is changed (e5f71de)
  • Comment on evaluate_dataset_response clarified (e5f71de)
  • Update documentation of .google.cloud.aiplatform.v1.DatasetService, .google.cloud.aiplatform.v1.Dataset, and .google.cloud.aiplatform.v1.DatasetVersion (e5f71de)
  • Update documentation of .google.cloud.aiplatform.v1beta1.Dataset and .google.cloud.aiplatform.v1beta1.DatasetVersion (e5f71de)

v1.139.0

Compare Source

Features
  • Add max_concurrent_active_run_count support to Scheduled Pipelines client GA. (a204e74)
  • GenAI Client(evals) - update SDK type definitions for Agent Data (6ac28a5)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested a review from a team as a code owner March 5, 2026 17:51
@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request focuses on a routine dependency upgrade for the google-cloud-aiplatform Python library to its latest stable version, 1.140.0. This update integrates the most recent enhancements, performance improvements, and critical bug fixes from the upstream library, ensuring the project benefits from the newest features in Google Cloud's AI Platform, particularly around evaluation, agent services, and generative AI capabilities.

Highlights

  • Dependency Update: The google-cloud-aiplatform Python dependency has been updated from version 1.138.0 to 1.140.0.
  • New Features: This update introduces new fields for metrics (computation_based_metric_spec, llm_based_metric_spec, predefined_metric_spec) and evaluation configurations (inference_generation_config), along with new messages like ComputationBasedMetricSpec and LLMBasedMetricSpec. It also adds new APIs for VertexRagService, async wrappers for Agent Engine Task Store Service, and enhanced GenAI client capabilities including new multi-turn evaluation metrics.
  • Bug Fixes: Key bug fixes include safeguards against remote code execution during pickle-based model deserialization, and improvements to the GenAI client's evaluation logic to avoid required session_inputs columns.
  • Documentation Improvements: Several comments and documentation for various fields and messages within the google.cloud.aiplatform.v1beta1 and google.cloud.aiplatform.v1 APIs have been clarified and updated.
Changelog
  • skills/vertex-tuning/references/requirements.txt
    • Updated the google-cloud-aiplatform package version from 1.138.0 to 1.140.0.
Activity
  • The pull request was automatically generated by Renovate Bot to update the google-cloud-aiplatform dependency.
  • Automerge is currently disabled, requiring a manual review and merge.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the google-cloud-aiplatform dependency from version 1.138.0 to 1.140.0. I have reviewed the release notes for the new version and the library's usage within the project. The update consists of new features and bug fixes, with no apparent breaking changes that would affect the existing implementation. The change is safe to merge.

Note: Security Review has been skipped due to the limited scope of the PR.

@renovate-bot renovate-bot changed the title chore(deps): update dependency google-cloud-aiplatform to v1.140.0 chore(deps): update dependency google-cloud-aiplatform to v1.141.0 Mar 11, 2026
@renovate-bot renovate-bot force-pushed the renovate/google-cloud-aiplatform-1.x branch 2 times, most recently from c14cfc8 to 62c38cd Compare March 11, 2026 19:47
@renovate-bot renovate-bot changed the title chore(deps): update dependency google-cloud-aiplatform to v1.141.0 chore(deps): update dependency google-cloud-aiplatform to v1.142.0 Mar 20, 2026
@renovate-bot renovate-bot force-pushed the renovate/google-cloud-aiplatform-1.x branch from 62c38cd to ad34d7b Compare March 20, 2026 23:36
@renovate-bot renovate-bot changed the title chore(deps): update dependency google-cloud-aiplatform to v1.142.0 chore(deps): update dependency google-cloud-aiplatform to v1.143.0 Mar 25, 2026
@renovate-bot renovate-bot force-pushed the renovate/google-cloud-aiplatform-1.x branch 2 times, most recently from 6c3375f to 5f21b5e Compare March 26, 2026 16:44
@renovate-bot renovate-bot changed the title chore(deps): update dependency google-cloud-aiplatform to v1.143.0 chore(deps): update dependency google-cloud-aiplatform to v1.144.0 Apr 1, 2026
@renovate-bot renovate-bot force-pushed the renovate/google-cloud-aiplatform-1.x branch from 5f21b5e to 2c77b85 Compare April 1, 2026 02:58
@renovate-bot renovate-bot changed the title chore(deps): update dependency google-cloud-aiplatform to v1.144.0 chore(deps): update dependency google-cloud-aiplatform to v1.145.0 Apr 2, 2026
@renovate-bot renovate-bot force-pushed the renovate/google-cloud-aiplatform-1.x branch from 2c77b85 to 980c1b8 Compare April 2, 2026 15:47
@renovate-bot renovate-bot changed the title chore(deps): update dependency google-cloud-aiplatform to v1.145.0 chore(deps): update dependency google-cloud-aiplatform to v1.146.0 Apr 8, 2026
@renovate-bot renovate-bot force-pushed the renovate/google-cloud-aiplatform-1.x branch from 980c1b8 to b0c3b85 Compare April 8, 2026 06:53
@renovate-bot renovate-bot changed the title chore(deps): update dependency google-cloud-aiplatform to v1.146.0 chore(deps): update dependency google-cloud-aiplatform to v1.147.0 Apr 9, 2026
@renovate-bot renovate-bot force-pushed the renovate/google-cloud-aiplatform-1.x branch from b0c3b85 to ba28365 Compare April 9, 2026 20:06
@renovate-bot renovate-bot changed the title chore(deps): update dependency google-cloud-aiplatform to v1.147.0 Update dependency google-cloud-aiplatform to v1.147.0 Apr 14, 2026
@renovate-bot renovate-bot force-pushed the renovate/google-cloud-aiplatform-1.x branch from ba28365 to 48f1e33 Compare April 15, 2026 06:11
@renovate-bot renovate-bot changed the title Update dependency google-cloud-aiplatform to v1.147.0 Update dependency google-cloud-aiplatform to v1.148.0 Apr 15, 2026
@renovate-bot renovate-bot changed the title Update dependency google-cloud-aiplatform to v1.148.0 Update dependency google-cloud-aiplatform to v1.148.1 Apr 18, 2026
@renovate-bot renovate-bot force-pushed the renovate/google-cloud-aiplatform-1.x branch from 48f1e33 to ca1f9f7 Compare April 18, 2026 02:09
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.

1 participant