Skip to content

Commit b3fb75b

Browse files
danceratopzfelix314159
authored andcommitted
chore(tooling): bump uv.lock revision (ethereum#1597)
1 parent 668e1e3 commit b3fb75b

File tree

2 files changed

+829
-827
lines changed

2 files changed

+829
-827
lines changed

docs/dev/deps_and_packaging.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
EEST uses [`uv`](https://docs.astral.sh/uv/) to manage and pin its dependencies.
44

5+
Please use `uv>=0.7.0` to ensure `uv` writes `uv.lock` files with consistent fields and formatting (see [ethereum/execution-spec-tests#1597]https://github.com/ethereum/execution-spec-tests/pull/1597).
6+
57
## Managing Dependencies
68

79
We aim to provide specific [version specifiers](https://peps.python.org/pep-0440/#version-specifiers) for each of our direct and extra dependencies.
@@ -45,7 +47,7 @@ ethereum-spec-evm-resolver = { git = "https://github.com/petertdavies/ethereum-s
4547

4648
### Adding/modifying optional dependencies
4749

48-
These are packages in the optional "extra" groups: `lint`, `docs`, `test`, defined in the `pyproject.toml`:
50+
The package versions in the optional "extra" groups should also be managed via uv on the command-line These are the: `lint`, `docs`, `test` optional groups defined in the `pyproject.toml`:
4951

5052
```toml
5153
[project.optional-dependencies]

0 commit comments

Comments
 (0)