Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

internal interdepdendency version bump for trulens-core #1636

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,339 changes: 655 additions & 684 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.9,!=3.9.7"
trulens-core = { version = "^1.0.0", extras = [
trulens-core = { version = "^1.2.2", extras = [
"otel",
"tqdm",
"openai",
Expand Down
306 changes: 153 additions & 153 deletions src/apps/langchain/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/apps/langchain/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.9,<3.13"
trulens-core = { version = "^1.0.0" }
trulens-core = { version = "^1.2.2" }
langchain = ">=0.2.10,<0.2.12" # ,!=0.2.12"
langchain-core = "=0.2.24" # ,<0.2.27"
# buggy after 0.2.24 until 0.3.0 but that is not compatible with nemoguardrails
Expand Down
698 changes: 349 additions & 349 deletions src/apps/llamaindex/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/apps/llamaindex/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.9"
trulens-core = { version = "^1.0.0" }
trulens-core = { version = "^1.2.2" }
trulens-apps-langchain = { version = "^1.0.0", python = "<3.13" }
pydantic = "^2"
llama-index = ">=0.11"
Expand Down
675 changes: 335 additions & 340 deletions src/apps/nemo/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/apps/nemo/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
trulens-core = { version = "^1.0.0" }
trulens-core = { version = "^1.2.2" }
trulens-apps-langchain = { version = "^1.0.0", python = "<3.13" }
pydantic = "^2"
nemoguardrails = ">=0.9"
Expand Down
16 changes: 8 additions & 8 deletions src/benchmark/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 src/benchmark/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.9"
trulens-core = { version = "^1.0.0" }
trulens-core = { version = "^1.2.2" }

[tool.poetry.group.dev.dependencies]
trulens-core = { path = "../core", develop = true }
2 changes: 1 addition & 1 deletion src/connectors/snowflake/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
trulens-core = { version = "^1.0.0" }
trulens-core = { version = "^1.2.2" }
snowflake-snowpark-python = { version = "^1.18" }
snowflake-sqlalchemy = { version = "^1.6" }

Expand Down
19 changes: 10 additions & 9 deletions src/core/poetry.lock

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

Loading
Loading