omnata-plugin-runtime 0.5.5a126__py3-none-any.whl → 0.5.6a128__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -256,7 +256,7 @@ class OutboundSyncStrategy(SubscriptableBaseModel, ABC):
256
256
 
257
257
  @model_serializer(mode='wrap')
258
258
  # no return type hint, see https://github.com/fastapi/fastapi/discussions/10661#discussioncomment-7631104
259
- def ser_model(self,handler,info:SerializationInfo) -> Dict[str, Any]:
259
+ def ser_model(self,handler,info:SerializationInfo):
260
260
  serialized:Dict[str,Any] = handler(self)
261
261
  if not self.custom_strategy and (info.exclude_none is None or info.exclude_none == False):
262
262
  return {k:v for k,v in serialized.items() if k not in [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: omnata-plugin-runtime
3
- Version: 0.5.5a126
3
+ Version: 0.5.6a128
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
@@ -22,6 +22,7 @@ Requires-Dist: numpy (<=1.26.4)
22
22
  Requires-Dist: packaging (<=24.1)
23
23
  Requires-Dist: pandas (<=2.2.2)
24
24
  Requires-Dist: platformdirs (<=3.10.0)
25
+ Requires-Dist: pyarrow (<=16.1.0)
25
26
  Requires-Dist: pycparser (<=2.21)
26
27
  Requires-Dist: pydantic (>=2,<=2.5.3)
27
28
  Requires-Dist: pydantic-core (<=2.14.6)
@@ -1,12 +1,12 @@
1
1
  omnata_plugin_runtime/__init__.py,sha256=MS9d1whnfT_B3-ThqZ7l63QeC_8OEKTuaYV5wTwRpBA,1576
2
2
  omnata_plugin_runtime/api.py,sha256=FxzTqri4no8ClkOm7vZADG8aD47jcGBCTTQDEORmOJM,6326
3
- omnata_plugin_runtime/configuration.py,sha256=ieUGvDOQblDkqh5hwW1p9Ax8pquNlsV80o197Ydfr3E,36833
3
+ omnata_plugin_runtime/configuration.py,sha256=a26Lj1-nkbAsu2HhIFDDC3VWCuhwHRG6-_a7-UrsHdY,36815
4
4
  omnata_plugin_runtime/forms.py,sha256=GzSPEwcijsoPCXEO1mHiE8ylvX_KSE5TkhwqkymA2Ss,19755
5
5
  omnata_plugin_runtime/logging.py,sha256=bn7eKoNWvtuyTk7RTwBS9UARMtqkiICtgMtzq3KA2V0,3272
6
6
  omnata_plugin_runtime/omnata_plugin.py,sha256=XyiWPEFKoH0H8bYuTVgTacpL5OM2K3lVRjlayENuR9A,111528
7
7
  omnata_plugin_runtime/plugin_entrypoints.py,sha256=JirYUbPBaN0UMh9t_uAHDdhaQZ7NUhdMJ11eHRKOoNY,29302
8
8
  omnata_plugin_runtime/rate_limiting.py,sha256=DVQ_bc-mVLBkrU1PTns1MWXhHiLpSB5HkWCcdePtJ2A,25611
9
- omnata_plugin_runtime-0.5.5a126.dist-info/LICENSE,sha256=IMF9i4xIpgCADf0U-V1cuf9HBmqWQd3qtI3FSuyW4zE,26526
10
- omnata_plugin_runtime-0.5.5a126.dist-info/METADATA,sha256=R3ho9CYAADAYAipjFkWuR90FevdxxoVsZocGoNG0kzM,1951
11
- omnata_plugin_runtime-0.5.5a126.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
12
- omnata_plugin_runtime-0.5.5a126.dist-info/RECORD,,
9
+ omnata_plugin_runtime-0.5.6a128.dist-info/LICENSE,sha256=IMF9i4xIpgCADf0U-V1cuf9HBmqWQd3qtI3FSuyW4zE,26526
10
+ omnata_plugin_runtime-0.5.6a128.dist-info/METADATA,sha256=hb7JVqmPYdC53jyams8wMfVFsUbCUCywgl8DFDxBgdw,1985
11
+ omnata_plugin_runtime-0.5.6a128.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
12
+ omnata_plugin_runtime-0.5.6a128.dist-info/RECORD,,