You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/08/04 01:34:45 UTC

[skywalking-python] branch dep/requests created (now 338cf2c)

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a change to branch dep/requests
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git.


      at 338cf2c  chore: bump up `requests` version to avoid license issue

This branch includes the following new commits:

     new 338cf2c  chore: bump up `requests` version to avoid license issue

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[skywalking-python] 01/01: chore: bump up `requests` version to avoid license issue

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch dep/requests
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git

commit 338cf2c7e96967b16c7300dc1c07dd8d8a441912
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Wed Aug 4 09:34:38 2021 +0800

    chore: bump up `requests` version to avoid license issue
    
    closes https://github.com/apache/skywalking/issues/7282
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index a64d4d2..25101df 100644
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ setup(
             "pytest",
         ],
         "http": [
-            "requests",
+            "requests>=2.26.0",
         ],
         "kafka": [
             "kafka",