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"],