diff --git a/docker/datahub-ingestion-base/base-requirements.txt b/docker/datahub-ingestion-base/base-requirements.txt index b7cd91898c97d4..6d599eab34e440 100644 --- a/docker/datahub-ingestion-base/base-requirements.txt +++ b/docker/datahub-ingestion-base/base-requirements.txt @@ -247,7 +247,7 @@ pydantic==1.10.14 pydash==7.0.7 pydruid==0.6.6 Pygments==2.17.2 -pyiceberg==0.4.0 +pyiceberg==0.6.0 pymongo==4.6.2 PyMySQL==1.1.0 pyOpenSSL==24.0.0 diff --git a/metadata-ingestion/setup.py b/metadata-ingestion/setup.py index 5570893b7d1df5..0e34dfd5fbbad1 100644 --- a/metadata-ingestion/setup.py +++ b/metadata-ingestion/setup.py @@ -223,8 +223,7 @@ iceberg_common = { # Iceberg Python SDK - "pyiceberg", - *pydantic_no_v2, # because of pyiceberg + "pyiceberg==0.6.0", "pyarrow>=9.0.0, <13.0.0", }