docs: add note about pydantic-settings' yaml support

This commit is contained in:
psychedelicious 2024-03-15 21:35:37 +11:00
parent 09a8c0328a
commit 415a4baf78

View File

@ -1,3 +1,6 @@
# TODO(psyche): pydantic-settings supports YAML settings sources. If we can figure out a way to integrate the YAML
# migration logic, we could use that for simpler config loading.
from __future__ import annotations
import os