Skip to content

Commit 67d5894

Browse files
Chore: Unpin cryptography (#5704)
1 parent 4fcc8a3 commit 67d5894

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<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)