-
Notifications
You must be signed in to change notification settings - Fork 1.2k
chore: Unpin googleapis-common-protos
#2745
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
chore: Unpin googleapis-common-protos
#2745
Conversation
googleapis-common-protos
googleapis-common-protos
Codecov Report
@@ Coverage Diff @@
## master #2745 +/- ##
==========================================
- Coverage 80.28% 80.24% -0.05%
==========================================
Files 169 169
Lines 14366 14366
==========================================
- Hits 11534 11528 -6
- Misses 2832 2838 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
You'll probably need to regenerate the requirements files! |
Whoops! Thanks. |
I had some trouble with generating the requirements files and I would really appreciate it if someone could double-check my work. For one, the make targets Another issue is why that make target mentioned above fails. It fails with the following error:
As far as I can tell, that error is legitimate. We legitimately pin |
577cc76
to
f461992
Compare
Exact pinning this library can cause Feast to be incompatible with other libraries that users may want to install. Signed-off-by: Abhin Chhabra <[email protected]>
Signed-off-by: Abhin Chhabra <[email protected]>
Signed-off-by: Danny Chiao <[email protected]>
1ff6e95
to
b664f0c
Compare
Signed-off-by: Danny Chiao <[email protected]>
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adchia, chhabrakadabra 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 |
Hey folks, any chance to do a patch release with this unpinning? Made super difficult to figure out why this failed: tensorflow/tfx-addons#152 |
kicking off! sorry about that! |
* Unpin `googleapis-common-protos` Exact pinning this library can cause Feast to be incompatible with other libraries that users may want to install. Signed-off-by: Abhin Chhabra <[email protected]> * Regenerate requirements files. Signed-off-by: Abhin Chhabra <[email protected]> * Fixing requirements Signed-off-by: Danny Chiao <[email protected]> * Fix merge Signed-off-by: Danny Chiao <[email protected]> Co-authored-by: Danny Chiao <[email protected]>
Release is out! |
What this PR does / why we need it:
Exact pinning this library can cause Feast to be incompatible with other libraries that users may want to install.
Which issue(s) this PR fixes:
Fixes #