-
Notifications
You must be signed in to change notification settings - Fork 1k
pin comfy-table to 7.1.2 #8244
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
pin comfy-table to 7.1.2 #8244
Conversation
|
Thanks @zachschuermann |
|
Would it make sense to ship a point release for this? The current release is unusable because of contradictory MSRV. |
I don't think it really matters. For downstream users without specific MSRV requirements there is no problem, and users with the same MSRV requirements can just pin the version - like we did here. The benefit of a release is that we prevent the impacted users from having to manually pin and/or to avoid an unintended bump of this dependency. |
Confirmed that delta-kernel-rs was able to pin the version by manually adding it as a dependency (even tho it's not a direct dependency). Annoying but worked. |
|
@zachschuermann Any reason you pinned to |
That may have been an oversight -- delta-kernel-rs is using |
|
yea that was (1) a typo and (2) in hindsight should have just used |
Is this something we should make a patch for 56.2.1 release for? |
|
Here is a PR to unpin comfytable: |
# Which issue does this PR close? We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. - Closes #8318 - follow on to #8244 # Rationale for this change Now that we have updated the MSRV we can unpin the comfy table version - #8429 # What changes are included in this PR? # Are these changes tested? If tests are not included in your PR, please explain why (for example, are they covered by existing tests)? # Are there any user-facing changes? If there are user-facing changes then we may require documentation to be updated before approving the PR. If there are any breaking changes to public APIs, please call them out. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Which issue does this PR close?
What changes are included in this PR?
pin
comfy-tableto release prior to 7.2.0's MSRV bump to 1.85 - included a TODO to unpin after arrow bumps to 1.85(context FWIW: caught in delta_kernel MSRV CI)
Are these changes tested?
validated MSRV with cargo-msrv:
# now passes cargo msrv --path arrow-cast/ verify --rust-version 1.84 --all-features