Skip to content

Commit d737238

Browse files
authored
RSDK-10026 Update protobuf to 5.29.2 (#851)
1 parent 37f5f1f commit d737238

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/update_protos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: arduino/setup-protoc@v3
1919
with:
2020
repo-token: ${{ secrets.GITHUB_TOKEN }}
21-
version: "29.1"
21+
version: "29.2"
2222

2323
- name: Install uv
2424
uses: astral-sh/setup-uv@v3

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ buf: clean
1616
rm -rf src/viam/gen
1717
chmod +x plugin/main.py
1818
uv pip install protoletariat
19-
uv pip install protobuf==5.29.1
19+
uv pip install protobuf==5.29.2
2020
$(eval API_VERSION := $(shell grep 'API_VERSION' src/viam/version_metadata.py | awk -F '"' '{print $$2}'))
2121
buf generate buf.build/viamrobotics/api:${API_VERSION}
2222
buf generate buf.build/viamrobotics/goutils

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dynamic = [
1313
dependencies = [
1414
"googleapis-common-protos>=1.65.0",
1515
"grpclib>=0.4.7",
16-
"protobuf==5.29.1",
16+
"protobuf==5.29.2",
1717
"typing-extensions>=4.12.2",
1818
"pymongo>=4.10.1"
1919
]

0 commit comments

Comments
 (0)