Skip to content

Commit

Permalink
Bump protobuf to 5.26.0
Browse files Browse the repository at this point in the history
changelog: protocolbuffers/protobuf@v25.1...v26.0

There is a memory leak fix for python
  • Loading branch information
bdraco committed Mar 14, 2024
1 parent 34b1f84 commit 30e7671
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ pyOpenSSL>=24.0.0

# protobuf must be in package constraints for the wheel
# builder to build binary wheels
protobuf==4.25.1
protobuf==5.26.0

# faust-cchardet: Ensure we have a version we can build wheels
# 2.1.18 is the first version that works with our wheel builder
Expand Down
2 changes: 1 addition & 1 deletion script/gen_requirements_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
# protobuf must be in package constraints for the wheel
# builder to build binary wheels
protobuf==4.25.1
protobuf==5.26.0
# faust-cchardet: Ensure we have a version we can build wheels
# 2.1.18 is the first version that works with our wheel builder
Expand Down

0 comments on commit 30e7671

Please sign in to comment.