I’m new to pydantic, I want to use it for Settings management in my app, I have a monorepo with some overrides. I wonder what is the “Pydantic” way of initializing the Settings class with a dynamic list of .env files.
My initial thought was to pass it in the ctor, but I’ve seen few opinions advising against using ctor with Pydantic.