uncertainty-engine-types 0.16.0__py3-none-any.whl → 0.17.0__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.
@@ -21,9 +21,9 @@ class NodeOutputInfo(BaseModel):
21
21
 
22
22
 
23
23
  class NodeRequirementsInfo(BaseModel):
24
- cpu: int
25
- gpu: bool
26
- memory: int
24
+ cpu: int | None = None
25
+ gpu: bool | None = None
26
+ memory: int | None = None
27
27
  timeout: int
28
28
 
29
29
 
@@ -1 +1 @@
1
- __version__ = "0.16.0"
1
+ __version__ = "0.17.0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: uncertainty-engine-types
3
- Version: 0.16.0
3
+ Version: 0.17.0
4
4
  Summary: Common type definitions for the Uncertainty Engine
5
5
  Author: Freddy Wordingham
6
6
  Author-email: freddy@digilab.ai
@@ -13,7 +13,7 @@ uncertainty_engine_types/llm.py,sha256=Ae7dw1R5RKLJHFjNwBzynLd-ddikKP0NsvHvoMdmn
13
13
  uncertainty_engine_types/message.py,sha256=sX1tq_BbZC9r9-Vf0A3WHiOFRE2hAAlY-7rD52kbsoU,381
14
14
  uncertainty_engine_types/model.py,sha256=O9E_7DE9AKEc1o2VnhpUyl3Quh4sGdV43gqDJwk-y68,196
15
15
  uncertainty_engine_types/model_config.py,sha256=pCawKIo2l0O3eRLE5Ese7jaxomIyPXGW3XIcAx6TckY,558
16
- uncertainty_engine_types/node_info.py,sha256=OEhn7vPjEgLtHMb8mqW40dP9ctFdWpXOSM9CTD9NiNk,2021
16
+ uncertainty_engine_types/node_info.py,sha256=LbNXMKmPCNQoDWVSUlC2mpu3KOsMeG6WUy8pBBWFtT8,2063
17
17
  uncertainty_engine_types/prompt.py,sha256=l__qXytAapKg1Hoaj3RSVYN3rhy638nuUZIS-se0eMc,74
18
18
  uncertainty_engine_types/run_workflow.py,sha256=bVKuP17uR8cToWkakoGSEpyYpa_0v7s4FFiL2xLZawg,564
19
19
  uncertainty_engine_types/sensor_designer.py,sha256=hr3ek4_dRjRK0-78uaT6h8-bGUCm7Mfs6mxJSWxE64c,80
@@ -23,7 +23,7 @@ uncertainty_engine_types/tool_metadata.py,sha256=2pBTbMKhizcLMH7CtSCnAcS50MT61iw
23
23
  uncertainty_engine_types/uncertainty_plot.py,sha256=kJr0SuJ6JeTxaf2adpDNWqx7vVLZRpKG8tFbdx90pas,547
24
24
  uncertainty_engine_types/utils.py,sha256=72QVig8Kb5uIR-e1nofm-3x9CouebdQJIruDbq-aIn0,271
25
25
  uncertainty_engine_types/vector_store.py,sha256=9fYPJ04jWcy2DruyUSjiKQAgmqq-wgeAi5dBIrAOm30,392
26
- uncertainty_engine_types/version.py,sha256=3Msc5baw88UJubVj5AVFB8tExkT2OFIsNWe2leaoHhc,23
27
- uncertainty_engine_types-0.16.0.dist-info/METADATA,sha256=2Aglv8t0UPYKin33Bly5Z-4DRqQihPtCj9qwKm4v4Go,2816
28
- uncertainty_engine_types-0.16.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
29
- uncertainty_engine_types-0.16.0.dist-info/RECORD,,
26
+ uncertainty_engine_types/version.py,sha256=XpM3lncCzPBIwMSvDN7i10pke_c6KdJtVLZYbCiaTRw,23
27
+ uncertainty_engine_types-0.17.0.dist-info/METADATA,sha256=N3e3oxAmKB6-Y4ASkGuxsJIUCUr_jLuFD0O5CYWlqEY,2816
28
+ uncertainty_engine_types-0.17.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
29
+ uncertainty_engine_types-0.17.0.dist-info/RECORD,,