omnata-plugin-runtime 0.12.2a337__py3-none-any.whl → 0.12.2a339__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.
@@ -1555,7 +1555,7 @@ class InboundSyncRequest(SyncRequest):
1555
1555
  with self._apply_results_lock:
1556
1556
  if stream_name in self._apply_results:
1557
1557
  if len(self._apply_results[stream_name]) > 0:
1558
- self._apply_results[stream_name].append(new_state)
1558
+ self._apply_results[stream_name].append(StateResult(new_state=new_state))
1559
1559
  return
1560
1560
 
1561
1561
  self._directly_insert_to_state_register(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: omnata-plugin-runtime
3
- Version: 0.12.2a337
3
+ Version: 0.12.2a339
4
4
  Summary: Classes and common runtime components for building and running Omnata Plugins
5
5
  License-File: LICENSE
6
6
  Author: James Weakley
@@ -4,11 +4,11 @@ omnata_plugin_runtime/configuration.py,sha256=-y9TmhDz6iI6u1AZ0sPG7HIJLOpiBpuscU
4
4
  omnata_plugin_runtime/forms.py,sha256=Lrbr3otsFDrvHWJw7v-slsW4PvEHJ6BG1Yl8oaJfiDo,20529
5
5
  omnata_plugin_runtime/json_schema.py,sha256=ZfHMG-XSJBE9Smt33Y6GPpl5skF7pB1TRCf9AvWuw-Y,59705
6
6
  omnata_plugin_runtime/logging.py,sha256=qUtRA9syQNnjfJZHA2W18K282voXX6vHwrBIPOBo1n8,4521
7
- omnata_plugin_runtime/omnata_plugin.py,sha256=FLVU88CjTwI52OOxAsouu1DZh-stY_b-r1uc7tgMTn8,149390
7
+ omnata_plugin_runtime/omnata_plugin.py,sha256=qRe8uOX4rR-3m-gyoe6KwjDseIlHVkCYaJKUsTvmE9I,149413
8
8
  omnata_plugin_runtime/plugin_entrypoints.py,sha256=0glIkuQpva-C-a3Cn3KNI6Jj2u7fpdWV1aiUgrEz3Mo,32986
9
9
  omnata_plugin_runtime/rate_limiting.py,sha256=qpr5esU4Ks8hMzuMpSR3gLFdor2ZUXYWCjmsQH_K6lQ,25882
10
10
  omnata_plugin_runtime/threading_utils.py,sha256=fqlKLCPTEPVYdMinf8inPKLYxwD4d4WWVMLB3a2mNqk,906
11
- omnata_plugin_runtime-0.12.2a337.dist-info/METADATA,sha256=eQIYDh_p1MuA0hE6rQeZaTdWV9VL5TLWk1A1j6n5jvs,2226
12
- omnata_plugin_runtime-0.12.2a337.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
13
- omnata_plugin_runtime-0.12.2a337.dist-info/licenses/LICENSE,sha256=rGaMQG3R3F5-JGDp_-rlMKpDIkg5n0SI4kctTk8eZSI,56
14
- omnata_plugin_runtime-0.12.2a337.dist-info/RECORD,,
11
+ omnata_plugin_runtime-0.12.2a339.dist-info/METADATA,sha256=b6OKjz7T39NHpNzQJBZI0nRFVqMj9PvU3kEXmcWQQnA,2226
12
+ omnata_plugin_runtime-0.12.2a339.dist-info/WHEEL,sha256=3ny-bZhpXrU6vSQ1UPG34FoxZBp3lVcvK0LkgUz6VLk,88
13
+ omnata_plugin_runtime-0.12.2a339.dist-info/licenses/LICENSE,sha256=rGaMQG3R3F5-JGDp_-rlMKpDIkg5n0SI4kctTk8eZSI,56
14
+ omnata_plugin_runtime-0.12.2a339.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.2.1
2
+ Generator: poetry-core 2.3.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any