chore(deps): update dependency protobuf to v7#14253
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the protobuf dependency version in gemma2/requirements.txt from 5.29.5 to 7.35.0. However, this upgrade introduces a dependency conflict with google-cloud-aiplatform, which requires protobuf < 6.0.0dev. It is recommended to revert this change to avoid breaking the installation.
| @@ -1,2 +1,2 @@ | |||
| google-cloud-aiplatform[all]==1.64.0 | |||
| protobuf==5.29.5 | |||
| protobuf==7.35.0 | |||
There was a problem hiding this comment.
Upgrading protobuf to 7.35.0 (v7) will cause a dependency conflict with google-cloud-aiplatform[all]==1.64.0. google-cloud-aiplatform depends on google-api-core, which currently restricts protobuf to < 6.0.0dev. Upgrading to v7 will break installation via pip install due to this conflict. It is recommended to keep protobuf at 5.29.5 until google-cloud-aiplatform and google-api-core support protobuf v7.
protobuf==5.29.5
This PR contains the following updates:
==5.29.5→==7.35.0Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.