We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a260c6 commit 042a51fCopy full SHA for 042a51f
1 file changed
pyproject.toml
@@ -125,6 +125,14 @@ lint = [
125
lint-types = "uv run --all-groups mypy --check-untyped-defs --namespace-packages ."
126
test = "uv run --all-groups pytest"
127
128
+[tool.uv]
129
+conflicts = [
130
+ [
131
+ { group = "langchain" },
132
+ { group = "langgraph" },
133
+ ],
134
+]
135
+
136
[tool.pytest.ini_options]
137
asyncio_mode = "auto"
138
log_cli = true
0 commit comments