Minor: Updated pyiceberg version to 0.5.1 (#18155)

Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
This commit is contained in:
Prajwal214 2024-10-08 14:55:57 +05:30 committed by GitHub
parent 457f3d919a
commit bbd159b947
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -236,7 +236,7 @@ plugins: Dict[str, Set[str]] = {
"impyla~=0.18.0", "impyla~=0.18.0",
}, },
"iceberg": { "iceberg": {
"pyiceberg>=0.5", "pyiceberg==0.5.1",
# Forcing the version of a few packages so it plays nicely with other requirements. # Forcing the version of a few packages so it plays nicely with other requirements.
VERSIONS["pydantic"], VERSIONS["pydantic"],
VERSIONS["adlfs"], VERSIONS["adlfs"],