Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump google-cloud-aiplatform from 1.69.0 to 1.80.0 #244

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

Bumps google-cloud-aiplatform from 1.69.0 to 1.80.0.

Release notes

Sourced from google-cloud-aiplatform's releases.

v1.80.0

1.80.0 (2025-02-11)

Features

  • Add notebook helper functions to preview eval SDK to display and visualize evaluation results in an IPython environment (1ab4344)
  • Add vertex_registry_source to create_feature_view method (0abe0b7)
  • Support global endpoint natively (d4cae46)
  • Support Python 3.12 for reasoning engine. (1624a23)
  • Upload dataset URI, metric criteria, and rating rubrics used in an evaluation to GCS. (aabb579)

Bug Fixes

  • Handle the streaming of JSON delimited by newlines (acc82c5)
  • Use GA generative_models path in tune_autorater to make it consistent with model parameter in Rapid Eval SDK evaluate function (ef596f5)

Documentation

  • Fix minor typos in generative model readme. (d0ef994)

v1.79.0

1.79.0 (2025-01-28)

Features

  • Add machine_spec, data_persistent_disk_spec, network_spec, euc_config, shielded_vm_config to .google.cloud.aiplatform.v1beta1.NotebookRuntime (4620e6f)
  • Add machine_spec, data_persistent_disk_spec, network_spec, euc_config, shielded_vm_config to message .google.cloud.aiplatform.v1.NotebookRuntime (4620e6f)
  • Add per-modality token count break downs for GenAI APIs (4620e6f)
  • Add per-modality token count break downs for GenAI APIs (4620e6f)
  • Add speculative decoding spec to DeployedModel proto (4620e6f)
  • Enable FeatureGroup IAM Methods in v1beta1 API version (4620e6f)
  • Enable FeatureView Service Account in v1 API version (4620e6f)
  • Enable UpdateFeatureMonitor in v1beta1 API version (4620e6f)
  • Expose code execution tool API to v1 (4620e6f)
  • GenAI Evaluation: Release GenAI Evaluation SDK Autorater Config/Tuning/Evaluation to vertexai.preview module. (4531d08)
  • Reasoning Engine v1 GAPIC release (4620e6f)
  • Remove autorater config related visibility v1beta1 (4620e6f)
  • Update supported locations (50a66b7)
  • Upload aggregate metrics and generative models used in an evaluation to GCS. (713ffac)

Documentation

  • Deprecate is_default in message .google.cloud.aiplatform.v1.NotebookRuntimeTemplate (4620e6f)
  • Deprecate is_default in message .google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate (4620e6f)
  • Deprecate service_account in message .google.cloud.aiplatform.v1.NotebookRuntime (4620e6f)

... (truncated)

Changelog

Sourced from google-cloud-aiplatform's changelog.

1.80.0 (2025-02-11)

Features

  • Add notebook helper functions to preview eval SDK to display and visualize evaluation results in an IPython environment (1ab4344)
  • Add vertex_registry_source to create_feature_view method (0abe0b7)
  • Support global endpoint natively (d4cae46)
  • Support Python 3.12 for reasoning engine. (1624a23)
  • Upload dataset URI, metric criteria, and rating rubrics used in an evaluation to GCS. (aabb579)

Bug Fixes

  • Handle the streaming of JSON delimited by newlines (acc82c5)
  • Use GA generative_models path in tune_autorater to make it consistent with model parameter in Rapid Eval SDK evaluate function (ef596f5)

Documentation

  • Fix minor typos in generative model readme. (d0ef994)

1.79.0 (2025-01-28)

Features

  • Add machine_spec, data_persistent_disk_spec, network_spec, euc_config, shielded_vm_config to .google.cloud.aiplatform.v1beta1.NotebookRuntime (4620e6f)
  • Add machine_spec, data_persistent_disk_spec, network_spec, euc_config, shielded_vm_config to message .google.cloud.aiplatform.v1.NotebookRuntime (4620e6f)
  • Add per-modality token count break downs for GenAI APIs (4620e6f)
  • Add per-modality token count break downs for GenAI APIs (4620e6f)
  • Add speculative decoding spec to DeployedModel proto (4620e6f)
  • Enable FeatureGroup IAM Methods in v1beta1 API version (4620e6f)
  • Enable FeatureView Service Account in v1 API version (4620e6f)
  • Enable UpdateFeatureMonitor in v1beta1 API version (4620e6f)
  • Expose code execution tool API to v1 (4620e6f)
  • GenAI Evaluation: Release GenAI Evaluation SDK Autorater Config/Tuning/Evaluation to vertexai.preview module. (4531d08)
  • Reasoning Engine v1 GAPIC release (4620e6f)
  • Remove autorater config related visibility v1beta1 (4620e6f)
  • Update supported locations (50a66b7)
  • Upload aggregate metrics and generative models used in an evaluation to GCS. (713ffac)

Documentation

  • Deprecate is_default in message .google.cloud.aiplatform.v1.NotebookRuntimeTemplate (4620e6f)
  • Deprecate is_default in message .google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate (4620e6f)
  • Deprecate service_account in message .google.cloud.aiplatform.v1.NotebookRuntime (4620e6f)
  • Deprecate service_account in message .google.cloud.aiplatform.v1.NotebookRuntimeTemplate (4620e6f)
  • Deprecate service_account in message .google.cloud.aiplatform.v1beta1.NotebookRuntime (4620e6f)

... (truncated)

Commits
  • 0aedb1e chore(main): release 1.80.0 (#4931)
  • d0ef994 docs: Fix minor typos in generative model readme.
  • 1ab4344 feat: Add notebook helper functions to preview eval SDK to display and visual...
  • 0abe0b7 feat: add vertex_registry_source to create_feature_view method
  • 1624a23 feat: Support Python 3.12 for reasoning engine.
  • aabb579 feat: Upload dataset URI, metric criteria, and rating rubrics used in an eval...
  • d4cae46 feat: Support global endpoint natively
  • d205601 chore: fix unit test assertions
  • 58fbabd chore: Update output_dimensionality docstring to a more generic description.
  • ef596f5 fix: Use GA generative_models path in tune_autorater to make it consistent ...
  • 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.69.0 to 1.80.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.69.0...v1.80.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from davidcavazos and a team as code owners February 17, 2025 17:00
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 17, 2025
@dependabot dependabot bot requested a review from a team as a code owner February 17, 2025 17:00
@dpebot
Copy link
Collaborator

dpebot commented Feb 17, 2025

/gcbrun

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 ignore-for-release python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant