griptape-nodes 0.64.9__py3-none-any.whl → 0.64.10__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.
@@ -150,6 +150,7 @@ def start_static_server() -> None:
150
150
  allowed_origins = [
151
151
  os.getenv("GRIPTAPE_NODES_UI_BASE_URL", "https://app.nodes.griptape.ai"),
152
152
  "https://app.nodes-staging.griptape.ai",
153
+ "https://app-nightly.nodes.griptape.ai",
153
154
  "http://localhost:5173",
154
155
  GriptapeNodes.ConfigManager().get_config_value("static_server_base_url"),
155
156
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: griptape-nodes
3
- Version: 0.64.9
3
+ Version: 0.64.10
4
4
  Summary: Add your description here
5
5
  Requires-Dist: griptape>=1.8.12
6
6
  Requires-Dist: pydantic>=2.10.6
@@ -232,7 +232,7 @@ griptape_nodes/retained_mode/utils/name_generator.py,sha256=IZLahtfP3XC79XApLdGo
232
232
  griptape_nodes/retained_mode/variable_types.py,sha256=GVrSWMB3gEDAufSPOBXbNfIRhA9M43MoxpqLyuIg_HE,435
233
233
  griptape_nodes/servers/__init__.py,sha256=JCmorB8tQUu_kQ8hSRhgw4VsOqsC0iZjZ-mCXYy9ZOQ,60
234
234
  griptape_nodes/servers/mcp.py,sha256=eUjuwdG0yAk-xKcpXQ52bYfBTBzQD0PvMLZXhJ4LnZA,6883
235
- griptape_nodes/servers/static.py,sha256=mRkzOVZQJillVsnNCz2Mbi1TgiiGI3OUaF-NiD1U53M,7499
235
+ griptape_nodes/servers/static.py,sha256=R0nnMUCRDE0BxygZ-kdxhROAXgJPsIJBAEp7H_sJtvg,7548
236
236
  griptape_nodes/traits/__init__.py,sha256=bTLXTiZTJz2z15RRLoPI4nvLnNW9FiLcKL_2pT4E10g,32
237
237
  griptape_nodes/traits/add_param_button.py,sha256=27RZDVLMD0HmRF6hjfz7iV7LBau92vMc_d2eD2Ey8fA,649
238
238
  griptape_nodes/traits/button.py,sha256=tTOgY-AQ7VbG97JzOletb7lFaGj48nFX67Qp_QA45M4,14012
@@ -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.9.dist-info/WHEEL,sha256=AaqHSNJgTyoT6I9ETCXrbV_7cVSjA_q07lkDGeNjGdQ,79
270
- griptape_nodes-0.64.9.dist-info/entry_points.txt,sha256=qvevqd3BVbAV5TcantnAm0ouqaqYKhsRO3pkFymWLWM,82
271
- griptape_nodes-0.64.9.dist-info/METADATA,sha256=8WXs8aevdZCYzzBOXYPrSTbf8V_GPGPPWrVCuH-c1KY,5344
272
- griptape_nodes-0.64.9.dist-info/RECORD,,
269
+ griptape_nodes-0.64.10.dist-info/WHEEL,sha256=3id4o64OvRm9dUknh3mMJNcfoTRK08ua5cU6DFyVy-4,79
270
+ griptape_nodes-0.64.10.dist-info/entry_points.txt,sha256=qvevqd3BVbAV5TcantnAm0ouqaqYKhsRO3pkFymWLWM,82
271
+ griptape_nodes-0.64.10.dist-info/METADATA,sha256=CImmrnDT_8C86HPNtZCQBG6Vzkz1eBBa7QpKeDTB6b4,5345
272
+ griptape_nodes-0.64.10.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: uv 0.9.12
2
+ Generator: uv 0.9.13
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any