From 8d2d53ada1a0f9cc038f1c1bad9c1be92c0d7ee3 Mon Sep 17 00:00:00 2001 From: Cody Fincher Date: Tue, 18 Nov 2025 19:34:07 +0000 Subject: [PATCH] fix: temporarily remove migration for compiled path --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f0c0f39a..44d2020e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -166,7 +166,7 @@ include = [ "sqlspec/loader.py", # Loader module "sqlspec/storage/**/*.py", # Storage layer "sqlspec/observability/**/*.py", # Observability utilities - "sqlspec/migrations/**/*.py", # Migrations module + # "sqlspec/migrations/**/*.py", # Migrations module # === ADAPTER TYPE CONVERTERS === "sqlspec/adapters/adbc/type_converter.py", # ADBC type converter "sqlspec/adapters/bigquery/type_converter.py", # BigQuery type converter