mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-07-09 16:08:31 +00:00
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:
parent
5654a082f5
commit
25e33b1927
1 changed files with 1 additions and 1 deletions
2
backend/uv.lock
generated
2
backend/uv.lock
generated
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue