[arvados] updated: 2.6.0-77-g31d79d644

git repository hosting git at public.arvados.org
Wed Apr 26 18:30:29 UTC 2023


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

       via  31d79d64404bb0f7dfb263001fb73ec5f8d60e87 (commit)
      from  c3b8da6f91b95570dde6cbf814b270dc3763f7f7 (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 31d79d64404bb0f7dfb263001fb73ec5f8d60e87
Author: Brett Smith <brett.smith at curii.com>
Date:   Wed Apr 26 14:29:16 2023 -0400

    18799: Version PySDK's typing_extensions dependency
    
    3.7.4 added TypedDict, which is exactly what we use.
    Refs #18799, #20446.
    
    Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith at curii.com>

diff --git a/sdk/python/setup.py b/sdk/python/setup.py
index dd0e1a3fe..e9107a4fd 100644
--- a/sdk/python/setup.py
+++ b/sdk/python/setup.py
@@ -124,7 +124,7 @@ setup(name='arvados-python-client',
           'pycurl >=7.19.5.1, <7.45.0',
           'ruamel.yaml >=0.15.54, <0.17.22',
           'setuptools>=40.3.0',
-          'typing_extensions; python_version<"3.8"',
+          'typing_extensions>=3.7.4; python_version<"3.8"',
           'ws4py >=0.4.2',
           'protobuf<4.0.0dev',
           'pyparsing<3',

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list