Skip to content

build(deps): bump google-cloud-aiplatform from 1.42.1 to 1.50.0#164

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 3, 2024

Copy link
Copy Markdown
Contributor

Bumps google-cloud-aiplatform from 1.42.1 to 1.50.0.

Release notes

Sourced from google-cloud-aiplatform's releases.

v1.50.0

1.50.0 (2024-05-02)

Features

  • Add Candidate.grounding_metadata property (b22a8b8)
  • Add option to not include time_series_metrics in get_experiment_df call. This will improve execution time for Experiments with large number of runs. (78a95c5)
  • Add tune_model and deploy_tuned_model for TextEmbeddingModel. (42f5d6f)
  • Automatically populate parents for full resource name in Vertex RAG SDK (26657ff)
  • Deploy a tuned text embedding model -- it doesn't matter, if it's tuned using Node.js, or curl. (8ca9cdf)
  • Make get_embeddings work both for foundational & tuned models. (b8b589c)
  • Python SDK for Vertex Model Monitoring V2. (021d59f)
  • Support public endpoint for Ray Client (57a5f78)

Bug Fixes

  • Add deprecation warnings when using Ray v2.4 (3a36784)
  • Append allowed_plugins in tb-gcp-uploader to default allowed plugins (aab9c3e)
  • LLM - Added missing parameters to the no-op _TunableTextEmbeddingModelMixin.get_tuned_model method (eb05ac4)
  • LVM - Fixed the typo in the VisionModel aspect ratio type annotation (2d19137)
  • Move torch import (e6d34df)
  • Ray - Fixed exception when using Ray 2.4 (2661f52)

v1.49.0

1.49.0 (2024-04-27)

Features

  • Add additional parameters for GenerationConfig (0599ca1)
  • Add FeatureNormType to MatchingEngineIndexConfig. (c0e7acc)
  • Add mappings to pipeline templates for text-embedding models. (6279924)
  • Add support for TPU v5 lite pod(v5e) for custom training jobs. Custom training jobs now accept the v5e machine types as listed in https://cloud.google.com/tpu/docs/tpus-in-gke#v5e. (415912e)
  • Fix typo in Vertex Feature Store SDK. (b5404e7)
  • GenAI - Improved the exception messages when candidates, parts or text are not available (e82264d)
  • Support PreflightValidation in Preview PipelineJob submit function. (e88dc0d)
  • Tune_model method for class TextEmbeddingModel. (3eda55d)
  • Vertex RAG for enhanced generative AI (39b5149)

Bug Fixes

  • GCS Bucket subdirectory not being creating while using ReasoningEngine create method (3d22a18)
  • GenAI - Fixed the Part.mime_type property (819a44e)
  • Handle missing import for RunnableConfig when generating schema for LangChain templates (76c5d6d)
  • Parse intermediate steps from LangChain into JSON. (754c89d)
  • Register TensorFlow models from Ray checkpoints for more recent TensorFlow version, addressing the deprecation of SavedModel format in keras 3 (1341e2c)
  • Tensorboard uploader - move remaining tensorboard uploader code to aiplatform (f34094b)

... (truncated)

Changelog

Sourced from google-cloud-aiplatform's changelog.

1.50.0 (2024-05-02)

Features

  • Add Candidate.grounding_metadata property (b22a8b8)
  • Add option to not include time_series_metrics in get_experiment_df call. This will improve execution time for Experiments with large number of runs. (78a95c5)
  • Add tune_model and deploy_tuned_model for TextEmbeddingModel. (42f5d6f)
  • Automatically populate parents for full resource name in Vertex RAG SDK (26657ff)
  • Deploy a tuned text embedding model -- it doesn't matter, if it's tuned using Node.js, or curl. (8ca9cdf)
  • Make get_embeddings work both for foundational & tuned models. (b8b589c)
  • Python SDK for Vertex Model Monitoring V2. (021d59f)
  • Support public endpoint for Ray Client (57a5f78)

Bug Fixes

  • Add deprecation warnings when using Ray v2.4 (3a36784)
  • Append allowed_plugins in tb-gcp-uploader to default allowed plugins (aab9c3e)
  • LLM - Added missing parameters to the no-op _TunableTextEmbeddingModelMixin.get_tuned_model method (eb05ac4)
  • LVM - Fixed the typo in the VisionModel aspect ratio type annotation (2d19137)
  • Move torch import (e6d34df)
  • Ray - Fixed exception when using Ray 2.4 (2661f52)

1.49.0 (2024-04-27)

Features

  • Add additional parameters for GenerationConfig (0599ca1)
  • Add FeatureNormType to MatchingEngineIndexConfig. (c0e7acc)
  • Add mappings to pipeline templates for text-embedding models. (6279924)
  • Add support for TPU v5 lite pod(v5e) for custom training jobs. Custom training jobs now accept the v5e machine types as listed in https://cloud.google.com/tpu/docs/tpus-in-gke#v5e. (415912e)
  • Fix typo in Vertex Feature Store SDK. (b5404e7)
  • GenAI - Improved the exception messages when candidates, parts or text are not available (e82264d)
  • Support PreflightValidation in Preview PipelineJob submit function. (e88dc0d)
  • Tune_model method for class TextEmbeddingModel. (3eda55d)
  • Vertex RAG for enhanced generative AI (39b5149)

Bug Fixes

  • GCS Bucket subdirectory not being creating while using ReasoningEngine create method (3d22a18)
  • GenAI - Fixed the Part.mime_type property (819a44e)
  • Handle missing import for RunnableConfig when generating schema for LangChain templates (76c5d6d)
  • Parse intermediate steps from LangChain into JSON. (754c89d)
  • Register TensorFlow models from Ray checkpoints for more recent TensorFlow version, addressing the deprecation of SavedModel format in keras 3 (1341e2c)
  • Tensorboard uploader - move remaining tensorboard uploader code to aiplatform (f34094b)

1.48.0 (2024-04-17)

... (truncated)

Commits
  • d1e2012 chore(main): release 1.50.0 (#3695)
  • 2661f52 fix: Ray - Fixed exception when using Ray 2.4
  • eb05ac4 fix: LLM - Added missing parameters to the no-op `_TunableTextEmbeddingModelM...
  • 78a95c5 feat: Add option to not include time_series_metrics in get_experiment_df call...
  • 57a5f78 feat: Support public endpoint for Ray Client
  • 4ce2f60 chore: Add more system test cases for reasoning engines.
  • 42f5d6f feat: Add tune_model and deploy_tuned_model for TextEmbeddingModel.
  • 021d59f feat: Python SDK for Vertex Model Monitoring V2.
  • 26657ff feat: Automatically populate parents for full resource name in Vertex RAG SDK
  • 2d19137 fix: LVM - Fixed the typo in the VisionModel aspect ratio type annotation
  • 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.50.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.50.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 May 3, 2024
@github-actions github-actions Bot enabled auto-merge May 3, 2024 20:30
@sonarqubecloud

sonarqubecloud Bot commented May 3, 2024

Copy link
Copy Markdown

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@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.50.0 environment, eval, filesystem, network, shell, unsafe 0 68 MB gcloudpypi, google_opensource

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

View full report↗︎

@dependabot @github

dependabot Bot commented on behalf of github May 10, 2024

Copy link
Copy Markdown
Contributor Author

Superseded by #170.

@dependabot dependabot Bot closed this May 10, 2024
auto-merge was automatically disabled May 10, 2024 20:56

Pull request was closed

@dependabot dependabot Bot deleted the dependabot/pip/google-cloud-aiplatform-1.50.0 branch May 10, 2024 20:56
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