[ 
https://issues.apache.org/jira/browse/SUBMARINE-922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kevin Su resolved SUBMARINE-922.
--------------------------------
    Fix Version/s: 0.6.0
       Resolution: Fixed

Issue resolved by pull request 722
[https://github.com/apache/submarine/pull/722]

> 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
>            Assignee: Kevin Su
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 0.6.0
>
>
> 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-unsubscr...@submarine.apache.org
For additional commands, e-mail: dev-h...@submarine.apache.org

Reply via email to