ccmao1130 commented on code in PR #2169: URL: https://github.com/apache/iceberg-python/pull/2169#discussion_r2190844881
########## pyproject.toml: ########## @@ -78,7 +78,7 @@ gcsfs = { version = ">=2023.1.0", optional = true } huggingface-hub = { version = ">=0.24.0", optional = true } psycopg2-binary = { version = ">=2.9.6", optional = true } sqlalchemy = { version = "^2.0.18", optional = true } -getdaft = { version = ">=0.2.12", optional = true } +daft = { version = ">=0.5.0", optional = true } Review Comment: We changed our package from `getdaft` to `daft` and the earliest version for `daft` starts at v0.4.7 but we wanted to bump to v0.5.0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org