From e5d43bce962149f58ec43d17bbd024fc59a72e6a Mon Sep 17 00:00:00 2001 From: Prajwal214 <167504578+Prajwal214@users.noreply.github.com> Date: Tue, 8 Oct 2024 14:55:57 +0530 Subject: [PATCH] Minor: Updated pyiceberg version to 0.5.1 (#18155) Co-authored-by: Prajwal Pandit --- ingestion/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion/setup.py b/ingestion/setup.py index 0545f715734..ab5eb40dec4 100644 --- a/ingestion/setup.py +++ b/ingestion/setup.py @@ -236,7 +236,7 @@ plugins: Dict[str, Set[str]] = { "impyla~=0.18.0", }, "iceberg": { - "pyiceberg>=0.5", + "pyiceberg==0.5.1", # Forcing the version of a few packages so it plays nicely with other requirements. VERSIONS["pydantic"], VERSIONS["adlfs"],