Skip to content
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

postgres: Don't pin botocore version #3006

Merged

Conversation

stpierre
Copy link
Contributor

@stpierre stpierre commented Jan 11, 2021

Description

This removes the pin for botocore, which isn't necessary. snowflake-connector-python doesn't pin it, and it restricts us to a much older version of boto3 than the boto3 pin would otherwise allow (specifically, botocore<1.15 requires boto3<1.12).

Checklist

  • I have signed the CLA
  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • I have updated the CHANGELOG.md and added information about my change to the "dbt next" section.

`snowflake-connector-python` doesn't pin it, and it restricts us to a
much older version of boto3 than the boto3 pin would otherwise allow
(specifically, botocore<1.15 requires boto3<1.12).
@cla-bot cla-bot bot added the cla:yes label Jan 11, 2021
Copy link
Contributor

@jtcohen6 jtcohen6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stpierre Thanks for the find on this one. You're right, snowflake-connector-python removed their tight range on botocore, which is great news.

Could you indeed add an "under the hood" changelog note to this effect, and add yourself to the list of contributors? There are a lot of folks who keep keen eyes on dependency updates.

Copy link
Contributor

@jtcohen6 jtcohen6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this @stpierre!

@jtcohen6 jtcohen6 merged commit c6f7dbc into dbt-labs:dev/kiyoshi-kuromiya Jan 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants