Skip to content

Commit 6d5cfb8

Browse files
arduanoallenporterCopilot
authored
fix: align protobuf runtime constraint with checked-in B01 gencode (#803)
* fix(protobuf): require v6 runtime for checked-in gencode * docs(protobuf): trim proto regeneration comment * chore: Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * chore: Update protobuf version in uv.lock --------- Co-authored-by: Allen Porter <allen.porter@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1d04a58 commit 6d5cfb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"pycryptodomex~=3.18 ; sys_platform == 'darwin'",
2626
"paho-mqtt>=1.6.1,<3.0.0",
2727
"construct>=2.10.57,<3",
28-
"protobuf>=5,<7",
28+
"protobuf>=6.31.1,<7",
2929
"vacuum-map-parser-roborock",
3030
"pyrate-limiter>=4.0.0,<5",
3131
"aiomqtt>=2.5.0,<3",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)