Skip to content

Commit 464e6d1

Browse files
authored
Replace grpcio-tools version pin with range from nanopb (#55)
grpcio-tools is pinned to >=1.43 in nanopb (where it's consumed), so match this behavior. This was previously causing grpcio-tools to be downloaded upon every firmware build when the grpcio-tools version is not latest.
1 parent 82dfc3d commit 464e6d1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
platformio==6.1.19
22
nanopb==0.4.9.1
3-
grpcio-tools==1.82.1
43
adafruit-nrfutil==0.5.3.post16
54
meshtastic==2.7.11
5+
# Match grpcio-tools version pinning from nanopb (where it's consumed)
6+
# but cap it below 2.x so a major release can't break the build unannounced.
7+
grpcio-tools>=1.43.0,<2

0 commit comments

Comments
 (0)