Skip to content

Commit

Permalink
poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Oct 30, 2023
1 parent ac71d58 commit 75e6434
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions libs/langchain/poetry.lock

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

3 changes: 2 additions & 1 deletion libs/langchain/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ aiosqlite = {version = "^0.19.0", optional = true}
rspace_client = {version = "^2.5.0", optional = true}
upstash-redis = {version = "^0.15.0", optional = true}
google-cloud-documentai = {version = "^2.20.1", optional = true}
konko = {version = "^0.4.1", optional = true, extras = ["extended_testing"]}
konko = {version = "^0.4.1", optional = true}


[tool.poetry.group.test.dependencies]
Expand Down Expand Up @@ -373,6 +373,7 @@ extended_testing = [
"anthropic",
"upstash-redis",
"rspace_client",
"konko",
]

[tool.ruff]
Expand Down

0 comments on commit 75e6434

Please sign in to comment.