nameexhaustion opened a new issue, #2648: URL: https://github.com/apache/iceberg-python/issues/2648
### Apache Iceberg version None ### Please describe the bug 🐞 Example - ```python from pyiceberg.io.pyarrow import schema_to_pyarrow # pydantic.warnings.PydanticDeprecatedSince212: Using `@model_validator` with mode='after' on a classmethod is deprecated. Instead, use an instance method. See the documentation at https://docs.pydantic.dev/2.12/concepts/validators/#model-after-validator. Deprecated in Pydantic V2.12 to be removed in V3.0. ``` Installed package versions - ```python pydantic 2.12.3 pydantic_core 2.41.4 pyiceberg 0.10.0 pyiceberg-core 0.7.0 ``` ### Willingness to contribute - [ ] I can contribute a fix for this bug independently - [ ] I would be willing to contribute a fix for this bug with guidance from the Iceberg community - [x] I cannot contribute a fix for this bug at this time -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
