Wei-Chiu Chuang created SUBMARINE-922:
-----------------------------------------

             Summary: Migrate to the next version of Python requests when 
released
                 Key: SUBMARINE-922
                 URL: https://issues.apache.org/jira/browse/SUBMARINE-922
             Project: Apache Submarine
          Issue Type: Bug
    Affects Versions: 0.6.0
            Reporter: Wei-Chiu Chuang


See github issue: https://github.com/apache/submarine/issues/661

Our python code uses requests library which has transitive dependency on a GPL 
lib chardet.

We're not supposed to make an ASF release knowing there's a GPL transitive 
dependency so this is a blocker for our 0.6.0 release.

Quickly checked the code, we have two places that use the library. We could 
wait for the new requests or perhaps remove the usage.

{code}
find . -name "*.py" | xargs grep "import requests"
./submarine-sdk/pysubmarine/submarine/utils/rest_utils.py:import requests
./submarine-sdk/pysubmarine/build/lib/submarine/utils/rest_utils.py:import 
requests
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to