Skip to content

Commit 3afd5de

Browse files
authored
Remove uv workspaces (#64)
1 parent c7cbeec commit 3afd5de

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

libs/langchain-mongodb/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,5 @@ dev = [
2525
]
2626

2727
[tool.uv.sources]
28-
langchain-mongodb = { workspace = true }
29-
langgraph-checkpoint-mongodb = { workspace = true }
30-
31-
[tool.uv.workspace]
32-
members = [
33-
"libs/langchain-mongodb",
34-
"libs/langgraph-checkpoint-mongodb"
35-
]
28+
langchain-mongodb = { path = "libs/langchain-mongodb" }
29+
langgraph-checkpoint-mongodb = { path = "libs/langgraph-checkpoint-mongodb" }

0 commit comments

Comments
 (0)