Skip to content

Commit

Permalink
TruLens 1.2.9 (#1671)
Browse files Browse the repository at this point in the history
* version bump

* keep dill

* add lockfile

* update meta.yaml

* fix spacing

* api

* update lock

* Fix `poetry` environment issues. (#1670)

* update lockfile

---------

Co-authored-by: David Kurokawa <david.kurokawa@snowflake.com>
  • Loading branch information
sfc-gh-chu and sfc-gh-dkurokawa authored Dec 4, 2024
1 parent a0fcfce commit 4827e97
Show file tree
Hide file tree
Showing 23 changed files with 101 additions and 51 deletions.
90 changes: 66 additions & 24 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.8"
version = "1.2.9"
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.8"
version = "1.2.9"
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.8"
version = "1.2.9"
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.8"
version = "1.2.9"
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.8"
version = "1.2.9"
description = "Library to systematically track and evaluate LLM based applications."
authors = [
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",
Expand Down
4 changes: 2 additions & 2 deletions src/connectors/snowflake/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "trulens-connectors-snowflake" %}
{% set version = "1.2.8" %}
{% set version = "1.2.9" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz
sha256: 467e39e0fd44c5698d005987c8b4b5bff808f238db29479d3f14b05ecd2a34aa
sha256: 34439f15d462570e7f20bb89f207e92f5d80a8f4f4657c87005f14e1ae53b241

build:
noarch: python
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.8"
version = "1.2.9"
description = "Library to systematically track and evaluate LLM based applications."
authors = [
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",
Expand Down
4 changes: 2 additions & 2 deletions src/core/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "trulens-core" %}
{% set version = "1.2.8" %}
{% set version = "1.2.9" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz
sha256: 9cd240154391ec429ff9d385b6978838dbd1dd9778f01458869420af4beb4206
sha256: 7ce766eae1befe2de895a8bb46a049fbcdd4b56c7f4d395bf8cb3a7771e2371a

build:
noarch: python
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.8"
version = "1.2.9"
description = "Library to systematically track and evaluate LLM based applications."
authors = [
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",
Expand Down
4 changes: 2 additions & 2 deletions src/dashboard/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "trulens-dashboard" %}
{% set version = "1.2.8" %}
{% set version = "1.2.9" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz
sha256: d019be7067582a27ffabb6def1159fb5148e92a38b461b23d53b6cd20da2ae35
sha256: 3a784770d596a45bbe7e858911925e70b9363b0f6813881ca440a7dfca3767f8

build:
noarch: python
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.8"
version = "1.2.9"
description = "Library to systematically track and evaluate LLM based applications."
authors = [
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",
Expand Down
4 changes: 2 additions & 2 deletions src/feedback/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "trulens-feedback" %}
{% set version = "1.2.8" %}
{% set version = "1.2.9" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz
sha256: fb6b3621ba2f940ca0331202a6e9bb116f7720a723416f4e362d47b17d62ae67
sha256: db5564acc7ca2526d8d89573dca950c5e41e6cc689283d834268fac7be93597c

build:
noarch: python
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.8"
version = "1.2.9"
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.8"
version = "1.2.9"
description = "Library to systematically track and evaluate LLM based applications."
authors = [
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",
Expand Down
Loading

0 comments on commit 4827e97

Please sign in to comment.