fffiloni commited on
Commit
4745dd6
·
verified ·
1 Parent(s): cf9d578

Upload 6 files

Browse files
Files changed (1) hide show
  1. CHANGELOG.md +5 -0
CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
 
 
 
 
 
1
  # v174 — Bucket run-prefix mount and robust worker bootstrap writes
2
 
3
  - Mounted the `runs/` Storage Bucket prefix explicitly into Jobs using `Volume(type="bucket", source=..., path="runs", mount_path="/output/runs")`.
 
1
+ # v176 — startup import fix for eval archive build
2
+
3
+ - Fixed a syntax error in `src/bucket.py` caused by nested quotes inside the launch summary `artifacts_url` f-string.
4
+ - Verified that the app imports/compiles cleanly again and that the full test suite passes.
5
+
6
  # v174 — Bucket run-prefix mount and robust worker bootstrap writes
7
 
8
  - Mounted the `runs/` Storage Bucket prefix explicitly into Jobs using `Volume(type="bucket", source=..., path="runs", mount_path="/output/runs")`.