nvidia-nat-phoenix 1.3.0rc3__py3-none-any.whl → 1.3.0rc5__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.
@@ -15,9 +15,10 @@
15
15
 
16
16
  import logging
17
17
 
18
+ from openinference.instrumentation import dangerously_using_project
19
+
18
20
  from nat.plugins.opentelemetry.otel_span import OtelSpan
19
21
  from phoenix.otel import HTTPSpanExporter
20
- from phoenix.trace.projects import using_project
21
22
 
22
23
  logger = logging.getLogger(__name__)
23
24
 
@@ -68,7 +69,7 @@ class PhoenixMixin:
68
69
  Exception: If there's an error during span export (logged but not re-raised).
69
70
  """
70
71
  try:
71
- with using_project(self._project):
72
+ with dangerously_using_project(self._project):
72
73
  self._exporter.export(spans) # type: ignore
73
74
  except Exception as e:
74
75
  logger.error("Error exporting spans: %s", e, exc_info=True)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nvidia-nat-phoenix
3
- Version: 1.3.0rc3
3
+ Version: 1.3.0rc5
4
4
  Summary: Subpackage for Arize Phoenix integration in NeMo Agent toolkit
5
5
  Author: NVIDIA Corporation
6
6
  Maintainer: NVIDIA Corporation
@@ -16,8 +16,9 @@ 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[opentelemetry]==v1.3.0-rc3
20
- Requires-Dist: arize-phoenix~=11.28
19
+ Requires-Dist: nvidia-nat[opentelemetry]==v1.3.0-rc5
20
+ Requires-Dist: arize-phoenix-otel~=0.13.1
21
+ Requires-Dist: openinference-instrumentation
21
22
  Dynamic: license-file
22
23
 
23
24
  <!--
@@ -3,11 +3,11 @@ nat/plugins/phoenix/__init__.py,sha256=Xs1JQ16L9btwreh4pdGKwskffAw1YFO48jKrU4ib_
3
3
  nat/plugins/phoenix/phoenix_exporter.py,sha256=NYf9JzObMgGNy9_4hYi6X6QZxS4WFYrB4u60kaN0Df4,2466
4
4
  nat/plugins/phoenix/register.py,sha256=riN1kw1IdFbuDYHp_GMCCbswVmCdt-Jp5ALAXuN0tF0,2445
5
5
  nat/plugins/phoenix/mixin/__init__.py,sha256=Xs1JQ16L9btwreh4pdGKwskffAw1YFO48jKrU4ib_7c,685
6
- nat/plugins/phoenix/mixin/phoenix_mixin.py,sha256=IxlSS5F0-Yl9Ac_VTwtuwWIaOwneFcr65Xt2MZdLmRE,2826
7
- nvidia_nat_phoenix-1.3.0rc3.dist-info/licenses/LICENSE-3rd-party.txt,sha256=fOk5jMmCX9YoKWyYzTtfgl-SUy477audFC5hNY4oP7Q,284609
8
- nvidia_nat_phoenix-1.3.0rc3.dist-info/licenses/LICENSE.md,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
9
- nvidia_nat_phoenix-1.3.0rc3.dist-info/METADATA,sha256=PpXgoeRiZMkSlJleOfKeqbVXiKwKI07c0e5VFx7xbPc,1949
10
- nvidia_nat_phoenix-1.3.0rc3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
11
- nvidia_nat_phoenix-1.3.0rc3.dist-info/entry_points.txt,sha256=tloFOh3dHEuZivrX1cMk8UcyCdeF59gEFOqr_HRZNb4,60
12
- nvidia_nat_phoenix-1.3.0rc3.dist-info/top_level.txt,sha256=8-CJ2cP6-f0ZReXe5Hzqp-5pvzzHz-5Ds5H2bGqh1-U,4
13
- nvidia_nat_phoenix-1.3.0rc3.dist-info/RECORD,,
6
+ nat/plugins/phoenix/mixin/phoenix_mixin.py,sha256=E1tJixekhu6-R_TOpMSvMX85pIfZhkqj9Gm_wbQDhe8,2858
7
+ nvidia_nat_phoenix-1.3.0rc5.dist-info/licenses/LICENSE-3rd-party.txt,sha256=fOk5jMmCX9YoKWyYzTtfgl-SUy477audFC5hNY4oP7Q,284609
8
+ nvidia_nat_phoenix-1.3.0rc5.dist-info/licenses/LICENSE.md,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
9
+ nvidia_nat_phoenix-1.3.0rc5.dist-info/METADATA,sha256=UEOcX15YJXBihF3Zs5rayisHcLjtEnk3o_rM2VpsjeA,2000
10
+ nvidia_nat_phoenix-1.3.0rc5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
11
+ nvidia_nat_phoenix-1.3.0rc5.dist-info/entry_points.txt,sha256=tloFOh3dHEuZivrX1cMk8UcyCdeF59gEFOqr_HRZNb4,60
12
+ nvidia_nat_phoenix-1.3.0rc5.dist-info/top_level.txt,sha256=8-CJ2cP6-f0ZReXe5Hzqp-5pvzzHz-5Ds5H2bGqh1-U,4
13
+ nvidia_nat_phoenix-1.3.0rc5.dist-info/RECORD,,