@arizeai/phoenix-client 5.6.0 → 5.6.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arizeai/phoenix-client",
3
- "version": "5.6.0",
3
+ "version": "5.6.1",
4
4
  "description": "A client for the Phoenix API",
5
5
  "main": "dist/src/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -75,7 +75,7 @@
75
75
  "tsx": "^4.19.3",
76
76
  "typescript": "^5.8.2",
77
77
  "vitest": "^4.0.10",
78
- "@arizeai/phoenix-evals": "0.6.5"
78
+ "@arizeai/phoenix-evals": "0.7.0"
79
79
  },
80
80
  "dependencies": {
81
81
  "@arizeai/openinference-semantic-conventions": "^1.1.0",
@@ -85,8 +85,8 @@
85
85
  "tiny-invariant": "^1.3.3",
86
86
  "zod": "^3.24.3",
87
87
  "zod-to-json-schema": "^3.24.3",
88
- "@arizeai/phoenix-otel": "0.3.4",
89
- "@arizeai/phoenix-config": "0.1.0"
88
+ "@arizeai/phoenix-config": "0.1.0",
89
+ "@arizeai/phoenix-otel": "0.3.4"
90
90
  },
91
91
  "engines": {
92
92
  "node": ">=18"
@@ -172,7 +172,7 @@ export interface paths {
172
172
  };
173
173
  get?: never;
174
174
  put?: never;
175
- /** Upload dataset from JSON, CSV, or PyArrow */
175
+ /** Upload dataset from JSON, JSONL, CSV, or PyArrow */
176
176
  post: operations["uploadDataset"];
177
177
  delete?: never;
178
178
  options?: never;