Skip to content
Unverified Commit 2946d3b0 authored by Richard Si's avatar Richard Si Committed by GitHub
Browse files

Switch `toml` TOML library for `tomli` (#2301)



toml unfortunately has a lack of maintainership issue right now. It's
evident by the fact toml only supports TOML v0.5.0. TOML v1.0.0 has
been recently released and right now Black crashes hard on its usage.

tomli is a brand new parse only TOML library. It supports TOML
v1.0.0. Although TBH we're switching to this one mostly because
pip is doing the same.

*The upper bound was included at the library maintainer's request.

Co-authored-by: default avatarŁukasz Langa <lukasz@langa.pl>
Co-authored-by: default avatarTaneli Hukkinen <3275109+hukkin@users.noreply.github.com>
parent c64fb8cb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment