library · inferred from evidence
pydantic.fields
A module within the Pydantic library from which 'ModelField' was attempted to be imported.
- ImportError: cannot import name 'ModelField' from 'pydantic.fields' with modern-treasury python SDK
The modern-treasury python SDK broke at import time under pydantic v2: `ImportError: cannot import name 'ModelField' from 'pydantic.fields'` (plus `pydantic.typing` and `pydantic.datetime_parse` imports). The SDK was written against pydanti