diff --git a/seihou-okf-extension.cabal b/seihou-okf-extension.cabal
--- a/seihou-okf-extension.cabal
+++ b/seihou-okf-extension.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.0
 name: seihou-okf-extension
-version: 0.4.0.0
+version: 0.5.0.0
 synopsis: OKF documentation extension for Seihou registries
 description:
   External Seihou extension executable for generating OKF documentation bundles
@@ -46,7 +46,7 @@
     filepath >=1.4 && <2,
     okf-core ^>=0.1.2.0,
     optparse-applicative >=0.18 && <1,
-    seihou-core ^>=0.4.0.0,
+    seihou-core ^>=0.5.0.0,
     text >=2.0 && <3,
 
 executable seihou-okf-extension
@@ -91,7 +91,7 @@
     filepath >=1.4 && <2,
     hspec >=2.11 && <3,
     okf-core ^>=0.1.2.0,
-    seihou-core ^>=0.4.0.0,
+    seihou-core ^>=0.5.0.0,
     seihou-okf-extension-internal,
     tasty >=1.4 && <2,
     tasty-hspec >=1.2 && <2,
diff --git a/test/Seihou/OKF/Docs/RenderSpec.hs b/test/Seihou/OKF/Docs/RenderSpec.hs
--- a/test/Seihou/OKF/Docs/RenderSpec.hs
+++ b/test/Seihou/OKF/Docs/RenderSpec.hs
@@ -178,7 +178,8 @@
               baseModules = [simpleDep "base"],
               files = [],
               allowedTools = Nothing,
-              tags = ["blueprint"]
+              tags = ["blueprint"],
+              migrations = []
             },
       entryModuleRefs = [ModuleRef "base" True]
     }
