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.
This commit is contained in:
Zheng Feng 2026-06-21 19:09:27 +08:00 committed by GitHub
parent 5654a082f5
commit 25e33b1927
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
backend/uv.lock generated
View file

@ -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"