nvidia-nat-weave 1.4.0a20251014__py3-none-any.whl → 1.4.0a20251021__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.
- nat/plugins/weave/register.py +5 -1
- {nvidia_nat_weave-1.4.0a20251014.dist-info → nvidia_nat_weave-1.4.0a20251021.dist-info}/METADATA +2 -2
- nvidia_nat_weave-1.4.0a20251021.dist-info/RECORD +11 -0
- nvidia_nat_weave-1.4.0a20251014.dist-info/RECORD +0 -11
- {nvidia_nat_weave-1.4.0a20251014.dist-info → nvidia_nat_weave-1.4.0a20251021.dist-info}/WHEEL +0 -0
- {nvidia_nat_weave-1.4.0a20251014.dist-info → nvidia_nat_weave-1.4.0a20251021.dist-info}/entry_points.txt +0 -0
- {nvidia_nat_weave-1.4.0a20251014.dist-info → nvidia_nat_weave-1.4.0a20251021.dist-info}/licenses/LICENSE-3rd-party.txt +0 -0
- {nvidia_nat_weave-1.4.0a20251014.dist-info → nvidia_nat_weave-1.4.0a20251021.dist-info}/licenses/LICENSE.md +0 -0
- {nvidia_nat_weave-1.4.0a20251014.dist-info → nvidia_nat_weave-1.4.0a20251021.dist-info}/top_level.txt +0 -0
nat/plugins/weave/register.py
CHANGED
|
@@ -27,7 +27,11 @@ logger = logging.getLogger(__name__)
|
|
|
27
27
|
class WeaveTelemetryExporter(TelemetryExporterBaseConfig, name="weave"):
|
|
28
28
|
"""A telemetry exporter to transmit traces to Weights & Biases Weave using OpenTelemetry."""
|
|
29
29
|
project: str = Field(description="The W&B project name.")
|
|
30
|
-
entity: str | None = Field(default=None,
|
|
30
|
+
entity: str | None = Field(default=None,
|
|
31
|
+
description="The W&B username or team name.",
|
|
32
|
+
deprecated=('This field is deprecated and will be removed in future versions. '
|
|
33
|
+
'This value is set automatically by the weave library, and setting it will '
|
|
34
|
+
'have no effect.'))
|
|
31
35
|
redact_pii: bool = Field(default=False, description="Whether to redact PII from the traces.")
|
|
32
36
|
redact_pii_fields: list[str] | None = Field(
|
|
33
37
|
default=None,
|
{nvidia_nat_weave-1.4.0a20251014.dist-info → nvidia_nat_weave-1.4.0a20251021.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nvidia-nat-weave
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.0a20251021
|
|
4
4
|
Summary: Subpackage for Weave integration in NeMo Agent toolkit
|
|
5
5
|
Author: NVIDIA Corporation
|
|
6
6
|
Maintainer: NVIDIA Corporation
|
|
@@ -16,7 +16,7 @@ Requires-Python: <3.14,>=3.11
|
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
License-File: LICENSE-3rd-party.txt
|
|
18
18
|
License-File: LICENSE.md
|
|
19
|
-
Requires-Dist: nvidia-nat==v1.4.
|
|
19
|
+
Requires-Dist: nvidia-nat==v1.4.0a20251021
|
|
20
20
|
Requires-Dist: presidio-analyzer~=2.2
|
|
21
21
|
Requires-Dist: presidio-anonymizer~=2.2
|
|
22
22
|
Requires-Dist: weave==0.52.6
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
nat/meta/pypi.md,sha256=FVQR5lfZjqZHm4VWMmQJYgZbwJJjrfQZgEqHscDuMR8,1121
|
|
2
|
+
nat/plugins/weave/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
nat/plugins/weave/register.py,sha256=EWd3c2eLuNeXQk8CWM5sbP9SUtj59hvhLZaEAQiqbRg,3252
|
|
4
|
+
nat/plugins/weave/weave_exporter.py,sha256=5JygAVkNKDl_uj-YRTIrN8w4Si_H1vOVBh7OCRuCzf4,8798
|
|
5
|
+
nvidia_nat_weave-1.4.0a20251021.dist-info/licenses/LICENSE-3rd-party.txt,sha256=fOk5jMmCX9YoKWyYzTtfgl-SUy477audFC5hNY4oP7Q,284609
|
|
6
|
+
nvidia_nat_weave-1.4.0a20251021.dist-info/licenses/LICENSE.md,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
|
7
|
+
nvidia_nat_weave-1.4.0a20251021.dist-info/METADATA,sha256=KhzyCU5cQpgtL04ipmoq8CERZ0aAODO3phmeVFT9skE,2014
|
|
8
|
+
nvidia_nat_weave-1.4.0a20251021.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
9
|
+
nvidia_nat_weave-1.4.0a20251021.dist-info/entry_points.txt,sha256=xg4vW3wKsOLfHa-QR6JqWnq3DmdfI_z9IZfg4I9thTY,56
|
|
10
|
+
nvidia_nat_weave-1.4.0a20251021.dist-info/top_level.txt,sha256=8-CJ2cP6-f0ZReXe5Hzqp-5pvzzHz-5Ds5H2bGqh1-U,4
|
|
11
|
+
nvidia_nat_weave-1.4.0a20251021.dist-info/RECORD,,
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
nat/meta/pypi.md,sha256=FVQR5lfZjqZHm4VWMmQJYgZbwJJjrfQZgEqHscDuMR8,1121
|
|
2
|
-
nat/plugins/weave/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
nat/plugins/weave/register.py,sha256=NvK8roew0XjgrhVVw7sDKqZcjpy-LvNIv3UYEFCElB0,2927
|
|
4
|
-
nat/plugins/weave/weave_exporter.py,sha256=5JygAVkNKDl_uj-YRTIrN8w4Si_H1vOVBh7OCRuCzf4,8798
|
|
5
|
-
nvidia_nat_weave-1.4.0a20251014.dist-info/licenses/LICENSE-3rd-party.txt,sha256=fOk5jMmCX9YoKWyYzTtfgl-SUy477audFC5hNY4oP7Q,284609
|
|
6
|
-
nvidia_nat_weave-1.4.0a20251014.dist-info/licenses/LICENSE.md,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
|
7
|
-
nvidia_nat_weave-1.4.0a20251014.dist-info/METADATA,sha256=GUxX7UWMrE7tmpwr_JTgzUmpHF6-pimDl6Q5EDGBOUk,2014
|
|
8
|
-
nvidia_nat_weave-1.4.0a20251014.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
9
|
-
nvidia_nat_weave-1.4.0a20251014.dist-info/entry_points.txt,sha256=xg4vW3wKsOLfHa-QR6JqWnq3DmdfI_z9IZfg4I9thTY,56
|
|
10
|
-
nvidia_nat_weave-1.4.0a20251014.dist-info/top_level.txt,sha256=8-CJ2cP6-f0ZReXe5Hzqp-5pvzzHz-5Ds5H2bGqh1-U,4
|
|
11
|
-
nvidia_nat_weave-1.4.0a20251014.dist-info/RECORD,,
|
{nvidia_nat_weave-1.4.0a20251014.dist-info → nvidia_nat_weave-1.4.0a20251021.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|