From bbd159b947e7a98769fa11f3578a9d25a69d0db0 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 560c6262541..9f0ff238ea5 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"],