This repository was archived by the owner on Mar 8, 2020. It is now read-only.
Commit a548f0f
committed
Use version range for grpcio instead of exact version
Fixed version of grpcio is causing error when an application needs to use
newer compatible grpcio:
bblfsh 2.11.2 has requirement grpcio==1.13.0, but you'll have grpcio 1.17.0
which is incompatible.
In my case I stumbled on this bug that is fixed in newer grpcio:
grpc/grpc#14088
Signed-off-by: Maxim Sukharev <[email protected]>1 parent e8483d9 commit a548f0f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | | - | |
| 275 | + | |
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
| |||
0 commit comments