Skip to content

Commit 2f8d74b

Browse files
authored
chore(tooling): update uv.lock for compatibility with uv>=0.5.22 (#1178)
* chore(tooling): update `uv.lock` cf #1176 * docs(tooling): add `uv>=0.5.22` requirement * docs: update changelog
1 parent 1877a94 commit 2f8d74b

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

docs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ Release tarball changes:
109109
-`StateTest` fixture format now contains `state` field in each network post result, containing the decoded post allocation that results from the transaction execution ([#1064](https://github.com/ethereum/execution-spec-tests/pull/1064)).
110110
- ✨ Include EELS fork resolution information in filled json test fixtures ([#1123](https://github.com/ethereum/execution-spec-tests/pull/1123)).
111111
- 🔀 Updates ruff from version 0.8.2 to 0.9.4 ([#1168](https://github.com/ethereum/execution-spec-tests/pull/1168)).
112+
- 🔀 Update `uv.lock` to be compatible with `uv>=0.5.22` ([#1178](https://github.com/ethereum/execution-spec-tests/pull/1178)).
112113

113114
### 💥 Breaking Change
114115

docs/getting_started/installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
The tools provided by [execution-spec-tests](https://github.com/ethereum/execution-spec-tests) use `uv` ([docs.astral.sh/uv](https://docs.astral.sh/uv/)) to manage their dependencies and virtual environment.
66

7-
`uv` can be installed via curl (recommended; can self-update) or pip (requires Python, can't self-update):
7+
It's typically recommended to use the latest version of `uv`, currently `uv>=0.5.22` is required.
8+
9+
The latest version of `uv` can be installed via `curl` (recommended; can self-update via `uv self update`) or pip (requires Python, can't self-update):
810

911
=== "curl"
1012

uv.lock

Lines changed: 3 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)