-
Notifications
You must be signed in to change notification settings - Fork 998
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
Updates to click==8.* #2210
Updates to click==8.* #2210
Conversation
Hi @diogommartins. Thanks for your PR. I'm waiting for a feast-dev member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Thanks for the PR! Mind signing the commit to pass the DCO check? |
Codecov Report
@@ Coverage Diff @@
## master #2210 +/- ##
===========================================
- Coverage 84.40% 73.30% -11.11%
===========================================
Files 104 103 -1
Lines 8247 8158 -89
===========================================
- Hits 6961 5980 -981
- Misses 1286 2178 +892
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Signed-off-by: diogommartins <[email protected]>
ca579b6
to
51a38d6
Compare
Done it! /assign @tsotnet |
/ok-to-test |
will also need to update the pip-tools requirements files: https://github.com/feast-dev/feast/tree/master/sdk/python/requirements |
will do |
Signed-off-by: diogommartins <[email protected]>
Is there any reason to only support a single major version? |
Since there isn't an interface change from 7.x and 8.x, I don't see a reason not to support both. I fixed the version to 8.x to follow the previous design decision 🤷♂️ |
this seems fine to me. we can keep this unless someone else feels strongly. /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adchia, diogommartins The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
Updates click from 7.x to 8.x - https://click.palletsprojects.com/en/8.0.x/upgrading/