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 02:09:42 UTC

[skywalking-python] branch master updated: chore: bump up `requests` version to avoid license issue (#142)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new de988c9  chore: bump up `requests` version to avoid license issue (#142)
de988c9 is described below

commit de988c91fabcf6987aebab2c5332702be8e4f7b6
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Wed Aug 4 10:09:36 2021 +0800

    chore: bump up `requests` version to avoid license issue (#142)
    
    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",