Skip to content

Commit d725a65

Browse files
authored
lowering the requests version dependency for supporting air-gapped environment of customer ZD:20093 (#322)
1 parent c0b9ad7 commit d725a65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

instana/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
# Module version file. Used by setup.py and snapshot reporting.
55

6-
VERSION = '1.33.2'
6+
VERSION = '1.33.3'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def check_setuptools():
6464
'certifi>=2018.4.16',
6565
'fysom>=2.1.2',
6666
'opentracing>=2.3.0',
67-
'requests>=2.8.0',
67+
'requests>=2.6.0',
6868
'six>=1.12.0',
6969
'urllib3<1.26,>=1.21.1'],
7070
entry_points={

0 commit comments

Comments
 (0)