From: Richard Si <63936253+ichard26@users.noreply.github.com> Date: Mon, 12 Jul 2021 20:01:38 +0000 (-0400) Subject: Switch `toml` TOML library for `tomli` (#2301) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/2946d3b03d499475ed2276e590516df46d01d01a?ds=sidebyside;hp=2946d3b03d499475ed2276e590516df46d01d01a 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: Ɓukasz Langa Co-authored-by: Taneli Hukkinen <3275109+hukkin@users.noreply.github.com> ---