How do I define my own source for Pedantic BaseSettings
I’ve got a library that provides configuration information at runtime. I’ve implemented a a RuntimeBaseSettingsSource
that extends BaseSettingsSource
. How do I expose my new source so it gets pulled in by BaseSettings
?