[arvados] updated: 2.1.0-2611-gc1125ba20

git repository hosting git at public.arvados.org
Mon Jun 20 18:28:38 UTC 2022


Summary of changes:
 sdk/python/setup.py | 1 +
 1 file changed, 1 insertion(+)

       via  c1125ba20b2e89c26cf6a1554f5dd0f727fa02ff (commit)
      from  43963b16c532c1dfc473be136a1f03c633308100 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit c1125ba20b2e89c26cf6a1554f5dd0f727fa02ff
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Mon Jun 20 14:26:22 2022 -0400

    Pin protobuf version to <4.0.0, refs #19202
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/sdk/python/setup.py b/sdk/python/setup.py
index 126b12f15..d28df0998 100644
--- a/sdk/python/setup.py
+++ b/sdk/python/setup.py
@@ -55,6 +55,7 @@ setup(name='arvados-python-client',
           'ruamel.yaml >=0.15.54, <0.17.11',
           'setuptools',
           'ws4py >=0.4.2',
+          'protobuf<4.0.0dev'
       ],
       classifiers=[
           'Programming Language :: Python :: 3',

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list