-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CT-2112: bump snowflake connector python #476
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to finalize the upper and lower bounds before merging.
Adding this blocking comment so we can be extra certain the merged PR has the upper and lower bounds that align with the final decision.
…-python' into dbeatty/bump-snowflake-connector-python
…le instructions for easy deployment
…ed warning readme file
…ed warning readme file
…ed warning readme file
…-python' into dbeatty/bump-snowflake-connector-python
…ents updates helped this
…-python' into dbeatty/bump-snowflake-connector-python
… as expected, but on the vulnerable version
…-python' into dbeatty/bump-snowflake-connector-python
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Version range for snowflake-connector-python
looks good 👍
Nice that you were also able to:
- Remove explicit dependencies for
cryptography
andrequests
- Greatly simplify
test_simple_seed.py
* Raise the upper bound to be the next major version of `snowflake-connector-python` * Changelog entry * 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]>
* 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]>
* 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]>
* Raise the upper bound to be the next major version of `snowflake-connector-python` * Changelog entry * Update .changes/unreleased/Dependencies-20230216-093128.yaml * created ubuntu-py38 image for local integration testing, added makefile instructions for easy deployment * added debian image * added docker dev-environment image * added additional python versions in ubuntu and debian containers, added warning readme file * resolved five of seven failing tests * resolved TestSimpleBigSeedBatched.test_big_batched_seed() test failure * 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]>
* Raise the upper bound to be the next major version of `snowflake-connector-python` * Changelog entry --------- Co-authored-by: Doug Beatty <[email protected]> Co-authored-by: Doug Beatty <[email protected]>
* Raise the upper bound to be the next major version of `snowflake-connector-python` * Changelog entry --------- Co-authored-by: Doug Beatty <[email protected]> Co-authored-by: Doug Beatty <[email protected]>
* Raise the upper bound to be the next major version of `snowflake-connector-python` * Changelog entry --------- Co-authored-by: Doug Beatty <[email protected]> Co-authored-by: Doug Beatty <[email protected]>
* Raise the upper bound to be the next major version of `snowflake-connector-python` * Changelog entry --------- Co-authored-by: Doug Beatty <[email protected]> Co-authored-by: Doug Beatty <[email protected]>
resolves #469, #393, #371
Description
Patches
snowflake-connector-python
vulnerability https://www.cve.org/CVERecord?id=CVE-2022-42965.snowflake-connector-python
to 3.0cryptography
andrequests
; these are covered indbt-core
andsnowflake-connector-python
-> reduces potential for version conflictsWe suspect this will also resolve issue #393 as that was tied back to an older version of
snowflake-connector-python
. The priority is to resolve the vulnerability, but testing will be done for this issue as well. If there is additional work to be done for #393, a new PR will be opened to cover the gap.Checklist
changie new
to create a changelog entry