File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -79,9 +79,8 @@ The lockfile is [automatically created and updated](./sync.md#automatic-lock-and
79
79
invocations that use the project environment, i.e., ` uv sync ` and ` uv run ` . The lockfile may also be
80
80
explicitly updated using ` uv lock ` .
81
81
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.
85
84
86
85
!!! note
87
86
@@ -90,7 +89,6 @@ and not usable by other tools.
90
89
91
90
Some of uv's functionality cannot be expressed in the `pylock.toml` format,
92
91
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.
94
92
95
93
However, support for `pylock.toml` is planned everywhere uv currently supports `requirements.txt` files.
96
94
For more details and updates on progress, see [12584](https://github.com/astral-sh/uv/issues/12641).
You can’t perform that action at this time.
0 commit comments