Skip to content

Commit

Permalink
Add a note to say that dependencies between workspace members are edi…
Browse files Browse the repository at this point in the history
…table (#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)
  • Loading branch information
ReinforcedKnowledge authored Dec 16, 2024
1 parent 4b8cc3e commit 5a5429a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/concepts/projects/workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ the workspace. The `workspace = true` key-value pair in the `tool.uv.sources` ta
`bird-feeder` dependency should be provided by the workspace, rather than fetched from PyPI or
another registry.

!!! note

Dependencies between workspace members are editable.

Any `tool.uv.sources` definitions in the workspace root apply to all members, unless overridden in
the `tool.uv.sources` of a specific member. For example, given the following `pyproject.toml`:

Expand Down

0 comments on commit 5a5429a

Please sign in to comment.