Skip to content

build(deps): bump google-cloud-aiplatform from 1.42.1 to 1.88.0#319

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/google-cloud-aiplatform-1.88.0
Closed

build(deps): bump google-cloud-aiplatform from 1.42.1 to 1.88.0#319
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/google-cloud-aiplatform-1.88.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 9, 2025

Copy link
Copy Markdown
Contributor

Bumps google-cloud-aiplatform from 1.42.1 to 1.88.0.

Release notes

Sourced from google-cloud-aiplatform's releases.

v1.88.0

1.88.0 (2025-04-09)

Features

  • Add a module-level function to create a Gemini template config for single-turn Gemini examples without having to explicitly construct the Gemini example. (126d10c)
  • Add autoscaling_target_request_count_per_minute option in Preview model deployment on Endpoint & Model classes. (0f1f10a)
  • Add Gen AI logging public preview API (1589f66)
  • Add new template for AgentEngine (0478f10)
  • Add the possibility to create multimodal datasets without explicitly specifying a bigquery dataset/table. (f5043a6)
  • Allow EvalTask to take dataset as a Google sheet - simplifying rubric revision CUJ (15df1f6)
  • Allow table targets in multi-region datasets when creating multimodal datasets (2d7bc32)
  • Check if rubrics column is present before converting list of rubrics to string (6c1569b)
  • Convert list of rubrics to a string before sending the API request. This allows users to use default parse_rubrics function that returns a list of rubrics with customized prompts, and bring their own rubrics as a list. (9f21b73)
  • GenAI Evaluation: Release GenAI Evaluation SDK autorater metric configuration utils to vertexai.preview module. (f816d5a)
  • GenAI Evaluation: Release GenAI Evaluation SDK parsing rubric generation response with additional fields to vertexai.preview module. (79ca86a)
  • GenAI Evaluation: Release GenAI Evaluation SDK rubric based evaluation to vertexai.preview module. (bb07581)
  • Model optimizer SDK support (f257298)
  • Track the output path for metrics_table in experiments metadata, if output bucket is specified but no file name is specified, we will generate a unique file name (be2c99f)

Bug Fixes

  • Preprend question tag to rubric critiquing response after editing the predefined prompts to end with <question> to avoid parsing errors (0abd6ad)

v1.87.0

1.87.0 (2025-04-01)

Features

  • Add page spans in retrieved contexts from Vertex RAG Engine in aiplatform v1 (30f0fcf)
  • Add page spans in retrieved contexts from Vertex RAG Engine in aiplatform v1beta1 (30f0fcf)
  • Add support for Vertex AI Search engine (30f0fcf)
  • Add validation of the BigQuery location when creating a MultimodalDataset (98459aa)
  • Adding Vertex AI Search Config for RAG corpuses to SDK (a7453da)
  • Allow using multimodal datasets in the SDK. (d951b74)
  • ExampleStore SDK in public preview (50fbdee)
  • GenAI Evaluation: Release GenAI Evaluation SDK multimodal evaluation to vertexai.preview module. (f090ca1)
  • Make it optional to pass in an instance of an agent when creating a new ReasoningEngine instance (f3addc9)
  • Support creating multimodal datasets from a JSONL file containing Gemini requests (a323679)
  • Vertex AI Model Garden open model export SDK Public Preview (898109d)

Bug Fixes

  • Propagating import result sink correctly in the vertexai sdk. (184cca5)
  • Remove the xprof dependency from Vertex Tensorboard uploader. (1336b85)

... (truncated)

Changelog

Sourced from google-cloud-aiplatform's changelog.

1.88.0 (2025-04-09)

Features

  • Add a module-level function to create a Gemini template config for single-turn Gemini examples without having to explicitly construct the Gemini example. (126d10c)
  • Add autoscaling_target_request_count_per_minute option in Preview model deployment on Endpoint & Model classes. (0f1f10a)
  • Add Gen AI logging public preview API (1589f66)
  • Add new template for AgentEngine (0478f10)
  • Add the possibility to create multimodal datasets without explicitly specifying a bigquery dataset/table. (f5043a6)
  • Allow EvalTask to take dataset as a Google sheet - simplifying rubric revision CUJ (15df1f6)
  • Allow table targets in multi-region datasets when creating multimodal datasets (2d7bc32)
  • Check if rubrics column is present before converting list of rubrics to string (6c1569b)
  • Convert list of rubrics to a string before sending the API request. This allows users to use default parse_rubrics function that returns a list of rubrics with customized prompts, and bring their own rubrics as a list. (9f21b73)
  • GenAI Evaluation: Release GenAI Evaluation SDK autorater metric configuration utils to vertexai.preview module. (f816d5a)
  • GenAI Evaluation: Release GenAI Evaluation SDK parsing rubric generation response with additional fields to vertexai.preview module. (79ca86a)
  • GenAI Evaluation: Release GenAI Evaluation SDK rubric based evaluation to vertexai.preview module. (bb07581)
  • Model optimizer SDK support (f257298)
  • Track the output path for metrics_table in experiments metadata, if output bucket is specified but no file name is specified, we will generate a unique file name (be2c99f)

Bug Fixes

  • Preprend question tag to rubric critiquing response after editing the predefined prompts to end with <question> to avoid parsing errors (0abd6ad)

1.87.0 (2025-04-01)

Features

  • Add page spans in retrieved contexts from Vertex RAG Engine in aiplatform v1 (30f0fcf)
  • Add page spans in retrieved contexts from Vertex RAG Engine in aiplatform v1beta1 (30f0fcf)
  • Add support for Vertex AI Search engine (30f0fcf)
  • Add validation of the BigQuery location when creating a MultimodalDataset (98459aa)
  • Adding Vertex AI Search Config for RAG corpuses to SDK (a7453da)
  • Allow using multimodal datasets in the SDK. (d951b74)
  • ExampleStore SDK in public preview (50fbdee)
  • GenAI Evaluation: Release GenAI Evaluation SDK multimodal evaluation to vertexai.preview module. (f090ca1)
  • Make it optional to pass in an instance of an agent when creating a new ReasoningEngine instance (f3addc9)
  • Support creating multimodal datasets from a JSONL file containing Gemini requests (a323679)
  • Vertex AI Model Garden open model export SDK Public Preview (898109d)

Bug Fixes

  • Propagating import result sink correctly in the vertexai sdk. (184cca5)
  • Remove the xprof dependency from Vertex Tensorboard uploader. (1336b85)

Documentation

... (truncated)

Commits
  • f828c8d chore(main): release 1.88.0 (#5130)
  • 0478f10 feat: Add new template for AgentEngine
  • 126d10c feat: Add a module-level function to create a Gemini template config for sing...
  • f389020 chore: Add system tests for multimodal datasets
  • 0f1f10a feat: Add autoscaling_target_request_count_per_minute option in Preview model...
  • 6c1569b feat: Check if rubrics column is present before converting list of rubrics to...
  • f257298 feat: Model optimizer SDK support
  • 2d7bc32 feat: allow table targets in multi-region datasets when creating multimodal d...
  • 9f21b73 feat: Convert list of rubrics to a string before sending the API request. Thi...
  • 15df1f6 feat: Allow EvalTask to take dataset as a Google sheet - simplifying rubric ...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [google-cloud-aiplatform](https://github.com/googleapis/python-aiplatform) from 1.42.1 to 1.88.0.
- [Release notes](https://github.com/googleapis/python-aiplatform/releases)
- [Changelog](https://github.com/googleapis/python-aiplatform/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-aiplatform@v1.42.1...v1.88.0)

---
updated-dependencies:
- dependency-name: google-cloud-aiplatform
  dependency-version: 1.88.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 9, 2025
@github-actions github-actions Bot enabled auto-merge April 9, 2025 20:57
@sonarqubecloud

sonarqubecloud Bot commented Apr 9, 2025

Copy link
Copy Markdown

@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub ↗.

Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedgoogle-cloud-aiplatform@1.42.1 ⏵ 1.88.077 -14100100100100
Updatedgoogle-cloud-aiplatform@1.42.1 ⏵ 1.88.078 -14100100100100

View full report ↗

@dependabot @github

dependabot Bot commented on behalf of github Apr 17, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #321.

@dependabot dependabot Bot closed this Apr 17, 2025
auto-merge was automatically disabled April 17, 2025 20:20

Pull request was closed

@dependabot dependabot Bot deleted the dependabot/pip/google-cloud-aiplatform-1.88.0 branch April 17, 2025 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants