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

fix: pin broken dependencies and changes in 0.19.1 #2878

Merged
merged 2 commits into from
Sep 11, 2024

Commits on Sep 11, 2024

  1. fix: pin the delta_kernel version to 0.3.0 specifically

    0.3.1 upgrades arrow to major version 53 and is therefore incompatible
    with arrow version 52 which we depend upon
    rtyler committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    4b7cd1e View commit details
    Browse the repository at this point in the history
  2. fix: pin all dependencies to deltalake-core 0.19.1 since 0.19.0 must …

    …be yanked
    
    Dependencies which might resolve 0.19.0 could inadvertently pull in
    kernel 0.3.1 and receive a broken build
    rtyler committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    8ea45c3 View commit details
    Browse the repository at this point in the history