From 62b66ee0b7f0866f971e10e41645f1756f6123e8 Mon Sep 17 00:00:00 2001 From: Themis Valtinos <73662635+themisvaltinos@users.noreply.github.com> Date: Thu, 18 Sep 2025 13:32:42 +0300 Subject: [PATCH 1/2] Chore: Pin cryptography instead of leaving it to the resolver --- .circleci/continue_config.yml | 22 +++++++++++----------- pyproject.toml | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index e21f3d869b..0ce2a6c21d 100644 --- a/.circleci/continue_config.yml +++ b/.circleci/continue_config.yml @@ -302,18 +302,18 @@ workflows: matrix: parameters: engine: - - snowflake - - databricks - - redshift - - bigquery - - clickhouse-cloud - - athena - - fabric + # - snowflake + # - databricks + # - redshift + # - bigquery + # - clickhouse-cloud + # - athena + # - fabric - gcp-postgres - filters: - branches: - only: - - main + # filters: + # branches: + # only: + # - main - ui_style - ui_test - vscode_test diff --git a/pyproject.toml b/pyproject.toml index d5c33bbe49..56b52fd447 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ dev = [ "agate", "beautifulsoup4", "clickhouse-connect", - "cryptography", + "cryptography<46.0.0", "databricks-sql-connector", "dbt-bigquery", "dbt-core", @@ -119,7 +119,7 @@ postgres = ["psycopg2"] redshift = ["redshift_connector"] slack = ["slack_sdk"] snowflake = [ - "cryptography", + "cryptography<46.0.0", "snowflake-connector-python[pandas,secure-local-storage]", "snowflake-snowpark-python", ] From 037d514a4773b12927c7157f9235b9a88b6ed563 Mon Sep 17 00:00:00 2001 From: Themis Valtinos <73662635+themisvaltinos@users.noreply.github.com> Date: Thu, 18 Sep 2025 14:00:44 +0300 Subject: [PATCH 2/2] reinstate engine filters --- .circleci/continue_config.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index 0ce2a6c21d..e21f3d869b 100644 --- a/.circleci/continue_config.yml +++ b/.circleci/continue_config.yml @@ -302,18 +302,18 @@ workflows: matrix: parameters: engine: - # - snowflake - # - databricks - # - redshift - # - bigquery - # - clickhouse-cloud - # - athena - # - fabric + - snowflake + - databricks + - redshift + - bigquery + - clickhouse-cloud + - athena + - fabric - gcp-postgres - # filters: - # branches: - # only: - # - main + filters: + branches: + only: + - main - ui_style - ui_test - vscode_test