You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@submarine.apache.org by "Wei-Chiu Chuang (Jira)" <ji...@apache.org> on 2021/07/12 02:59:00 UTC

[jira] [Created] (SUBMARINE-922) Migrate to the next version of Python requests when released

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: dev-unsubscribe@submarine.apache.org
For additional commands, e-mail: dev-help@submarine.apache.org