-
Notifications
You must be signed in to change notification settings - Fork 222
chore(deps-dev): bump google-cloud-aiplatform from 1.60.0 to 1.70.0 #959
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
Conversation
There was a problem hiding this 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 'google-cloud-aiplatform' dependency from version 1.60.0 to 1.70.0, introducing new features and improvements to the Vertex AI platform.
- Added dynamic retrieval API and update_corpus method for Vertex RAG
- Introduced TunedModelRef and RebaseTunedModel API for Vertex GenAiTuningService
- Added new safety filter levels to Vertex AI Image Generation API
- Implemented automatic ending of Experiment runs when Tensorboard CustomJob completes
- Added support for partial failures sink in import RAG files and SharePoint as an ImportRagFiles source
No file(s) reviewed, no comment(s)
Edit PR Review Bot Settings
ddb2223 to
40c15cf
Compare
There was a problem hiding this 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
(updates since last review)
This pull request updates the google-cloud-aiplatform dependency from version 1.60.0 to 1.70.0, introducing several new features and improvements to the Langfuse Python SDK.
- Updated LlamaIndex integration with new
LlamaIndexInstrumentorclass inlangfuse/llama_index/_instrumentor.py - Changed
start_datefield type fromOptional[dt.date]toOptional[dt.datetime]inModelclass - Added new files for LlamaIndex integration:
_context.py,_event_handler.py,_span_handler.py, and_types.py - Removed
langfuse/llama_index/span_handler.py, potentially affecting existing LlamaIndex integrations - Enhanced error logging in
LangfuseDecoratorclass for improved debugging capabilities
19 file(s) reviewed, 1 comment(s)
Edit PR Review Bot Settings | Greptile
40c15cf to
b7f774d
Compare
There was a problem hiding this 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
(updates since last review)
This pull request updates the google-cloud-aiplatform dependency from version 1.60.0 to 1.70.0, introducing changes to the LangchainCallbackHandler class and related tests.
Key changes:
- Enhanced LangchainCallbackHandler in
langfuse/callback/langchain.pyto handle tools in the__on_llm_actionmethod - Added new test function
test_callback_openai_functions_with_tools()intests/test_langchain.py - Imported StructuredTool from langchain_core.tools in the test file
- Updated LangchainCallbackHandler to extend prompts list with tool information when available
- Improved handling of tool-related data in LLM interactions
2 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
b7f774d to
03404ea
Compare
There was a problem hiding this 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
(updates since last review)
This pull request updates the version of the 'google-cloud-aiplatform' dependency from 1.60.0 to 1.70.0 and includes minor version updates to the Langfuse package.
- Updated
langfuse/version.pyfrom 2.52.0 to 2.52.1, indicating a minor version bump - Modified
pyproject.tomlto reflect the google-cloud-aiplatform update and Langfuse version change - Enhanced
LangchainCallbackHandlerinlangfuse/callback/langchain.pyto handle tools in the__on_llm_actionmethod - Added new test function
test_callback_openai_functions_with_tools()intests/test_langchain.py - Improved handling of tool-related data in LLM interactions within the LangchainCallbackHandler
2 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
Bumps [google-cloud-aiplatform](https://github.com/googleapis/python-aiplatform) from 1.60.0 to 1.70.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.70.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>
03404ea to
6082271
Compare
There was a problem hiding this 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
(updates since last review)
This pull request updates the google-cloud-aiplatform dependency from version 1.60.0 to 1.70.0, introducing minor changes and improvements to the Langfuse Python SDK.
- Added 'DeepInfra' model to models_by_pattern list in
extract_model.py - Removed '[BETA]' tag from LlamaIndexInstrumentor class docstring in
_instrumentor.py - Deprecated LlamaIndexCallbackHandler in favor of LlamaIndexInstrumentor in
llama_index.py - Improved error handling for None responses from OpenAI in
openai.py - Updated Langfuse SDK version to 2.52.2 in
version.pyandpyproject.toml
6 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
|
Superseded by #983. |
Bumps google-cloud-aiplatform from 1.60.0 to 1.70.0.
Release notes
Sourced from google-cloud-aiplatform's releases.
... (truncated)
Changelog
Sourced from google-cloud-aiplatform's changelog.
... (truncated)
Commits
218b05cchore(main): release 1.70.0 (#4494)72b76d8chore: change 3p db fields to optional09353cffeat: add update_corpus method for vertex ragb1d5007feat: Vision Models - Add new safety filter levels to Vertex AI Image Generat...1e49799chore: GenAI -Part.function_call.argsis now a properdictca4d8c6chore: Samples - Update name in sample to retrieve experiment backing tensorb...30cf221feat: Automatically end Experiment runs when Tensorboard CustomJob is complete2b8ae76chore: make Gemini API reference more prominent09ea389chore: Automatically populating Schema.property_ordering in function declarat...66572e0chore: Automatically populating Schema.property_ordering in function declarat...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)