sumo-wrapper-python 1.0.12__py3-none-any.whl → 1.0.13__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of sumo-wrapper-python might be problematic. Click here for more details.
- sumo/wrapper/_retry_strategy.py +6 -1
- sumo/wrapper/_version.py +2 -2
- {sumo_wrapper_python-1.0.12.dist-info → sumo_wrapper_python-1.0.13.dist-info}/METADATA +1 -1
- {sumo_wrapper_python-1.0.12.dist-info → sumo_wrapper_python-1.0.13.dist-info}/RECORD +8 -8
- {sumo_wrapper_python-1.0.12.dist-info → sumo_wrapper_python-1.0.13.dist-info}/WHEEL +1 -1
- {sumo_wrapper_python-1.0.12.dist-info → sumo_wrapper_python-1.0.13.dist-info}/LICENSE +0 -0
- {sumo_wrapper_python-1.0.12.dist-info → sumo_wrapper_python-1.0.13.dist-info}/entry_points.txt +0 -0
- {sumo_wrapper_python-1.0.12.dist-info → sumo_wrapper_python-1.0.13.dist-info}/top_level.txt +0 -0
sumo/wrapper/_retry_strategy.py
CHANGED
|
@@ -19,7 +19,12 @@ def _log_retry_info(retry_state):
|
|
|
19
19
|
def _is_retryable_exception(exception):
|
|
20
20
|
return isinstance(
|
|
21
21
|
exception,
|
|
22
|
-
(
|
|
22
|
+
(
|
|
23
|
+
httpx.TimeoutException,
|
|
24
|
+
httpx.NetworkError,
|
|
25
|
+
httpx.ProtocolError,
|
|
26
|
+
httpx.ProxyError,
|
|
27
|
+
),
|
|
23
28
|
)
|
|
24
29
|
|
|
25
30
|
|
sumo/wrapper/_version.py
CHANGED
|
@@ -4,14 +4,14 @@ sumo/wrapper/_auth_provider.py,sha256=O7Yqw4xfEWCJXF_jAX0zosT4bSPUtbDLYZ46aQWJ4k
|
|
|
4
4
|
sumo/wrapper/_blob_client.py,sha256=SyfyFZ1hHVWKU4lmgUqSjl5TaK_OJNQ__0wDETrp-ag,1623
|
|
5
5
|
sumo/wrapper/_decorators.py,sha256=3IEi6GXVkkDACHoo8dOeDoBtZh5TlJ6Tw0qlpOVHqLQ,806
|
|
6
6
|
sumo/wrapper/_logging.py,sha256=lnhjn6oQna33jZpzeZ7IeBya2uKNfrzXr_C3nw7txo0,965
|
|
7
|
-
sumo/wrapper/_retry_strategy.py,sha256=
|
|
8
|
-
sumo/wrapper/_version.py,sha256=
|
|
7
|
+
sumo/wrapper/_retry_strategy.py,sha256=_V-KzAyP1nAeHf1lhc_syxlaKj5CQz-tIsCYs2DONe0,2495
|
|
8
|
+
sumo/wrapper/_version.py,sha256=CZ8Zo1p2pk-2aVQ1p1ONwv-G7Nuh-enuBbQWiK4K-Fs,413
|
|
9
9
|
sumo/wrapper/config.py,sha256=6t7qqjrrmd11m4VMlRryiMYw2JDU_R51305woAP1TAs,865
|
|
10
10
|
sumo/wrapper/login.py,sha256=IlENRNdSc2UPmGdrcxjziovMVYpV40qQSnAuDy5LKh4,2375
|
|
11
11
|
sumo/wrapper/sumo_client.py,sha256=itx4zZBMA7JmgPOEVRI37_QNpJPpBvK7UokeLMRgnvE,15770
|
|
12
|
-
sumo_wrapper_python-1.0.
|
|
13
|
-
sumo_wrapper_python-1.0.
|
|
14
|
-
sumo_wrapper_python-1.0.
|
|
15
|
-
sumo_wrapper_python-1.0.
|
|
16
|
-
sumo_wrapper_python-1.0.
|
|
17
|
-
sumo_wrapper_python-1.0.
|
|
12
|
+
sumo_wrapper_python-1.0.13.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
13
|
+
sumo_wrapper_python-1.0.13.dist-info/METADATA,sha256=1Pa2-GVAakpaspTypl2boMl4BxAfv_uxezUldnEWs68,14462
|
|
14
|
+
sumo_wrapper_python-1.0.13.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
|
|
15
|
+
sumo_wrapper_python-1.0.13.dist-info/entry_points.txt,sha256=V_vGky2C3He5vohJAxnBdvpt_fqfUDFj5irUm9HtoFc,55
|
|
16
|
+
sumo_wrapper_python-1.0.13.dist-info/top_level.txt,sha256=rLbKyH9rWgCj3PoLeR7fvC5X8vCaUc5LF8-Y_GBWZL0,5
|
|
17
|
+
sumo_wrapper_python-1.0.13.dist-info/RECORD,,
|
|
File without changes
|
{sumo_wrapper_python-1.0.12.dist-info → sumo_wrapper_python-1.0.13.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|