We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca3df4 commit 8b11375Copy full SHA for 8b11375
3 files changed
requirements.txt
@@ -1,4 +1,4 @@
1
-requests==2.11.1
+requests==2.20.0
2
pytz==2016.6.1
3
retrying==1.3.3
4
futures==3.2.0
singular_api_client/singular_client.py
@@ -1,4 +1,6 @@
import requests
+from requests.adapters import HTTPAdapter
+from requests.packages.urllib3.util.retry import Retry
import logging
5
import json
6
singular_api_client/version.py
@@ -1 +1 @@
-__version__ = "0.5.8"
+__version__ = "0.5.9"
0 commit comments