Skip to content

Commit

Permalink
Merge pull request #2922 from plotneishestvo/snowflake_connector_upgrade
Browse files Browse the repository at this point in the history
update cryptography package and snowflake connector
  • Loading branch information
jtcohen6 authored Dec 2, 2020
2 parents 5ba5271 + 3deb101 commit 34869fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
### Under the hood
- Bump hologram version to 0.0.11. Add scripts/dtr.py ([#2888](https:/fishtown-analytics/dbt/issues/2840),[#2889](https:/fishtown-analytics/dbt/pull/2889))
- Add event tracking for project parser/load times ([#2823](https:/fishtown-analytics/dbt/issues/2823),[#2893](https:/fishtown-analytics/dbt/pull/2893))
- Bump cryptography version to be >= 3.2 and bump snowflake connector to 2.3.6 ([#2896](https:/fishtown-analytics/dbt/issues/2896))

Contributors:
- [@feluelle](https:/feluelle) ([#2841](https:/fishtown-analytics/dbt/pull/2841))
Expand All @@ -30,6 +31,7 @@ Contributors:
- [@franloza](https:/franloza) ([#2837](https:/fishtown-analytics/dbt/pull/2837))
- [@max-sixty](https:/max-sixty) ([#2877](https:/fishtown-analytics/dbt/pull/2877))
- [@rsella](https:/rsella) ([#2892](https:/fishtown-analytics/dbt/issues/2892))
- [@plotneishestvo](https:/plotneishestvo) ([#2896](https:/fishtown-analytics/dbt/issues/2896))
- [@db-magnus](https:/db-magnus) ([#2892](https:/fishtown-analytics/dbt/issues/2892))

## dbt 0.19.0b1 (October 21, 2020)
Expand Down
4 changes: 2 additions & 2 deletions plugins/snowflake/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
},
install_requires=[
'dbt-core=={}'.format(package_version),
'snowflake-connector-python[secure-local-storage]==2.2.10',
'snowflake-connector-python[secure-local-storage]==2.3.6',
'azure-common<2.0.0',
'azure-storage-blob>=12.0.0,<13.0.0',
'urllib3>=1.20,<1.26.0',
# this seems sufficiently broad
'cryptography>=2,<3',
'cryptography>=3.2,<4',
],
zip_safe=False,
classifiers=[
Expand Down

0 comments on commit 34869fc

Please sign in to comment.