chore(deps): update pip#2774
Conversation
|
/gcbrun |
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request performs a routine dependency update, upgrading the Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request updates the google-genai dependency to version 1.68.0. This new version includes several breaking changes related to its [Interactions] API, as noted in the release notes. The code samples in this repository, particularly docs/en/samples/pre_post_processing/python/adk/agent.py which uses the google-adk library, are likely to be affected and may break with this update. The google-adk library is for building agents and probably relies on the Interactions API that has changed. This dependency update should not be merged without verifying that all Python samples continue to work and updating them if necessary to be compatible with the new version.
| google-adk[toolbox]==1.27.2 | ||
| toolbox-adk==0.7.0 | ||
| google-genai==1.67.0 | ||
| google-genai==1.68.0 |
There was a problem hiding this comment.
Updating google-genai to v1.68.0 introduces breaking changes to the [Interactions] API, as mentioned in the release notes. The agent.py sample uses the google-adk library, which likely depends on this API. This update will probably break the sample code. Before merging, the sample code must be tested against this new version and updated to be compatible with the breaking changes.
| @@ -1,3 +1,3 @@ | |||
| google-genai==1.67.0 | |||
| google-genai==1.68.0 | |||
There was a problem hiding this comment.
This update to google-genai to v1.68.0 includes breaking changes. While the associated quickstart.py sample appears to use the core generate_content API which may not be affected, it's crucial to verify its functionality with this new version before merging. Automated dependency bumps for versions with breaking changes require manual verification.
affa1e2 to
4d9aff5
Compare
|
/gcbrun |
4d9aff5 to
edf8a41
Compare
|
/gcbrun |
edf8a41 to
ece0917
Compare
|
/gcbrun |
1 similar comment
|
/gcbrun |
|
/gcbrun |
1 similar comment
|
/gcbrun |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
==1.67.0→==1.68.0==1.2.12→==1.2.13==1.1.2→==1.1.3==0.8.7→==0.9.0Release Notes
googleapis/python-genai (google-genai)
v1.68.0Compare Source
Breaking changes
Features
Bug Fixes
attempts=0asattempts=1in retry options to ensure no retries (2856c0a)Documentation
langchain-ai/langgraph (langgraph)
v1.1.3: langgraph==1.1.3Compare Source
Changes since 1.1.2
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.