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:46 UTC

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

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