-
Notifications
You must be signed in to change notification settings - Fork 386
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working