python-dependency-injector
python-dependency-injector copied to clipboard
Modifying package for Pydantic Settings
trafficstars
Pydantic has decoupled BaseSettings to a new package pydantic-settings, however the decencies are non updated
for details please refer
https://docs.pydantic.dev/2.8/migration/#basesettings-has-moved-to-pydantic-settings
What about this PR? @rmk135
Thanks for contribution! Unfortunately, for the time being we want to be both backward- and forward-compatible with Pydantic, so closing this PR in favor of #832.