From c1edc816349e782f218a100f02749cbe416fe811 Mon Sep 17 00:00:00 2001 From: Yves Brissaud Date: Thu, 16 Jul 2026 15:29:27 +0200 Subject: [PATCH] chore: bump polyfill to pick up local dir dep includes Bump the sdk-sdk polyfill pin to current main (a164663), picking up fix(polyfill): include local dir deps declared in dagger-module.toml (dagger/sdk-sdk#10). Without it, generating a module that depends on a sibling local module fails: the polyfill built the module-source directory without the dep's subtree, so Directory.asModuleSource could not resolve the dependency ("dir module source does not contain a dagger config file"). Signed-off-by: Yves Brissaud --- dagger.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dagger.json b/dagger.json index 6abd9fb..62c29c8 100644 --- a/dagger.json +++ b/dagger.json @@ -8,7 +8,7 @@ { "name": "polyfill", "source": "github.com/dagger/sdk-sdk/polyfill@main", - "pin": "90ecbe40419359f01cef02a495e0d568648c92fb" + "pin": "a16466390cacd68bd72f7ae9910d990966fb2226" } ] }