Skip to content

Commit 341cc3c

Browse files
Chore: Pin cryptography instead of leaving it to the resolver (#5401)
1 parent 862ef50 commit 341cc3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)