Skip to content

Commit 62b66ee

Browse files
Chore: Pin cryptography instead of leaving it to the resolver
1 parent 862ef50 commit 62b66ee

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.circleci/continue_config.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -302,18 +302,18 @@ workflows:
302302
matrix:
303303
parameters:
304304
engine:
305-
- snowflake
306-
- databricks
307-
- redshift
308-
- bigquery
309-
- clickhouse-cloud
310-
- athena
311-
- fabric
305+
# - snowflake
306+
# - databricks
307+
# - redshift
308+
# - bigquery
309+
# - clickhouse-cloud
310+
# - athena
311+
# - fabric
312312
- gcp-postgres
313-
filters:
314-
branches:
315-
only:
316-
- main
313+
# filters:
314+
# branches:
315+
# only:
316+
# - main
317317
- ui_style
318318
- ui_test
319319
- vscode_test

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dev = [
5656
"agate",
5757
"beautifulsoup4",
5858
"clickhouse-connect",
59-
"cryptography",
59+
"cryptography<46.0.0",
6060
"databricks-sql-connector",
6161
"dbt-bigquery",
6262
"dbt-core",
@@ -119,7 +119,7 @@ postgres = ["psycopg2"]
119119
redshift = ["redshift_connector"]
120120
slack = ["slack_sdk"]
121121
snowflake = [
122-
"cryptography",
122+
"cryptography<46.0.0",
123123
"snowflake-connector-python[pandas,secure-local-storage]",
124124
"snowflake-snowpark-python",
125125
]

0 commit comments

Comments
 (0)