griptape-nodes 0.62.1__py3-none-any.whl → 0.62.2__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/retained_mode/managers/library_manager.py +6 -3
- {griptape_nodes-0.62.1.dist-info → griptape_nodes-0.62.2.dist-info}/METADATA +1 -1
- {griptape_nodes-0.62.1.dist-info → griptape_nodes-0.62.2.dist-info}/RECORD +5 -5
- {griptape_nodes-0.62.1.dist-info → griptape_nodes-0.62.2.dist-info}/WHEEL +0 -0
- {griptape_nodes-0.62.1.dist-info → griptape_nodes-0.62.2.dist-info}/entry_points.txt +0 -0
|
@@ -822,6 +822,7 @@ class LibraryManager:
|
|
|
822
822
|
logger.info(
|
|
823
823
|
"Installing dependencies for library '%s' with pip in venv at %s", library_data.name, venv_path
|
|
824
824
|
)
|
|
825
|
+
is_debug = config_manager.get_config_value("log_level").upper() == "DEBUG"
|
|
825
826
|
await subprocess_run(
|
|
826
827
|
[
|
|
827
828
|
sys.executable,
|
|
@@ -835,7 +836,7 @@ class LibraryManager:
|
|
|
835
836
|
str(library_venv_python_path),
|
|
836
837
|
],
|
|
837
838
|
check=True,
|
|
838
|
-
capture_output=
|
|
839
|
+
capture_output=not is_debug,
|
|
839
840
|
text=True,
|
|
840
841
|
)
|
|
841
842
|
else:
|
|
@@ -955,6 +956,7 @@ class LibraryManager:
|
|
|
955
956
|
uv_path = find_uv_bin()
|
|
956
957
|
|
|
957
958
|
logger.info("Installing dependency '%s' with pip in venv at %s", package_name, venv_path)
|
|
959
|
+
is_debug = config_manager.get_config_value("log_level").upper() == "DEBUG"
|
|
958
960
|
await subprocess_run(
|
|
959
961
|
[
|
|
960
962
|
uv_path,
|
|
@@ -965,7 +967,7 @@ class LibraryManager:
|
|
|
965
967
|
str(library_python_venv_path),
|
|
966
968
|
],
|
|
967
969
|
check=True,
|
|
968
|
-
capture_output=
|
|
970
|
+
capture_output=not is_debug,
|
|
969
971
|
text=True,
|
|
970
972
|
)
|
|
971
973
|
else:
|
|
@@ -1032,10 +1034,11 @@ class LibraryManager:
|
|
|
1032
1034
|
try:
|
|
1033
1035
|
uv_path = find_uv_bin()
|
|
1034
1036
|
logger.info("Creating virtual environment at %s with Python %s", library_venv_path, python_version)
|
|
1037
|
+
is_debug = config_manager.get_config_value("log_level").upper() == "DEBUG"
|
|
1035
1038
|
await subprocess_run(
|
|
1036
1039
|
[uv_path, "venv", str(library_venv_path), "--python", python_version],
|
|
1037
1040
|
check=True,
|
|
1038
|
-
capture_output=
|
|
1041
|
+
capture_output=not is_debug,
|
|
1039
1042
|
text=True,
|
|
1040
1043
|
)
|
|
1041
1044
|
except subprocess.CalledProcessError as e:
|
|
@@ -145,7 +145,7 @@ griptape_nodes/retained_mode/managers/library_lifecycle/library_provenance/packa
|
|
|
145
145
|
griptape_nodes/retained_mode/managers/library_lifecycle/library_provenance/sandbox.py,sha256=XgG7whE74zWDxX1pOvhASW0pwjOei1EDLvIH19xdzT0,6117
|
|
146
146
|
griptape_nodes/retained_mode/managers/library_lifecycle/library_provenance.py,sha256=cCGr-MQ1RlVBiUTZepYEKdVhPgC4ebcYrmpv8rI3VeM,894
|
|
147
147
|
griptape_nodes/retained_mode/managers/library_lifecycle/library_status.py,sha256=K3UEBzAdCY9wphyBbLxDYP0Q43aYvhLZ_Pz7_SzcPec,443
|
|
148
|
-
griptape_nodes/retained_mode/managers/library_manager.py,sha256=
|
|
148
|
+
griptape_nodes/retained_mode/managers/library_manager.py,sha256=Q8paiZR-0tfGhu7ZIJF7ofM1i1qk510dMrRHshl8x0w,101266
|
|
149
149
|
griptape_nodes/retained_mode/managers/mcp_manager.py,sha256=Ezmn5_48r4JWYe-tFGqmw9dXLvvTiO1rw9b4MNCkw0U,15955
|
|
150
150
|
griptape_nodes/retained_mode/managers/model_manager.py,sha256=Qc_FiqIJQ_ZuL5Yb7WiHCgUngKlbbJ_dUo7E5Ten5_g,45036
|
|
151
151
|
griptape_nodes/retained_mode/managers/node_manager.py,sha256=7LQF3pWpTsGnQlgDu-CCeAmMk4E2VC-Ti-HiUELCkjE,196136
|
|
@@ -210,7 +210,7 @@ griptape_nodes/version_compatibility/versions/v0_39_0/modified_parameters_set_re
|
|
|
210
210
|
griptape_nodes/version_compatibility/workflow_versions/__init__.py,sha256=z5XDgkizoNByCXpyo34hfsJKFsWlOHbD6hgzfYH9ubc,52
|
|
211
211
|
griptape_nodes/version_compatibility/workflow_versions/v0_7_0/__init__.py,sha256=IzPPmGK86h2swfGGTOHyVcBIlOng6SjgWQzlbf3ngmo,51
|
|
212
212
|
griptape_nodes/version_compatibility/workflow_versions/v0_7_0/local_executor_argument_addition.py,sha256=Y8n1wzI5a-ZCHK5eiwtnnD3zF5lN-52R67rxYn0hxyI,2069
|
|
213
|
-
griptape_nodes-0.62.
|
|
214
|
-
griptape_nodes-0.62.
|
|
215
|
-
griptape_nodes-0.62.
|
|
216
|
-
griptape_nodes-0.62.
|
|
213
|
+
griptape_nodes-0.62.2.dist-info/WHEEL,sha256=DpNsHFUm_gffZe1FgzmqwuqiuPC6Y-uBCzibcJcdupM,78
|
|
214
|
+
griptape_nodes-0.62.2.dist-info/entry_points.txt,sha256=qvevqd3BVbAV5TcantnAm0ouqaqYKhsRO3pkFymWLWM,82
|
|
215
|
+
griptape_nodes-0.62.2.dist-info/METADATA,sha256=8482-2cbil_dFZHCWt1hShyQCmYZzHV94F5FEsZ9HwM,5178
|
|
216
|
+
griptape_nodes-0.62.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|