Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2025

Bumps google-cloud-aiplatform from 1.87.0 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)
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)
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.87.0 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.87.0...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. Used by Dependabot. python Pull requests for the Python Semantic Kernel labels Apr 14, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 14, 2025 22:31
@github-actions github-actions bot changed the title Bump google-cloud-aiplatform from 1.87.0 to 1.88.0 in /python Python: Bump google-cloud-aiplatform from 1.87.0 to 1.88.0 in /python Apr 14, 2025
@TaoChenOSU TaoChenOSU added this pull request to the merge queue Apr 17, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Apr 17, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 21, 2025

Superseded by #11670.

@dependabot dependabot bot closed this Apr 21, 2025
@dependabot dependabot bot deleted the dependabot/pip/python/google-cloud-aiplatform-1.88.0 branch April 21, 2025 23:00
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. Used by Dependabot. python Pull requests for the Python Semantic Kernel

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants