check_pydantic_core_version
Check that the installed pydantic-core dependency is compatible.
def check_pydantic_core_version() - > bool
Check that the installed pydantic-core dependency is compatible.
Returns
| Type | Description |
|---|---|
bool | True if the installed pydantic-core version matches the required compatible version, False otherwise |