mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
0320a99361
* feat: support multiple dotenv files Allow BaseSettings to accept multiple dotenv files in Config as a list or tuple. * docs: add multiple dotenv support * docs: add a change summary * test: add missing tests * fix: test coverage * refactor: raise a TypeError when an object of an invalid type is passed * fix: a lint error * refactor: remove `_read_process_env_vars` method * docs: update priority * refactor: apply a review * test: simplify testing * refactor: apply reviews * reverse piority order, reduce diff size * fix change file grammar * correct docs, avoid unnecessary copy of os.environ * correct wording in docs Co-authored-by: Samuel Colvin <s@muelcolvin.com>