Skip to content

Bump protobuf from 5.29.5 to 6.33.5 in /backend#1

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/backend/protobuf-6.33.5
Open

Bump protobuf from 5.29.5 to 6.33.5 in /backend#1
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/backend/protobuf-6.33.5

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Jan 31, 2026

Bumps protobuf from 5.29.5 to 6.33.5.

Release notes

Sourced from protobuf's releases.

Protocol Buffers v34.0-rc1

Announcements

Bazel

Compiler

C++

... (truncated)

Commits

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.29.5 to 6.33.5.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

---
updated-dependencies:
- dependency-name: protobuf
  dependency-version: 6.33.5
  dependency-type: direct:production
...

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 Jan 31, 2026
@kilo-code-bot
Copy link
Copy Markdown

kilo-code-bot bot commented Jan 31, 2026

Code Review Summary

Status: 1 Issue Found | Recommendation: Test before merge

Overview

Severity Count
CRITICAL 0
WARNING 1
SUGGESTION 0
Issue Details (click to expand)

WARNING

File Line Issue
backend/requirements.txt 75 Major version upgrade with breaking changes
Analysis

Major Version Upgrade: protobuf 5.29.5 → 6.33.5

This Dependabot PR upgrades protobuf from v5 to v6, which includes breaking changes according to the release notes. While your codebase doesn't directly import protobuf, it's a transitive dependency of several Google packages:

  • google-ai-generativelanguage
  • google-api-core
  • google-api-python-client
  • google-auth
  • google-genai
  • google-generativeai
  • googleapis-common-protos
  • grpcio
  • grpcio-status

Python-specific breaking changes mentioned in v34.0-rc1:

  • Raises TypeError when converting non-timedelta to Duration or non-datetime to Timestamp (previously raised AttributeError)
  • Removed deprecated FieldDescriptor.label API
  • Removed float_format/double_format from text_format
  • Removed float_precision from json_format
  • Raises errors when assigning bool to int/enum fields

Recommendation:

  1. Run your full test suite to ensure no compatibility issues
  2. Test all functionality that uses Google APIs or gRPC
  3. Monitor for any runtime errors after deployment
  4. If issues arise, consider pinning to protobuf<6.0.0 until dependencies are updated
Files Reviewed (1 file)
  • backend/requirements.txt - 1 warning

Fix these issues in Kilo Cloud

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