Skip to content

build(deps): bump google-cloud-aiplatform from 1.42.1 to 1.67.0#239

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 18, 2024

Copy link
Copy Markdown
Contributor

Bumps google-cloud-aiplatform from 1.42.1 to 1.67.0.

Release notes

Sourced from google-cloud-aiplatform's releases.

v1.67.0

1.67.0 (2024-09-17)

Features

  • Add support for partial failures sink in import rag files. (07e471e)
  • Adding Feature Store Vector DB option for RAG corpuses to SDK (cfc3421)
  • Adding Pinecone Vector DB option for RAG corpuses to SDK (f78b953)
  • Adding Vertex Vector Search Vector DB option for RAG corpuses to SDK (f882657)
  • Allow customizing pipeline caching options for model evaluation jobs. (73490b2)
  • GenAI - Switched the GA version of the generative_models classes to use the v1 service APIs instead of v1beta1 (66d84af)

Bug Fixes

  • GenAI - Fixed GenerativeModel.compute_tokens for v1 API (0de2987)
  • Tensorboard - Fix error in tensorboard batch upload of nested dirs (ab157c8)

Documentation

  • Manually add summary overview page. (0bc608a)

v1.66.0

1.66.0 (2024-09-11)

Features

  • Add max_wait_duration option to custom jobs. (ee65917)
  • Add Ray 2.33 support to SDK Client Builder, remove deprecated protocol_version from ray client context. (708a67b)
  • Add support for version 2.33 for RoV Bigquery read/write, remove dead code from version 2.4 (a4b6c60)
  • Update Ray system tests to be compatible with new RoV 2.33 changes (8c7bf27)
  • Update setup.py for including Ray v2.33, restrict RoV prediction to 2.9.3 for now (71c6f3c)

Bug Fixes

  • Identify nested Vertex Tensorboard profile runs for uploading when standard event data is not present (0a08027)
  • Move region tag to include imports (6d1f7fd)
  • Move region tag to include imports (#4357) (6d1f7fd)
  • Rollback change to tensorboard uploader causing increased latency (879dbcd)

Documentation

  • Update SDK Job Submission with Ray v2.33 updated comments (7fda11f)

v1.65.0

... (truncated)

Changelog

Sourced from google-cloud-aiplatform's changelog.

1.67.0 (2024-09-17)

Features

  • Add support for partial failures sink in import rag files. (07e471e)
  • Adding Feature Store Vector DB option for RAG corpuses to SDK (cfc3421)
  • Adding Pinecone Vector DB option for RAG corpuses to SDK (f78b953)
  • Adding Vertex Vector Search Vector DB option for RAG corpuses to SDK (f882657)
  • Allow customizing pipeline caching options for model evaluation jobs. (73490b2)
  • GenAI - Switched the GA version of the generative_models classes to use the v1 service APIs instead of v1beta1 (66d84af)

Bug Fixes

  • GenAI - Fixed GenerativeModel.compute_tokens for v1 API (0de2987)
  • Tensorboard - Fix error in tensorboard batch upload of nested dirs (ab157c8)

Documentation

  • Manually add summary overview page. (0bc608a)

1.66.0 (2024-09-11)

Features

  • Add max_wait_duration option to custom jobs. (ee65917)
  • Add Ray 2.33 support to SDK Client Builder, remove deprecated protocol_version from ray client context. (708a67b)
  • Add support for version 2.33 for RoV Bigquery read/write, remove dead code from version 2.4 (a4b6c60)
  • Update Ray system tests to be compatible with new RoV 2.33 changes (8c7bf27)
  • Update setup.py for including Ray v2.33, restrict RoV prediction to 2.9.3 for now (71c6f3c)

Bug Fixes

  • Identify nested Vertex Tensorboard profile runs for uploading when standard event data is not present (0a08027)
  • Move region tag to include imports (6d1f7fd)
  • Move region tag to include imports (#4357) (6d1f7fd)
  • Rollback change to tensorboard uploader causing increased latency (879dbcd)

Documentation

  • Update SDK Job Submission with Ray v2.33 updated comments (7fda11f)

1.65.0 (2024-09-04)

... (truncated)

Commits
  • 10d9105 chore(main): release 1.67.0 (#4384)
  • ab157c8 fix: Tensorboard - Fix error in tensorboard batch upload of nested dirs
  • 0de2987 fix: GenAI - Fixed GenerativeModel.compute_tokens for v1 API
  • f882657 feat: Adding Vertex Vector Search Vector DB option for RAG corpuses to SDK
  • 07e471e feat: add support for partial failures sink in import rag files.
  • 66d84af feat: GenAI - Switched the GA version of the generative_models classes to u...
  • f78b953 feat: Adding Pinecone Vector DB option for RAG corpuses to SDK
  • a6cbb74 Copybara import of the project:
  • 32f5b25 chore: Bumped up mlflow version in extra requirements to enable autologging f...
  • e310e81 chore: Remove emukit
  • 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.67.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.67.0)

---
updated-dependencies:
- dependency-name: google-cloud-aiplatform
  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 Sep 18, 2024
@sonarqubecloud

Copy link
Copy Markdown

@socket-security

Copy link
Copy Markdown

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
pypi/google-cloud-aiplatform@1.66.0 environment, eval, filesystem, network, shell, unsafe 0 75.5 MB gcloudpypi, google_opensource

🚮 Removed packages: pypi/google-cloud-aiplatform@1.42.1

View full report↗︎

@github-actions github-actions Bot enabled auto-merge September 18, 2024 20:26
@dependabot @github

dependabot Bot commented on behalf of github Sep 19, 2024

Copy link
Copy Markdown
Contributor Author

Superseded by #241.

@dependabot dependabot Bot closed this Sep 19, 2024
auto-merge was automatically disabled September 19, 2024 21:04

Pull request was closed

@dependabot dependabot Bot deleted the dependabot/pip/google-cloud-aiplatform-1.67.0 branch September 19, 2024 21:04
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