Skip to content

Commit 56003d6

Browse files
author
Clark Perkins
committed
Limit requests to < 2.6
1 parent dc49daa commit 56003d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
simplejson
2-
requests>=2.4.0
2+
requests>=2.4.0,<2.6.0

stackdio/client/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616
#
1717

18-
__version__ = "0.6.0.client.5"
18+
__version__ = "0.6.0.client.6"
1919

2020
from functools import wraps
2121
import operator

0 commit comments

Comments
 (0)