My Python Azure Function App uses the Pydantic Settings library (https://github.com/pydantic/pydantic-settings). We have a config module that has a Settings class ...
In hunting down the reason some of my classes are found not to be proxiable, I have either found something I misunderstand in the facade generation interface, or an issue in building facades for ...