Skip to content

Commit 042a51f

Browse files
committed
Declare langchain and langgraph as conflicting dependency groups
1 parent 8a260c6 commit 042a51f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,14 @@ lint = [
125125
lint-types = "uv run --all-groups mypy --check-untyped-defs --namespace-packages ."
126126
test = "uv run --all-groups pytest"
127127

128+
[tool.uv]
129+
conflicts = [
130+
[
131+
{ group = "langchain" },
132+
{ group = "langgraph" },
133+
],
134+
]
135+
128136
[tool.pytest.ini_options]
129137
asyncio_mode = "auto"
130138
log_cli = true

0 commit comments

Comments
 (0)