I see this deprecation warning when running tests with pytest:
archinstall/lib/disk/device_model.py:1473:
PydanticDeprecatedSince20: The `parse_raw` method is deprecated; if your data is JSON use `model_validate_json`,
otherwise load the data then use `model_validate` instead. Deprecated in Pydantic V2.0 to be removed in V3.0.
See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.10/migration/
return LsblkOutput.parse_raw(output)
I see this deprecation warning when running tests with pytest:
Migration guide: https://docs.pydantic.dev/2.10/migration/#migration-guide