Skip to content

Commit

Permalink
Add langchain integration test deps
Browse files Browse the repository at this point in the history
Signed-off-by: Prithvi Kannan <[email protected]>
  • Loading branch information
prithvikannan committed Dec 12, 2024
1 parent efbfc54 commit beb6766
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions integrations/langchain/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ dev = [
"ruff==0.6.4",
]

integration = [
"langgraph>=0.2.27",
"pytest-timeout>=2.3.1",
]

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
Expand Down

0 comments on commit beb6766

Please sign in to comment.