From 643613c95ad6f50647688426c4fe40fe625dd897 Mon Sep 17 00:00:00 2001 From: Themis Valtinos <73662635+themisvaltinos@users.noreply.github.com> Date: Tue, 17 Feb 2026 20:38:02 +0200 Subject: [PATCH 1/2] Chore: Unpin cryptography --- .circleci/continue_config.yml | 20 ++++++++++---------- pyproject.toml | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index bf27e03f47..82d335ee44 100644 --- a/.circleci/continue_config.yml +++ b/.circleci/continue_config.yml @@ -314,17 +314,17 @@ workflows: parameters: engine: - snowflake - - databricks - - redshift - - bigquery - - clickhouse-cloud - - athena - - fabric + # - 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 9f24403564..81df00a373 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ dev = [ "agate", "beautifulsoup4", "clickhouse-connect", - "cryptography<46.0.0", + "cryptography", "databricks-sql-connector", "dbt-bigquery", "dbt-core", @@ -120,7 +120,7 @@ postgres = ["psycopg2"] redshift = ["redshift_connector"] slack = ["slack_sdk"] snowflake = [ - "cryptography<46.0.0", + "cryptography", "snowflake-connector-python[pandas,secure-local-storage]", "snowflake-snowpark-python", ] From aa8944b4b4a4b287940aa370bb2b25223bb5177f Mon Sep 17 00:00:00 2001 From: Themis Valtinos <73662635+themisvaltinos@users.noreply.github.com> Date: Tue, 17 Feb 2026 21:01:17 +0200 Subject: [PATCH 2/2] reinstate filter --- .circleci/continue_config.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index 82d335ee44..bf27e03f47 100644 --- a/.circleci/continue_config.yml +++ b/.circleci/continue_config.yml @@ -314,17 +314,17 @@ workflows: parameters: engine: - snowflake - # - databricks - # - redshift - # - bigquery - # - clickhouse-cloud - # - athena - # - fabric + - databricks + - redshift + - bigquery + - clickhouse-cloud + - athena + - fabric - gcp-postgres - # filters: - # branches: - # only: - # - main + filters: + branches: + only: + - main - ui_style - ui_test - vscode_test