Skip to content

Commit 643613c

Browse files
Chore: Unpin cryptography
1 parent 4fcc8a3 commit 643613c

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.circleci/continue_config.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -314,17 +314,17 @@ workflows:
314314
parameters:
315315
engine:
316316
- snowflake
317-
- databricks
318-
- redshift
319-
- bigquery
320-
- clickhouse-cloud
321-
- athena
322-
- fabric
317+
# - databricks
318+
# - redshift
319+
# - bigquery
320+
# - clickhouse-cloud
321+
# - athena
322+
# - fabric
323323
- gcp-postgres
324-
filters:
325-
branches:
326-
only:
327-
- main
324+
# filters:
325+
# branches:
326+
# only:
327+
# - main
328328
- ui_style
329329
- ui_test
330330
- 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<46.0.0",
59+
"cryptography",
6060
"databricks-sql-connector",
6161
"dbt-bigquery",
6262
"dbt-core",
@@ -120,7 +120,7 @@ postgres = ["psycopg2"]
120120
redshift = ["redshift_connector"]
121121
slack = ["slack_sdk"]
122122
snowflake = [
123-
"cryptography<46.0.0",
123+
"cryptography",
124124
"snowflake-connector-python[pandas,secure-local-storage]",
125125
"snowflake-snowpark-python",
126126
]

0 commit comments

Comments
 (0)