From 0cadc42b6c088355c17119b283057543c38601a2 Mon Sep 17 00:00:00 2001 From: dimitraparaskevopoulou Date: Tue, 15 Jun 2021 09:17:34 +0200 Subject: [PATCH] lowering the requests version dependency for supporting air-gapped environment of customer ZD:20093 --- instana/version.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/instana/version.py b/instana/version.py index 508aa20f..698ad0fe 100644 --- a/instana/version.py +++ b/instana/version.py @@ -3,4 +3,4 @@ # Module version file. Used by setup.py and snapshot reporting. -VERSION = '1.33.2' +VERSION = '1.33.3' diff --git a/setup.py b/setup.py index 123ca06f..e1df5d23 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ def check_setuptools(): 'certifi>=2018.4.16', 'fysom>=2.1.2', 'opentracing>=2.3.0', - 'requests>=2.8.0', + 'requests>=2.6.0', 'six>=1.12.0', 'urllib3<1.26,>=1.21.1'], entry_points={