langsmith 0.1.46 → 0.1.47

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/dist/index.cjs CHANGED
@@ -6,4 +6,4 @@ Object.defineProperty(exports, "Client", { enumerable: true, get: function () {
6
6
  var run_trees_js_1 = require("./run_trees.cjs");
7
7
  Object.defineProperty(exports, "RunTree", { enumerable: true, get: function () { return run_trees_js_1.RunTree; } });
8
8
  // Update using yarn bump-version
9
- exports.__version__ = "0.1.46";
9
+ exports.__version__ = "0.1.47";
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  export { Client, type ClientConfig } from "./client.js";
2
2
  export type { Dataset, Example, TracerSession, Run, Feedback, RetrieverOutput, } from "./schemas.js";
3
3
  export { RunTree, type RunTreeConfig } from "./run_trees.js";
4
- export declare const __version__ = "0.1.46";
4
+ export declare const __version__ = "0.1.47";
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
1
  export { Client } from "./client.js";
2
2
  export { RunTree } from "./run_trees.js";
3
3
  // Update using yarn bump-version
4
- export const __version__ = "0.1.46";
4
+ export const __version__ = "0.1.47";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "langsmith",
3
- "version": "0.1.46",
3
+ "version": "0.1.47",
4
4
  "description": "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.",
5
5
  "packageManager": "yarn@1.22.19",
6
6
  "files": [
@@ -97,12 +97,12 @@
97
97
  },
98
98
  "homepage": "https://github.com/langchain-ai/langsmith-sdk#readme",
99
99
  "dependencies": {
100
- "@types/uuid": "^9.0.1",
100
+ "@types/uuid": "^10.0.0",
101
101
  "commander": "^10.0.1",
102
102
  "p-queue": "^6.6.2",
103
103
  "p-retry": "4",
104
104
  "semver": "^7.6.3",
105
- "uuid": "^9.0.0"
105
+ "uuid": "^10.0.0"
106
106
  },
107
107
  "devDependencies": {
108
108
  "@ai-sdk/openai": "^0.0.40",