Skip to content

Commit

Permalink
Bump version to 1.2.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dkurokawa committed Nov 6, 2024
1 parent 10bf1b7 commit ec5e5e4
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[tool.poetry]
name = "trulens"
version = "1.2.5"
version = "1.2.6"
description = "Library to systematically track and evaluate LLM based applications."
authors = [
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/apps/langchain/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[tool.poetry]
name = "trulens-apps-langchain"
version = "1.2.5"
version = "1.2.6"
description = "Library to systematically track and evaluate LLM based applications."
authors = [
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/apps/llamaindex/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[tool.poetry]
name = "trulens-apps-llamaindex"
version = "1.2.5"
version = "1.2.6"
description = "Library to systematically track and evaluate LLM based applications."
authors = [
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/apps/nemo/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[tool.poetry]
name = "trulens-apps-nemo"
version = "1.2.5"
version = "1.2.6"
description = "Library to systematically track and evaluate LLM based applications."
authors = [
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/benchmark/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[tool.poetry]
name = "trulens-benchmark"
version = "1.2.5"
version = "1.2.6"
description = "Library to systematically track and evaluate LLM based applications."
authors = [
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/connectors/snowflake/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[tool.poetry]
name = "trulens-connectors-snowflake"
version = "1.2.5"
version = "1.2.6"
description = "Library to systematically track and evaluate LLM based applications."
authors = [
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[tool.poetry]
name = "trulens-core"
version = "1.2.5"
version = "1.2.6"
description = "Library to systematically track and evaluate LLM based applications."
authors = [
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/dashboard/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[tool.poetry]
name = "trulens-dashboard"
version = "1.2.5"
version = "1.2.6"
description = "Library to systematically track and evaluate LLM based applications."
authors = [
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/feedback/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[tool.poetry]
name = "trulens-feedback"
version = "1.2.5"
version = "1.2.6"
description = "A TruLens extension package implementing feedback functions for LLM App evaluation."
authors = [
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/providers/bedrock/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[tool.poetry]
name = "trulens-providers-bedrock"
version = "1.2.5"
version = "1.2.6"
description = "Library to systematically track and evaluate LLM based applications."
authors = [
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/providers/cortex/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[tool.poetry]
name = "trulens-providers-cortex"
version = "1.2.5"
version = "1.2.6"
description = "A TruLens extension package adding Snowflake Cortex support for LLM App evaluation."
authors = [
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/providers/huggingface/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[tool.poetry]
name = "trulens-providers-huggingface"
version = "1.2.5"
version = "1.2.6"
description = "Library to systematically track and evaluate LLM based applications."
authors = [
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/providers/langchain/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[tool.poetry]
name = "trulens-providers-langchain"
version = "1.2.5"
version = "1.2.6"
description = "Library to systematically track and evaluate LLM based applications."
authors = [
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/providers/litellm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[tool.poetry]
name = "trulens-providers-litellm"
version = "1.2.5"
version = "1.2.6"
description = "Library to systematically track and evaluate LLM based applications."
authors = [
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/providers/openai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[tool.poetry]
name = "trulens-providers-openai"
version = "1.2.5"
version = "1.2.6"
description = "Library to systematically track and evaluate LLM based applications."
authors = [
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/trulens_eval/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[tool.poetry]
name = "trulens_eval"
version = "1.2.5"
version = "1.2.6"
description = "Backwards-compatibility package for API of trulens_eval<1.0.0 using API of trulens-*>=1.0.0."
authors = [
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",
Expand Down

0 comments on commit ec5e5e4

Please sign in to comment.