From 9c649c88673bb40043ee5a25d59efca287863a64 Mon Sep 17 00:00:00 2001 From: Jonathan Moody <103143855+moodyjon@users.noreply.github.com> Date: Wed, 3 Aug 2022 09:50:32 -0400 Subject: [PATCH] Bump to grpcio==1.46.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c022ed0..406ae26 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup( 'elasticsearch==7.10.1', 'hachoir==3.1.2', 'filetype==1.0.9', - 'grpcio==1.38.0', + 'grpcio==1.46.0', 'lbry-rocksdb==0.8.2', 'ujson==5.4.0' ],