Skip to content

Commit

Permalink
Wfh/update version (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw authored Nov 28, 2023
1 parent 6cbe2c2 commit 309f9d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "langsmith",
"version": "0.0.48",
"version": "0.0.49",
"description": "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.",
"files": [
"dist/",
Expand Down
2 changes: 1 addition & 1 deletion js/src/schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export interface Run extends BaseRun {
id: string;

/** Defines the sequence in which the run was executed. */
execution_order: number;
execution_order?: number;

/** The ID of the project that owns this run. */
session_id?: string;
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langsmith"
version = "0.0.66"
version = "0.0.67"
description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform."
authors = ["LangChain <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 309f9d9

Please sign in to comment.