pydantic / pydantic-settings

Settings management using pydantic
https://docs.pydantic.dev/latest/usage/pydantic_settings/
MIT License
593 stars 61 forks source link

We should use tomli not tomlkit #235

Closed samuelcolvin closed 7 months ago

samuelcolvin commented 7 months ago

tomli is the default.

My mistake not picking this up when reviewing #211.

We can still fall back to tomlkit.

samuelcolvin commented 7 months ago

Cc @hramezani.