Describe the bug
Pydantic recently release 2.12.0 and it appears to break pyiceberg thus break our CI:
FAILED integration_tests/test_catalog_apis.py::test_load_table - AttributeError: 'pydantic_core._pydantic_core.ValidationInfo' object has no attribute 'current_schema_id'
FAILED integration_tests/test_catalog_apis.py::test_drop_table_purge - AttributeError: 'pydantic_core._pydantic_core.ValidationInfo' object has no attribute 'current_schema_id'
I will file a fix to pin pydantic version to unblock the CI
To Reproduce
No response
Actual Behavior
No response
Expected Behavior
No response
Additional context
No response
System information
No response