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.77.0 #236

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps google-cloud-aiplatform from 1.69.0 to 1.77.0.

Release notes

Sourced from google-cloud-aiplatform's releases.

v1.77.0

1.77.0 (2025-01-15)

Features

  • Add Context Cache to v1 (2148b18)
  • Add retrieval_config to ToolConfig v1 (2148b18)
  • Add retrieval_config to ToolConfig v1beta1 (2148b18)
  • Display button to view evaluation results in an Ipython environment. (30a9403)
  • Enable LangGraph Agent Templates in the Python Reasoning Engine Client (26a08c7)
  • Promote network_configs field to v2 API (2148b18)

Bug Fixes

  • Use typing.TYPE_CHECKING to differentiate pytype checks and runtime imports for pydantic. (0823323)

Documentation

  • Fix comment typo in eval_task.py (cabe522)
  • Improve description of enable_simple_view parameter (f019e18)

v1.76.0

1.76.0 (2025-01-06)

Features

  • Add a new thought field in content proto (67358fa)
  • Add Model Garden deploy API (67358fa)
  • Add required_replica to Vertex SDK (f5ddbb8)
  • Update v1beta1 sdk to support llmparser in import file functions (1eb493b)
  • Use TypeAliasType to define aliases for union types in generative models (2224c83)

Bug Fixes

  • Caching - Fixed an edge case where the contents arg could be None (ede0266)
  • Catch runtime errors in the import of TypeAliasType from typing_extensions (8497476)
  • EvalTask evaluation should only display experiment button once for ipython environments (88d2656)

Documentation

  • A comment for field labels in message .google.cloud.aiplatform.v1beta1.PublisherModel is changed (67358fa)
  • Add latest_stats_count to get_feature in FeatureGroup. (15bfb54)

v1.75.0

... (truncated)

Changelog

Sourced from google-cloud-aiplatform's changelog.

1.77.0 (2025-01-15)

Features

  • Add Context Cache to v1 (2148b18)
  • Add retrieval_config to ToolConfig v1 (2148b18)
  • Add retrieval_config to ToolConfig v1beta1 (2148b18)
  • Display button to view evaluation results in an Ipython environment. (30a9403)
  • Enable LangGraph Agent Templates in the Python Reasoning Engine Client (26a08c7)
  • Promote network_configs field to v2 API (2148b18)

Bug Fixes

  • Use typing.TYPE_CHECKING to differentiate pytype checks and runtime imports for pydantic. (0823323)

Documentation

  • Fix comment typo in eval_task.py (cabe522)
  • Improve description of enable_simple_view parameter (f019e18)

1.76.0 (2025-01-06)

Features

  • Add a new thought field in content proto (67358fa)
  • Add Model Garden deploy API (67358fa)
  • Add required_replica to Vertex SDK (f5ddbb8)
  • Update v1beta1 sdk to support llmparser in import file functions (1eb493b)
  • Use TypeAliasType to define aliases for union types in generative models (2224c83)

Bug Fixes

  • Caching - Fixed an edge case where the contents arg could be None (ede0266)
  • Catch runtime errors in the import of TypeAliasType from typing_extensions (8497476)
  • EvalTask evaluation should only display experiment button once for ipython environments (88d2656)

Documentation

  • A comment for field labels in message .google.cloud.aiplatform.v1beta1.PublisherModel is changed (67358fa)
  • Add latest_stats_count to get_feature in FeatureGroup. (15bfb54)

1.75.0 (2024-12-17)

... (truncated)

Commits
  • 8a8937a chore(main): release 1.77.0 (#4834)
  • 2148b18 Copybara import of the project:
  • 30a9403 feat: Display button to view evaluation results in an Ipython environment.
  • f019e18 docs: Improve description of enable_simple_view parameter
  • cabe522 docs: fix comment typo in eval_task.py
  • 26a08c7 feat: Enable LangGraph Agent Templates in the Python Reasoning Engine Client
  • a2c06d4 chore: Skip empty chunk data in streaming.
  • 0823323 fix: Use typing.TYPE_CHECKING to differentiate pytype checks and runtime impo...
  • 73fa981 chore: Add Vertex Prediction TF 2.14-2.15, PyTorch 2.2-2.4, Sklearn 1.4-1.5, ...
  • c502369 chore(main): release 1.76.0 (#4801)
  • 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.77.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.77.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 January 20, 2025 16:06
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 20, 2025
@dependabot dependabot bot requested a review from a team as a code owner January 20, 2025 16:06
@dependabot dependabot bot added the python Pull requests that update Python code label Jan 20, 2025
@dpebot
Copy link
Collaborator

dpebot commented Jan 20, 2025

/gcbrun

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 27, 2025

Superseded by #237.

@dependabot dependabot bot closed this Jan 27, 2025
@dependabot dependabot bot deleted the dependabot/pip/google-cloud-aiplatform-1.77.0 branch January 27, 2025 17:01
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