Skip to content

Commit a702570

Browse files
authored
fix: remove cryptography pin for Snowflake (#3692)
1 parent 7131502 commit a702570

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: setup.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"opentelemetry-proto==1.27.0", # pip was having trouble resolving this transitive dependency of airflow
6868
"beautifulsoup4",
6969
"clickhouse-connect",
70-
"cryptography~=42.0.4",
70+
"cryptography",
7171
"custom-materializations",
7272
"databricks-sql-connector",
7373
"dbt-bigquery",
@@ -145,8 +145,7 @@
145145
"slack_sdk",
146146
],
147147
"snowflake": [
148-
# https://github.com/dbt-labs/dbt-snowflake/blob/main/dev-requirements.txt#L12
149-
"cryptography~=42.0.4",
148+
"cryptography",
150149
"snowflake-connector-python[pandas,secure-local-storage]",
151150
# as at 2024-08-05, snowflake-snowpark-python is only available up to Python 3.11
152151
"snowflake-snowpark-python; python_version<'3.12'",

0 commit comments

Comments
 (0)