arize-phoenix 8.29.0__py3-none-any.whl → 8.31.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.

phoenix/session/client.py CHANGED
@@ -151,8 +151,8 @@ class Client(TraceDataExtractor):
151
151
  end_time = end_time or stop_time
152
152
  try:
153
153
  response = self._client.post(
154
- headers={"accept": "application/json"},
155
154
  url="v1/spans",
155
+ headers={"accept": "application/json"},
156
156
  params={
157
157
  "project_name": project_name,
158
158
  "project-name": project_name, # for backward-compatibility
phoenix/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = "8.29.0"
1
+ __version__ = "8.31.0"