Consider replacing the external `toml` library with the Python standard library `tomllib`. I don't believe we're doing anything exotic that warrants use of the external `toml`, and reducing the number of external dependencies would be helpful.
Consider replacing the external
tomllibrary with the Python standard librarytomllib.I don't believe we're doing anything exotic that warrants use of the external
toml, and reducing the number of external dependencies would be helpful.