From ddf45d16bdceb70605b711370a273a9d987f54b8 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Fri, 6 Sep 2024 22:41:07 +0000 Subject: [PATCH] fix: pin the build-dependencies for Python to a slightly older vendored openssl Fixes #2848 --- python/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/Cargo.toml b/python/Cargo.toml index b851425d53..d4c1597277 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -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"