Skip to content

Commit

Permalink
[CHORE] Pin PyIceberg version to <0.8 (#3391)
Browse files Browse the repository at this point in the history
Pinning because PyIceberg changes some internal APIs in v0.8 that we
currently use, which breaks our use case. Tracking progress on a fix in
#3394
  • Loading branch information
kevinzwang authored Nov 21, 2024
1 parent ea84522 commit ec39dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ azure = []
deltalake = ["deltalake"]
gcp = []
hudi = ["pyarrow >= 8.0.0"]
iceberg = ["pyiceberg >= 0.4.0", "packaging"]
iceberg = ["pyiceberg >= 0.4.0, < 0.8", "packaging"]
lance = ["lancedb"]
numpy = ["numpy"]
pandas = ["pandas"]
Expand Down

0 comments on commit ec39dc0

Please sign in to comment.