You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@submarine.apache.org by "Kevin Su (Jira)" <ji...@apache.org> on 2021/08/26 07:21:00 UTC

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

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

Kevin Su reassigned SUBMARINE-922:
----------------------------------

    Assignee: Kevin Su

> 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
>
> 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