Let's use #TOML for #Python packaging, it will be fun, they said.
Now we have TOML 1.1, and if packages start using it, they will no longer work with tools only supporting TOML 1.0. Such fun :)

Adopting TOML 1.1?
TOML 1.1 was released a few weeks ago bringing small but welcome changes: TOML: English v1.1.0 toml/CHANGELOG.md at main · toml-lang/toml · GitHub This presents an interesting compatibility challenge for Python packaging standards, as I don’t think any of the PEPs that introduce toml based files (pyproject.toml and pylock.toml) specify which version of TOML should be used. I assume that at some point TOML 1.1 will be added to tomli and then those changes will be upstreamed to the standard li...




CyberAgent Developers Bl