omnata-plugin-runtime 0.3.28a84__py3-none-any.whl → 0.3.28a85__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- omnata_plugin_runtime/rate_limiting.py +1 -1
- {omnata_plugin_runtime-0.3.28a84.dist-info → omnata_plugin_runtime-0.3.28a85.dist-info}/METADATA +1 -1
- {omnata_plugin_runtime-0.3.28a84.dist-info → omnata_plugin_runtime-0.3.28a85.dist-info}/RECORD +5 -5
- {omnata_plugin_runtime-0.3.28a84.dist-info → omnata_plugin_runtime-0.3.28a85.dist-info}/LICENSE +0 -0
- {omnata_plugin_runtime-0.3.28a84.dist-info → omnata_plugin_runtime-0.3.28a85.dist-info}/WHEEL +0 -0
@@ -374,7 +374,7 @@ class RateLimitedSession(requests.Session):
|
|
374
374
|
total=max_retries,
|
375
375
|
backoff_factor=backoff_factor,
|
376
376
|
status_forcelist=statuses_to_include,
|
377
|
-
|
377
|
+
allowed_methods=["HEAD", "GET", "OPTIONS", "POST", "PUT", "DELETE"]
|
378
378
|
)
|
379
379
|
adapter = HTTPAdapter(max_retries=retry_strategy)
|
380
380
|
self.mount("https://", adapter)
|
{omnata_plugin_runtime-0.3.28a84.dist-info → omnata_plugin_runtime-0.3.28a85.dist-info}/RECORD
RENAMED
@@ -5,8 +5,8 @@ omnata_plugin_runtime/forms.py,sha256=pw_aKVsXSz47EP8PFBI3VDwdSN5IjvZxp8JTjO1V13
|
|
5
5
|
omnata_plugin_runtime/logging.py,sha256=bn7eKoNWvtuyTk7RTwBS9UARMtqkiICtgMtzq3KA2V0,3272
|
6
6
|
omnata_plugin_runtime/omnata_plugin.py,sha256=aXC-Ui9qeYKJM7VCZtZLQsVod9yH8ecEQ6e-IuJuVnY,105248
|
7
7
|
omnata_plugin_runtime/plugin_entrypoints.py,sha256=D2f0Qih7KTJNXIDYkA-E55RTEK_7Jtv9ySqspWxERVA,28272
|
8
|
-
omnata_plugin_runtime/rate_limiting.py,sha256=
|
9
|
-
omnata_plugin_runtime-0.3.
|
10
|
-
omnata_plugin_runtime-0.3.
|
11
|
-
omnata_plugin_runtime-0.3.
|
12
|
-
omnata_plugin_runtime-0.3.
|
8
|
+
omnata_plugin_runtime/rate_limiting.py,sha256=eTA8Lgo_xJRbZ2qeYmkBI0NNo1hUFuD9Qv1Lfv8guBU,21785
|
9
|
+
omnata_plugin_runtime-0.3.28a85.dist-info/LICENSE,sha256=IMF9i4xIpgCADf0U-V1cuf9HBmqWQd3qtI3FSuyW4zE,26526
|
10
|
+
omnata_plugin_runtime-0.3.28a85.dist-info/METADATA,sha256=qHUl7F4PfaukjjGSjlvSMMj2WGDQ_JPuELbhxp9x35I,1604
|
11
|
+
omnata_plugin_runtime-0.3.28a85.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
12
|
+
omnata_plugin_runtime-0.3.28a85.dist-info/RECORD,,
|
{omnata_plugin_runtime-0.3.28a84.dist-info → omnata_plugin_runtime-0.3.28a85.dist-info}/LICENSE
RENAMED
File without changes
|
{omnata_plugin_runtime-0.3.28a84.dist-info → omnata_plugin_runtime-0.3.28a85.dist-info}/WHEEL
RENAMED
File without changes
|