Skip to content

Commit 8eed8ee

Browse files
committed
trulens 2.4.0
1 parent f139aa5 commit 8eed8ee

File tree

21 files changed

+39
-39
lines changed

21 files changed

+39
-39
lines changed

poetry.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[tool.poetry]
88
name = "trulens"
9-
version = "2.3.1"
9+
version = "2.4.0"
1010
description = "Library to systematically track and evaluate LLM based applications."
1111
authors = [
1212
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",

src/apps/langchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[tool.poetry]
88
name = "trulens-apps-langchain"
9-
version = "2.3.1"
9+
version = "2.4.0"
1010
description = "Library to systematically track and evaluate LLM based applications."
1111
authors = [
1212
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",

src/apps/langgraph/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[tool.poetry]
88
name = "trulens-apps-langgraph"
9-
version = "2.3.1"
9+
version = "2.4.0"
1010
description = "Library to systematically track and evaluate LangGraph based applications."
1111
authors = [
1212
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",

src/apps/llamaindex/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[tool.poetry]
88
name = "trulens-apps-llamaindex"
9-
version = "2.3.1"
9+
version = "2.4.0"
1010
description = "Library to systematically track and evaluate LLM based applications."
1111
authors = [
1212
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",

src/apps/nemo/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[tool.poetry]
88
name = "trulens-apps-nemo"
9-
version = "2.3.1"
9+
version = "2.4.0"
1010
description = "Library to systematically track and evaluate LLM based applications."
1111
authors = [
1212
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",

src/benchmark/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[tool.poetry]
88
name = "trulens-benchmark"
9-
version = "2.3.1"
9+
version = "2.4.0"
1010
description = "Library to systematically track and evaluate LLM based applications."
1111
authors = [
1212
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",

src/connectors/snowflake/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[tool.poetry]
88
name = "trulens-connectors-snowflake"
9-
version = "2.3.1"
9+
version = "2.4.0"
1010
description = "Library to systematically track and evaluate LLM based applications."
1111
authors = [
1212
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",

src/core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[tool.poetry]
88
name = "trulens-core"
9-
version = "2.3.1"
9+
version = "2.4.0"
1010
description = "Library to systematically track and evaluate LLM based applications."
1111
authors = [
1212
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",

src/dashboard/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[tool.poetry]
88
name = "trulens-dashboard"
9-
version = "2.3.1"
9+
version = "2.4.0"
1010
description = "Library to systematically track and evaluate LLM based applications."
1111
authors = [
1212
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",

0 commit comments

Comments
 (0)