Commit 5bab9c0
committed
Fix conflicting minimum dependencies
There was not possible to install minimum versions
for grpcio-tools==1.51.1 and protobuf==4.21
because these package versions have conflicting dependencies.
The conflict was caused by:
The user requested protobuf==4.21
grpcio-tools 1.51.1 depends on protobuf<5.0dev and >=4.21.6
So the patch version of protobuf was updated to mitigate
the conflict.
Signed-off-by: Daniel Zullo <[email protected]>1 parent 252c1f9 commit 5bab9c0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments