Skip to content

Commit 03778aa

Browse files
committed
deps: bump dvx to 6156acc0b (stop walking past fresh artifacts)
Pulls in two relevant fixes: - `4d2562c18` `dvx run`: stop walking upstream past fresh artifacts - `814e11379` `get_dep_hashes`: fall back to recorded md5 when dep file is absent Together these mean CI no longer needs to pull transitively-checked-only deps (e.g. per-year AASHTO `crashes.parquet`) — `dvx run` trusts the on-disk md5 of a fresh artifact and stops recursing into its tree.
1 parent f2890cf commit 03778aa

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"dask>=2024",
1717
"dotenv>=0.9.9",
1818
"dvc[s3]>=3.59",
19-
"dvx @ git+https://github.com/runsascoded/dvx@5d0f13896",
19+
"dvx @ git+https://github.com/runsascoded/dvx@6156acc0b",
2020
"geopandas>=1.0",
2121
"geopy>=2.4",
2222
"GitPython>=3.1",

uv.lock

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

0 commit comments

Comments
 (0)