bugfix(setup): pin pydantic version due to incompatibility with pyiceberg (#14959)

This commit is contained in:
Anush Kumar 2025-10-08 22:55:31 -07:00 committed by GitHub
parent 0a0fcef047
commit b6ff38d1c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,
}