Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps google-cloud-aiplatform from 1.60.0 to 1.69.0.

Release notes

Sourced from google-cloud-aiplatform's releases.

v1.69.0

1.69.0 (2024-10-01)

Features

  • Add rerun method to pipeline job preview client. (29dec74)

Bug Fixes

  • GenAI - Fixed from_dict methods (3090812)

v1.68.0

1.68.0 (2024-09-24)

Features

  • A new field response_logprbs is added to message .google.cloud.aiplatform.v1.GenerationConfig (#4410) (470933f)
  • Add support for partial failures sink in import rag files. (8070411)
  • Add support for SharePoint as a ImportRagFiles source. (f89df1f)
  • Adding Vertex Vector Search Vector DB option for RAG corpuses to SDK (d4193f2)
  • Batch_predict method generally-available at TextEmbeddingModel. (73c0dae)
  • GenAI - Add model routing config to sdk (c0626fe)
  • GenAI - Add support for logprobs and response_logprobs. (7acf0f7)

Bug Fixes

  • Fix rag corpus creation error (d25edce)
  • Fix typo in eval_task docstring (86fc215)
  • Fix typos in evaluation example metric prompt templates. (5f4d586)
  • GenAI - Fixed GenerativeModel.compute_tokens for v1 API (4637b4c)
  • Tensorboard - Fix error in tensorboard batch upload of nested dirs (86be328)

Documentation

v1.67.1

1.67.1 (2024-09-18)

Bug Fixes

  • Fix rag corpus creation error (6083b93)

... (truncated)

Changelog

Sourced from google-cloud-aiplatform's changelog.

1.69.0 (2024-10-01)

Features

  • Add rerun method to pipeline job preview client. (29dec74)

Bug Fixes

  • GenAI - Fixed from_dict methods (3090812)

1.68.0 (2024-09-24)

Features

  • A new field response_logprbs is added to message .google.cloud.aiplatform.v1.GenerationConfig (#4410) (470933f)
  • Add support for partial failures sink in import rag files. (8070411)
  • Add support for SharePoint as a ImportRagFiles source. (f89df1f)
  • Adding Vertex Vector Search Vector DB option for RAG corpuses to SDK (d4193f2)
  • Batch_predict method generally-available at TextEmbeddingModel. (73c0dae)
  • GenAI - Add model routing config to sdk (c0626fe)
  • GenAI - Add support for logprobs and response_logprobs. (7acf0f7)

Bug Fixes

  • Fix rag corpus creation error (d25edce)
  • Fix typo in eval_task docstring (86fc215)
  • Fix typos in evaluation example metric prompt templates. (5f4d586)
  • GenAI - Fixed GenerativeModel.compute_tokens for v1 API (4637b4c)
  • Tensorboard - Fix error in tensorboard batch upload of nested dirs (86be328)

Documentation

1.67.1 (2024-09-18)

Bug Fixes

  • Fix rag corpus creation error (6083b93)

1.67.0 (2024-09-17)

... (truncated)

Commits
  • cbb71cd chore(main): release 1.69.0 (#4456)
  • d591101 chore: Rollback: GenAI - Part.function_call.args is now a proper dict
  • 427bd75 chore: GenAI - Part.function_call.args is now a proper dict
  • f6e0a5a chore: Adds tests for camelCase and snake_case proto field naming.
  • 3090812 fix: GenAI - Fixed from_dict methods
  • 29dec74 feat: Add rerun method to pipeline job preview client.
  • 44766a0 chore: Tokenization - Add gemini-1.5-flash-002 and gemini-1.5-pro-002 to the ...
  • 950fbbc Copybara import of the project:
  • c442b92 test: Verify gemini-1.5.pro-002 and gemini-1.5-flash-002 tokenizer in system ...
  • c1f4425 chore(main): release 1.68.0 (#4430)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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.60.0 to 1.69.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.60.0...v1.69.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 7, 2024
Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Disclaimer: Experimental PR review

PR Summary

This pull request updates the development dependency google-cloud-aiplatform from version 1.60.0 to 1.69.0 in the langfuse-python repository.

  • Updated google-cloud-aiplatform in pyproject.toml from 1.60.0 to 1.69.0 under [tool.poetry.group.dev.dependencies]
  • New version includes features like support for SharePoint in ImportRagFiles and Vertex Vector Search for RAG corpuses
  • Fixes several bugs, including issues with RAG corpus creation and GenerativeModel.compute_tokens for v1 API
  • Adds new functionality such as rerun method for pipeline job preview client and support for logprobs in GenerationConfig

No file(s) reviewed, no comment(s)
Edit PR Review Bot Settings

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 9, 2024

Superseded by #959.

@dependabot dependabot bot closed this Oct 9, 2024
@dependabot dependabot bot deleted the dependabot/pip/google-cloud-aiplatform-1.69.0 branch October 9, 2024 05:58
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant