omnata-plugin-runtime 0.3.28a83__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.
@@ -264,7 +264,7 @@ class SyncRequest(ABC):
264
264
  """
265
265
  return RateLimitedSession(
266
266
  run_deadline=self._run_deadline,
267
- cancellation_token=self._thread_cancellation_token,
267
+ thread_cancellation_token=self._thread_cancellation_token,
268
268
  max_retries=max_retries,
269
269
  backoff_factor=backoff_factor,
270
270
  statuses_to_include=statuses_to_include
@@ -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
- method_whitelist=["HEAD", "GET", "OPTIONS", "POST", "PUT", "DELETE"]
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)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: omnata-plugin-runtime
3
- Version: 0.3.28a83
3
+ Version: 0.3.28a85
4
4
  Summary: Classes and common runtime components for building and running Omnata Plugins
5
5
  Author: James Weakley
6
6
  Author-email: james.weakley@omnata.com
@@ -3,10 +3,10 @@ omnata_plugin_runtime/api.py,sha256=_N5ok5LN7GDO4J9n3yduXp3tpjmhpySY__U2baiygrs,
3
3
  omnata_plugin_runtime/configuration.py,sha256=7cMekoY8CeZAJHpASU6tCMidF55Hzfr7CD74jtebqIY,35742
4
4
  omnata_plugin_runtime/forms.py,sha256=pw_aKVsXSz47EP8PFBI3VDwdSN5IjvZxp8JTjO1V130,18421
5
5
  omnata_plugin_runtime/logging.py,sha256=bn7eKoNWvtuyTk7RTwBS9UARMtqkiICtgMtzq3KA2V0,3272
6
- omnata_plugin_runtime/omnata_plugin.py,sha256=Ptf0wPdgC1HPbfxIIzhwRWAXmH9kYQT4UXWhhuCCt2Q,105241
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=n83ANCla6DLwM_oHKmTKHG-JFM99i5-KjsgnkB9pYGo,21786
9
- omnata_plugin_runtime-0.3.28a83.dist-info/LICENSE,sha256=IMF9i4xIpgCADf0U-V1cuf9HBmqWQd3qtI3FSuyW4zE,26526
10
- omnata_plugin_runtime-0.3.28a83.dist-info/METADATA,sha256=hUyZnHRiqf0NuJ6-8Ayfw2p36pcgmsE8wq4TaW7_g5w,1604
11
- omnata_plugin_runtime-0.3.28a83.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
12
- omnata_plugin_runtime-0.3.28a83.dist-info/RECORD,,
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,,