File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dynamic = [
1313dependencies = [
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]
You can’t perform that action at this time.
0 commit comments