#1144104 jsonargparse: please patch-out usage of obsolete "toml" (replace with tomli_w)

#1144104#5
Date:
2026-08-11 08:46:27 UTC
From:
To:
Hi Gianfranco,

I'm tracking the usage of obsolete "toml" lib.

It has already be largely replaced by "tomli".

And "tomli" has been integrated into the Python Standard Library since 3.10 (3.11?)
under the name "tomllib".

But the trick is that only the _reading_ part has been integrated, not the writing part.

For the writing part there is python3-tomli-w.

I guess python3-toml will still remain for a few years;
but it's better to give upstream a headsup well in advance.

Greetings

Alexandre