Arian Amiri
Results
2
issues of
Arian Amiri
In pydantic 2.0+ the `BaseSettings` class has been moved into a optional package, pydantic-settings. The configuration provider's `from_pydantic` method expect to find it in the pydantic package: https://github.com/ets-labs/python-dependency-injector/blob/master/src/dependency_injector/providers.pyx#L1806-L1816 This results...