From 25e33b1927b7eddafc9004934b036d538dfb35b4 Mon Sep 17 00:00:00 2001 From: Zheng Feng Date: Sun, 21 Jun 2026 19:09:27 +0800 Subject: [PATCH] chore(deps): sync uv.lock with groundroute extra (#3678) The deerflow-harness pyproject.toml declares a groundroute optional extra (added in #3675), but uv.lock provides-extras was left out of sync. Regenerate the lock so the declared extra is recorded. --- backend/uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/uv.lock b/backend/uv.lock index 2b04c0f34..fd71a5fe5 100644 --- a/backend/uv.lock +++ b/backend/uv.lock @@ -922,7 +922,7 @@ requires-dist = [ { name = "tavily-python", specifier = ">=0.7.17" }, { name = "tiktoken", specifier = ">=0.8.0" }, ] -provides-extras = ["ollama", "postgres", "pymupdf"] +provides-extras = ["groundroute", "ollama", "postgres", "pymupdf"] [[package]] name = "defusedxml"