From 2eda5cb2d5c08a84fad88593ec3f16e18a9e1ec7 Mon Sep 17 00:00:00 2001 From: andre-fu Date: Tue, 11 Aug 2026 17:39:26 -0700 Subject: [PATCH] Pin Harbor timeout artifact recovery --- oddish/pyproject.toml | 2 +- oddish/uv.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/oddish/pyproject.toml b/oddish/pyproject.toml index d9a037600..44105a793 100644 --- a/oddish/pyproject.toml +++ b/oddish/pyproject.toml @@ -117,7 +117,7 @@ oddish-docstore-mcp = "oddish.mcp.docstore_server:main" [tool.uv.sources] # Keep the worker image on the exact Harbor revision used by Oddish's runtime gate. -harbor = { git = "https://github.com/abundant-ai/harbor", rev = "a7caa586de620f8a7103018f99ce9e1603f90eb4" } +harbor = { git = "https://github.com/abundant-ai/harbor", rev = "6e30ba35a5cfcf1fbd567a1f6b06fd69323e7e2c" } [tool.uv] override-dependencies = ["harbor==0.16.1"] diff --git a/oddish/uv.lock b/oddish/uv.lock index f93a395a2..a08a05758 100644 --- a/oddish/uv.lock +++ b/oddish/uv.lock @@ -8,7 +8,7 @@ resolution-markers = [ ] [manifest] -overrides = [{ name = "harbor", git = "https://github.com/abundant-ai/harbor?rev=a7caa586de620f8a7103018f99ce9e1603f90eb4" }] +overrides = [{ name = "harbor", git = "https://github.com/abundant-ai/harbor?rev=6e30ba35a5cfcf1fbd567a1f6b06fd69323e7e2c" }] [[package]] name = "aioboto3" @@ -920,7 +920,7 @@ wheels = [ [[package]] name = "harbor" version = "0.20.0" -source = { git = "https://github.com/abundant-ai/harbor?rev=a7caa586de620f8a7103018f99ce9e1603f90eb4#a7caa586de620f8a7103018f99ce9e1603f90eb4" } +source = { git = "https://github.com/abundant-ai/harbor?rev=6e30ba35a5cfcf1fbd567a1f6b06fd69323e7e2c#6e30ba35a5cfcf1fbd567a1f6b06fd69323e7e2c" } dependencies = [ { name = "dirhash" }, { name = "dockerfile-parse" }, @@ -1708,7 +1708,7 @@ requires-dist = [ { name = "dockerfile-parse", marker = "extra == 'worker'", specifier = ">=2.0.1" }, { name = "fastapi", marker = "extra == 'server'", specifier = "==0.128.0" }, { name = "google-generativeai", marker = "extra == 'worker'", specifier = "==0.8.6" }, - { name = "harbor", git = "https://github.com/abundant-ai/harbor?rev=a7caa586de620f8a7103018f99ce9e1603f90eb4" }, + { name = "harbor", git = "https://github.com/abundant-ai/harbor?rev=6e30ba35a5cfcf1fbd567a1f6b06fd69323e7e2c" }, { name = "httpx", specifier = "==0.28.1" }, { name = "jsonschema", specifier = ">=4.0" }, { name = "litellm", specifier = "==1.83.14" },