mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-25 17:08:29 +00:00
feat(ingest): loosen pyarrow dep (#10141)
This commit is contained in:
parent
a70e775a12
commit
e97e6822ad
@ -224,8 +224,10 @@ microsoft_common = {"msal==1.22.0"}
|
||||
iceberg_common = {
|
||||
# Iceberg Python SDK
|
||||
"pyiceberg",
|
||||
*pydantic_no_v2, # because of pyiceberg
|
||||
"pyarrow>=9.0.0, <13.0.0",
|
||||
# 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.
|
||||
*pydantic_no_v2,
|
||||
}
|
||||
|
||||
s3_base = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user