griptape-nodes 0.64.4__py3-none-any.whl → 0.64.6__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.
- griptape_nodes/updater/__init__.py +1 -1
- {griptape_nodes-0.64.4.dist-info → griptape_nodes-0.64.6.dist-info}/METADATA +1 -1
- {griptape_nodes-0.64.4.dist-info → griptape_nodes-0.64.6.dist-info}/RECORD +5 -5
- {griptape_nodes-0.64.4.dist-info → griptape_nodes-0.64.6.dist-info}/WHEEL +0 -0
- {griptape_nodes-0.64.4.dist-info → griptape_nodes-0.64.6.dist-info}/entry_points.txt +0 -0
|
@@ -61,7 +61,7 @@ def _sync_libraries() -> None:
|
|
|
61
61
|
console.print("[bold green]Syncing libraries...[/bold green]")
|
|
62
62
|
try:
|
|
63
63
|
subprocess.run( # noqa: S603
|
|
64
|
-
[sys.executable, "--no-update", "libraries", "sync"],
|
|
64
|
+
[sys.executable, "-m", "griptape_nodes", "--no-update", "libraries", "sync"],
|
|
65
65
|
text=True,
|
|
66
66
|
capture_output=True,
|
|
67
67
|
check=True,
|
|
@@ -248,7 +248,7 @@ griptape_nodes/traits/options.py,sha256=20pByxnOh_A0bzqWr2I21OCMOFowFLbHNXUn4SPv
|
|
|
248
248
|
griptape_nodes/traits/slider.py,sha256=bLe46gtCmjhMCHaGzUstIWMJv2Zl2Yee7fkT6g4Q6Rk,1236
|
|
249
249
|
griptape_nodes/traits/trait_registry.py,sha256=pU26mW2ztfu1UARGYloflsTPqJ1X_-u013cMNoel9Hw,1171
|
|
250
250
|
griptape_nodes/traits/traits.json,sha256=JwFsOaFfLeR1ohcyh6XApc5N2-mWMPGSaYbpA-mD7mk,133
|
|
251
|
-
griptape_nodes/updater/__init__.py,sha256=
|
|
251
|
+
griptape_nodes/updater/__init__.py,sha256=ZTVr-zI4Jf-cFAXU3nX9L7oTCFFWsjlrkHQiZidDhB0,2570
|
|
252
252
|
griptape_nodes/updater/__main__.py,sha256=lhMMctbBeni57ximitvkwqJ1TQzk79Jg9w0rkKjtp5Y,79
|
|
253
253
|
griptape_nodes/utils/__init__.py,sha256=kzDZW_VPyxWJFonM3kYTl7A91_JmtHPK0Io4KPLTYT4,122
|
|
254
254
|
griptape_nodes/utils/async_utils.py,sha256=4IrW8Ub8iJ2QB9yguZtfN1EB9B5nXHS7jbDaLOHWso0,4844
|
|
@@ -266,7 +266,7 @@ griptape_nodes/version_compatibility/versions/v0_63_8/__init__.py,sha256=1VJswR2
|
|
|
266
266
|
griptape_nodes/version_compatibility/versions/v0_63_8/deprecated_nodegroup_parameters.py,sha256=9NkyGJY4OHglQUUrAyhTHTQ6aGww7dqB1PozzHcNjEQ,4394
|
|
267
267
|
griptape_nodes/version_compatibility/versions/v0_7_0/__init__.py,sha256=IzPPmGK86h2swfGGTOHyVcBIlOng6SjgWQzlbf3ngmo,51
|
|
268
268
|
griptape_nodes/version_compatibility/versions/v0_7_0/local_executor_argument_addition.py,sha256=Thx8acnbw5OychhwEEj9aFxvbPe7Wgn4V9ZmZ7KRZqc,2082
|
|
269
|
-
griptape_nodes-0.64.
|
|
270
|
-
griptape_nodes-0.64.
|
|
271
|
-
griptape_nodes-0.64.
|
|
272
|
-
griptape_nodes-0.64.
|
|
269
|
+
griptape_nodes-0.64.6.dist-info/WHEEL,sha256=ZHijuPszqKbNczrBXkSuoxdxocbxgFghqnequ9ZQlVk,79
|
|
270
|
+
griptape_nodes-0.64.6.dist-info/entry_points.txt,sha256=qvevqd3BVbAV5TcantnAm0ouqaqYKhsRO3pkFymWLWM,82
|
|
271
|
+
griptape_nodes-0.64.6.dist-info/METADATA,sha256=pVAGzrh_PTb7wrSodI65GZEBZtdglNcfXhHmEcPjJ7o,5344
|
|
272
|
+
griptape_nodes-0.64.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|