Skip to content

Commit 5a5429a

Browse files
Add a note to say that dependencies between workspace members are editable (#9363)
Just a small note to say that dependencies between workspace members are editable as shown in #9362 (This might be obvious since if dependencies between workspaces members are not editable then every time a workspace member is update it has to be manually reinstalled but since it's in the concepts documentation and since I see a lot of issues about workspaces, that little note might help newcomers a little bit)
1 parent 4b8cc3e commit 5a5429a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/concepts/projects/workspaces.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ the workspace. The `workspace = true` key-value pair in the `tool.uv.sources` ta
8888
`bird-feeder` dependency should be provided by the workspace, rather than fetched from PyPI or
8989
another registry.
9090

91+
!!! note
92+
93+
Dependencies between workspace members are editable.
94+
9195
Any `tool.uv.sources` definitions in the workspace root apply to all members, unless overridden in
9296
the `tool.uv.sources` of a specific member. For example, given the following `pyproject.toml`:
9397

0 commit comments

Comments
 (0)