From 25ba1e1a8b45668fbcbcaf383315220f7016f0c8 Mon Sep 17 00:00:00 2001 From: david-leifker <114954101+david-leifker@users.noreply.github.com> Date: Wed, 17 Apr 2024 13:47:13 -0500 Subject: [PATCH] chore(pyiceburg): set minimum version (#10318) --- metadata-ingestion/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata-ingestion/setup.py b/metadata-ingestion/setup.py index 9def0349fbf82..c0da64e6a68aa 100644 --- a/metadata-ingestion/setup.py +++ b/metadata-ingestion/setup.py @@ -223,7 +223,7 @@ iceberg_common = { # Iceberg Python SDK - "pyiceberg", + "pyiceberg~=0.4", # We currently pin to pydantic v1, since we only test against pydantic v1 in CI. # However, we should remove this once we fix compatibility with newer versions # of pyiceberg, which depend on pydantic v2.