Skip to content

Commit

Permalink
add langgraph to integ test dependency (#21)
Browse files Browse the repository at this point in the history
Signed-off-by: B-Step62 <[email protected]>
  • Loading branch information
B-Step62 authored Sep 25, 2024
1 parent 594ff64 commit dcef363
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 1 deletion.
105 changes: 104 additions & 1 deletion libs/databricks/poetry.lock

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

1 change: 1 addition & 0 deletions libs/databricks/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ optional = true

[tool.poetry.group.test_integration.dependencies]
langchain = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/langchain" }
langgraph = "^0.2.27"
pytest-timeout = "^2.3.1"

[tool.poetry.group.lint]
Expand Down

0 comments on commit dcef363

Please sign in to comment.