✨ Allow pathlike for sr references
Currently providing a Path()
from pathlib as an SR reference errors.
The merge request allows for pathlike values, and forces their conversion to string.
A note that yes, this does technically do str(str)
if you pass a string, I know...