Skip to content

Commit

Permalink
CT-2112: bump snowflake connector python (#476)
Browse files Browse the repository at this point in the history
* Raise the upper bound to be the next major version of `snowflake-connector-python`
* Changelog entry
* Update .changes/unreleased/Dependencies-20230216-093128.yaml
* updated changelog to show specific version
* added changelog for updated build dependencies

---------

Co-authored-by: Doug Beatty <[email protected]>
Co-authored-by: Doug Beatty <[email protected]>
  • Loading branch information
3 people committed Mar 8, 2023
1 parent ca01f20 commit 870b8b0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20230216-093128.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Dependencies
body: Update snowflake-connector-python to 3.0
time: 2023-02-16T09:31:28.844127-07:00
custom:
Author: dbeatty10
Issue: "469"
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20230304-135458.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Dependencies
body: Removed explicit dependencies for cryptography and requests
time: 2023-03-04T13:54:58.498449-05:00
custom:
Author: mikealfare
PR: "476"
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ def _get_dbt_core_version():
include_package_data=True,
install_requires=[
"dbt-core~={}".format(dbt_core_version),
"snowflake-connector-python[secure-local-storage]>=2.4.1,<2.8.0",
"requests<3.0.0",
"cryptography>=3.2,<39.0.0",
"snowflake-connector-python[secure-local-storage]~=3.0",
],
zip_safe=False,
classifiers=[
Expand Down

0 comments on commit 870b8b0

Please sign in to comment.