Skip to content

Commit 29f57a2

Browse files
authored
Fix lockfile note (#12793)
1 parent 876b9ae commit 29f57a2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/concepts/projects/layout.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,8 @@ The lockfile is [automatically created and updated](./sync.md#automatic-lock-and
7979
invocations that use the project environment, i.e., `uv sync` and `uv run`. The lockfile may also be
8080
explicitly updated using `uv lock`.
8181

82-
`uv.lock` is a human-readable TOML file but is managed by uv and should not be edited manually.
83-
There is no Python standard for lockfiles at this time, so the format of this file is specific to uv
84-
and not usable by other tools.
82+
`uv.lock` is a human-readable TOML file but is managed by uv and should not be edited manually. The
83+
`uv.lock` format is specific to uv and not usable by other tools.
8584

8685
!!! note
8786

@@ -90,7 +89,6 @@ and not usable by other tools.
9089

9190
Some of uv's functionality cannot be expressed in the `pylock.toml` format,
9291
so uv will continue to use the `uv.lock` format.
93-
The `uv.lock` format is specific to uv and not usable by other tools.
9492

9593
However, support for `pylock.toml` is planned everywhere uv currently supports `requirements.txt` files.
9694
For more details and updates on progress, see [12584](https://github.com/astral-sh/uv/issues/12641).

0 commit comments

Comments
 (0)