File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
- uses : arduino/setup-protoc@v3
19
19
with :
20
20
repo-token : ${{ secrets.GITHUB_TOKEN }}
21
- version : " 29.1 "
21
+ version : " 29.2 "
22
22
23
23
- name : Install uv
24
24
uses : astral-sh/setup-uv@v3
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ buf: clean
16
16
rm -rf src/viam/gen
17
17
chmod +x plugin/main.py
18
18
uv pip install protoletariat
19
- uv pip install protobuf==5.29.1
19
+ uv pip install protobuf==5.29.2
20
20
$(eval API_VERSION := $(shell grep 'API_VERSION' src/viam/version_metadata.py | awk -F '"' '{print $$2}') )
21
21
buf generate buf.build/viamrobotics/api:${API_VERSION}
22
22
buf generate buf.build/viamrobotics/goutils
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dynamic = [
13
13
dependencies = [
14
14
" googleapis-common-protos>=1.65.0" ,
15
15
" grpclib>=0.4.7" ,
16
- " protobuf==5.29.1 " ,
16
+ " protobuf==5.29.2 " ,
17
17
" typing-extensions>=4.12.2" ,
18
18
" pymongo>=4.10.1"
19
19
]
You can’t perform that action at this time.
0 commit comments