python-dependency-injector icon indicating copy to clipboard operation
python-dependency-injector copied to clipboard

Modifying package for Pydantic Settings

Open techie-subhadeep opened this issue 1 year ago • 1 comments
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

techie-subhadeep avatar Jul 10 '24 04:07 techie-subhadeep

What about this PR? @rmk135

mateuszmarzec avatar Oct 03 '24 08:10 mateuszmarzec

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.

ZipFile avatar Dec 08 '24 17:12 ZipFile