Fokko merged PR #1881:
URL: https://github.com/apache/iceberg-python/pull/1881
--
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...@iceber
b-rick opened a new pull request, #1881:
URL: https://github.com/apache/iceberg-python/pull/1881
When using pydantic>=2.11.0, we get an error when creating bucket
transforms. In this version, it's illegal to access self before calling super.
To fix this, we just need to ensure we call `supe