arize-phoenix 3.23.0__py3-none-any.whl → 3.24.0__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.

Potentially problematic release.


This version of arize-phoenix might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: arize-phoenix
3
- Version: 3.23.0
3
+ Version: 3.24.0
4
4
  Summary: AI Observability and Evaluation
5
5
  Project-URL: Documentation, https://docs.arize.com/phoenix/
6
6
  Project-URL: Issues, https://github.com/Arize-ai/phoenix/issues
@@ -26,7 +26,7 @@ Requires-Dist: openinference-instrumentation-llama-index>=1.2.0
26
26
  Requires-Dist: openinference-instrumentation-openai>=0.1.4
27
27
  Requires-Dist: openinference-semantic-conventions>=0.1.5
28
28
  Requires-Dist: opentelemetry-exporter-otlp
29
- Requires-Dist: opentelemetry-proto
29
+ Requires-Dist: opentelemetry-proto>=1.12.0
30
30
  Requires-Dist: opentelemetry-sdk
31
31
  Requires-Dist: pandas
32
32
  Requires-Dist: protobuf<6.0,>=3.20
@@ -4,7 +4,7 @@ phoenix/datetime_utils.py,sha256=D955QLrkgrrSdUM6NyqbCeAu2SMsjhR5rHVQEsVUdng,277
4
4
  phoenix/exceptions.py,sha256=X5k9ipUDfwSCwZB-H5zFJLas86Gf9tAx0W4l5TZxp5k,108
5
5
  phoenix/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
6
6
  phoenix/services.py,sha256=f6AeyKTuOpy9RCcTCjVH3gx5nYZhbTMFOuv1WSUOB5o,4992
7
- phoenix/version.py,sha256=-fnPYkMJuMYsJNUXTddOpG7yrKuGDLRQf--ap5CjI_c,23
7
+ phoenix/version.py,sha256=gjTZjq4DQfML3iAhAud_iXc-_X0aEBW4kipWwG8SoVs,23
8
8
  phoenix/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
9
  phoenix/core/embedding_dimension.py,sha256=zKGbcvwOXgLf-yrJBpQyKtd-LEOPRKHnUToyAU8Owis,87
10
10
  phoenix/core/model.py,sha256=SBO8BZg_CeQuH5LrSgzlQfqMModzirkQePdhnbLw7dE,4756
@@ -178,8 +178,8 @@ phoenix/utilities/error_handling.py,sha256=7b5rpGFj9EWZ8yrZK1IHvxB89suWk3lggDayU
178
178
  phoenix/utilities/logging.py,sha256=lDXd6EGaamBNcQxL4vP1au9-i_SXe0OraUDiJOcszSw,222
179
179
  phoenix/utilities/project.py,sha256=qWsvKnG1oKhOFUowXf9qiOL2ia7jaFe_ijFFHEt8GJo,431
180
180
  phoenix/utilities/span_store.py,sha256=puxYoYH_GmSeCWuGEoviD6QnrAZUgyRNO2BXG_au8_w,998
181
- arize_phoenix-3.23.0.dist-info/METADATA,sha256=9EVJWbZtgBf-iWtXEFfLJ9UI1uPNwF8DtYmrhIvGZco,29322
182
- arize_phoenix-3.23.0.dist-info/WHEEL,sha256=osohxoshIHTFJFVPhsi1UkZuLRGMHRXZzwEBW2ezjrc,87
183
- arize_phoenix-3.23.0.dist-info/licenses/IP_NOTICE,sha256=JBqyyCYYxGDfzQ0TtsQgjts41IJoa-hiwDrBjCb9gHM,469
184
- arize_phoenix-3.23.0.dist-info/licenses/LICENSE,sha256=HFkW9REuMOkvKRACuwLPT0hRydHb3zNg-fdFt94td18,3794
185
- arize_phoenix-3.23.0.dist-info/RECORD,,
181
+ arize_phoenix-3.24.0.dist-info/METADATA,sha256=YqPB3LwKvVjI50GDgMHjwElRpcFwMDp-udiLPAKwiZ0,29330
182
+ arize_phoenix-3.24.0.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
183
+ arize_phoenix-3.24.0.dist-info/licenses/IP_NOTICE,sha256=JBqyyCYYxGDfzQ0TtsQgjts41IJoa-hiwDrBjCb9gHM,469
184
+ arize_phoenix-3.24.0.dist-info/licenses/LICENSE,sha256=HFkW9REuMOkvKRACuwLPT0hRydHb3zNg-fdFt94td18,3794
185
+ arize_phoenix-3.24.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.24.1
2
+ Generator: hatchling 1.24.2
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
phoenix/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = "3.23.0"
1
+ __version__ = "3.24.0"