diff --git a/mkdocs/docs/api.md b/mkdocs/docs/api.md index fa22497e15..c36c24bc3e 100644 --- a/mkdocs/docs/api.md +++ b/mkdocs/docs/api.md @@ -1939,7 +1939,7 @@ PyIceberg integrates with [Apache DataFusion](https://datafusion.apache.org/) th The integration has a few caveats: - - Only works with `datafusion >= 45` + - Only works with `datafusion >= 45, < 49` - Depends directly on `iceberg-rust` instead of PyIceberg's implementation - Has limited features compared to the full PyIceberg API