From 42525923dc1ef26d0137362aa62b3e1b846a8ec9 Mon Sep 17 00:00:00 2001 From: Tony Au-Yeung Date: Fri, 11 Oct 2024 14:44:34 -0500 Subject: [PATCH] Update src/python/library/requirements/requirements_grpc.txt Co-authored-by: Jacky <18255193+kthui@users.noreply.github.com> --- src/python/library/requirements/requirements_grpc.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/python/library/requirements/requirements_grpc.txt b/src/python/library/requirements/requirements_grpc.txt index 556987a0a..c47791028 100644 --- a/src/python/library/requirements/requirements_grpc.txt +++ b/src/python/library/requirements/requirements_grpc.txt @@ -24,9 +24,6 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# There is memory leak in later Python GRPC (1.43.0 to be specific), -# use known working version until the memory leak is resolved in the future -# (see https://github.com/grpc/grpc/issues/28513) grpcio>=1.63.0 protobuf>=5.26.1,<6.0dev numpy>=1.19.1,<2