We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7131502 commit a702570Copy full SHA for a702570
setup.py
@@ -67,7 +67,7 @@
67
"opentelemetry-proto==1.27.0", # pip was having trouble resolving this transitive dependency of airflow
68
"beautifulsoup4",
69
"clickhouse-connect",
70
- "cryptography~=42.0.4",
+ "cryptography",
71
"custom-materializations",
72
"databricks-sql-connector",
73
"dbt-bigquery",
@@ -145,8 +145,7 @@
145
"slack_sdk",
146
],
147
"snowflake": [
148
- # https://github.com/dbt-labs/dbt-snowflake/blob/main/dev-requirements.txt#L12
149
150
"snowflake-connector-python[pandas,secure-local-storage]",
151
# as at 2024-08-05, snowflake-snowpark-python is only available up to Python 3.11
152
"snowflake-snowpark-python; python_version<'3.12'",
0 commit comments