add new pydantic_settings based loader for ConfigSets

This commit is contained in:
Nick Sweeting
2024-09-22 19:30:24 -07:00
parent c8ff8f2b86
commit b6cfeb8d40
8 changed files with 201 additions and 21 deletions

View File

@@ -76,6 +76,7 @@ pycryptodomex==3.20.0; python_version == "3.11"
pydantic==2.9.2; python_version == "3.11"
pydantic-core==2.23.4; python_version == "3.11"
pydantic-pkgr==0.3.5; python_version == "3.11"
pydantic-settings==2.5.2; python_version == "3.11"
pygments==2.18.0; python_version == "3.11"
pyopenssl==24.2.1; python_version == "3.11"
python-benedict[html,toml,xls,xml,yaml]==0.33.2; python_version == "3.11"
@@ -83,6 +84,7 @@ python-benedict[io,parse]==0.33.2; python_version == "3.11"
python-benedict[xml]==0.33.2; python_version == "3.11"
python-crontab==3.2.0; python_version == "3.11"
python-dateutil==2.9.0.post0; python_version == "3.11"
python-dotenv==1.0.1; python_version == "3.11"
python-fsutil==0.14.1; python_version == "3.11"
python-ldap==3.4.4; python_version == "3.11"
python-slugify==8.0.4; python_version == "3.11"