You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2021/08/23 06:50:05 UTC

[buildstream] branch master updated: requirements/requirements.in: It depends on grpc >= 1.34

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git


The following commit(s) were added to refs/heads/master by this push:
     new bbfb492  requirements/requirements.in: It depends on grpc >= 1.34
     new 14868a0  Merge pull request #1490 from jjardon/jjardon/grpcio_1.34_master
bbfb492 is described below

commit bbfb4927e6b0f5f73063cbd88a84cc7a2c6ecd1d
Author: Javier Jardón <jj...@gnome.org>
AuthorDate: Mon Aug 2 18:19:53 2021 +0100

    requirements/requirements.in: It depends on grpc >= 1.34
    
    Make explicit what is already in requirements.txt
    
    with older version you will get errors like this accessing the CAS:
    [--:--:--][][] WARNING Failed to initialize remote https://freedesktop-sdk-cache.codethink.co.uk:11001: Received http2 header with status: 404
---
 requirements/requirements.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements/requirements.in b/requirements/requirements.in
index f62623f..b393f71 100644
--- a/requirements/requirements.in
+++ b/requirements/requirements.in
@@ -1,5 +1,5 @@
 Click >= 7.0
-grpcio >= 1.10
+grpcio >= 1.34
 Jinja2 >= 2.10
 pluginbase
 protobuf >= 3.6