mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-29 17:59:24 +00:00
bugfix(setup): pin pydantic version due to incompatibility with pyiceberg (#14959)
This commit is contained in:
parent
0a0fcef047
commit
b6ff38d1c3
@ -295,6 +295,9 @@ iceberg_common = {
|
||||
# - From v0.10.0, new signatures: `visit_timestamp_ns`, `visit_timestampz_ns` and `visit_unknown`
|
||||
# need to be implemented (still to be done).
|
||||
"pyiceberg[glue,hive,dynamodb,snappy,hive,s3fs,adlfs,pyarrow,zstandard]>=0.8.0,<0.10.0",
|
||||
# Pin pydantic due to incompatibility with pyiceberg 0.9.1.
|
||||
# pyiceberg 0.9.1 requires pydantic>=2.0,<2.12
|
||||
"pydantic<2.12",
|
||||
*cachetools_lib,
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user