Skip to content

[CI Failure] Python CLI failure due to pydantic update #2769

@HonahX

Description

@HonahX

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions