Skip to content

Commit

Permalink
fix: pin the build-dependencies for Python to a slightly older vendor…
Browse files Browse the repository at this point in the history
…ed openssl

Fixes #2848
  • Loading branch information
rtyler committed Sep 6, 2024
1 parent d81103c commit deed674
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@ features = ["azure", "gcs", "python", "datafusion", "unity-experimental", "hdfs"
default = ["rustls"]
native-tls = ["deltalake/s3-native-tls", "deltalake/glue"]
rustls = ["deltalake/s3", "deltalake/glue"]

[build-dependencies]
openssl-src = "=300.3.1"

0 comments on commit deed674

Please sign in to comment.