nvidia-nat-weave 1.3.0a20251007__py3-none-any.whl → 1.3.0a20251008__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.
@@ -62,14 +62,9 @@ async def weave_telemetry_exporter(config: WeaveTelemetryExporter, builder: Buil
62
62
 
63
63
  # Handle custom redact keys if specified
64
64
  if config.redact_keys and config.redact_pii:
65
- # Need to create a new list combining default keys and custom ones
66
- from weave.trace import sanitize
67
- default_keys = sanitize.REDACT_KEYS
65
+ from weave.utils import sanitize
68
66
 
69
- # Create a new list with all keys
70
- all_keys = list(default_keys) + config.redact_keys
71
-
72
- # Replace the default REDACT_KEYS with our extended list
73
- sanitize.REDACT_KEYS = tuple(all_keys)
67
+ for key in config.redact_keys:
68
+ sanitize.add_redact_key(key)
74
69
 
75
70
  yield WeaveExporter(project=config.project, entity=config.entity, verbose=config.verbose)
@@ -1,7 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nvidia-nat-weave
3
- Version: 1.3.0a20251007
3
+ Version: 1.3.0a20251008
4
4
  Summary: Subpackage for Weave integration in NeMo Agent toolkit
5
+ Author: NVIDIA Corporation
6
+ Maintainer: NVIDIA Corporation
7
+ License-Expression: Apache-2.0
8
+ Project-URL: documentation, https://docs.nvidia.com/nemo/agent-toolkit/latest/
9
+ Project-URL: source, https://github.com/NVIDIA/NeMo-Agent-Toolkit
5
10
  Keywords: ai,observability,wandb,pii
6
11
  Classifier: Programming Language :: Python
7
12
  Classifier: Programming Language :: Python :: 3.11
@@ -9,10 +14,13 @@ Classifier: Programming Language :: Python :: 3.12
9
14
  Classifier: Programming Language :: Python :: 3.13
10
15
  Requires-Python: <3.14,>=3.11
11
16
  Description-Content-Type: text/markdown
12
- Requires-Dist: nvidia-nat==v1.3.0a20251007
17
+ License-File: LICENSE.md
18
+ License-File: LICENSE-3rd-party.txt
19
+ Requires-Dist: nvidia-nat==v1.3.0a20251008
13
20
  Requires-Dist: presidio-analyzer~=2.2
14
21
  Requires-Dist: presidio-anonymizer~=2.2
15
22
  Requires-Dist: weave==0.52.6
23
+ Dynamic: license-file
16
24
 
17
25
  <!--
18
26
  SPDX-FileCopyrightText: Copyright (c) 2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
@@ -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=NvK8roew0XjgrhVVw7sDKqZcjpy-LvNIv3UYEFCElB0,2927
4
+ nat/plugins/weave/weave_exporter.py,sha256=5JygAVkNKDl_uj-YRTIrN8w4Si_H1vOVBh7OCRuCzf4,8798
5
+ nvidia_nat_weave-1.3.0a20251008.dist-info/licenses/LICENSE-3rd-party.txt,sha256=fOk5jMmCX9YoKWyYzTtfgl-SUy477audFC5hNY4oP7Q,284609
6
+ nvidia_nat_weave-1.3.0a20251008.dist-info/licenses/LICENSE.md,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
7
+ nvidia_nat_weave-1.3.0a20251008.dist-info/METADATA,sha256=5gqQ1PGtWBlArOzpX3sov-eT3tnkqwL9XYDaUPRBMHI,2025
8
+ nvidia_nat_weave-1.3.0a20251008.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
+ nvidia_nat_weave-1.3.0a20251008.dist-info/entry_points.txt,sha256=xg4vW3wKsOLfHa-QR6JqWnq3DmdfI_z9IZfg4I9thTY,56
10
+ nvidia_nat_weave-1.3.0a20251008.dist-info/top_level.txt,sha256=8-CJ2cP6-f0ZReXe5Hzqp-5pvzzHz-5Ds5H2bGqh1-U,4
11
+ nvidia_nat_weave-1.3.0a20251008.dist-info/RECORD,,