You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry @sobolevn, I didn't notice the last sentence of your post. Not sure if you were already working on this, but I have created a PR which fixes this in #67.
toml
was last released on 02.11.2020: https://pypi.org/project/toml/#historyThere are multiple known bugs: https://github.com/uiri/toml/issues
Maintainer is not supporting their project: uiri/toml#361
Multiple big projects like
mypy
,black
,typeshed
have already switched.The transition seems to be rather simple: basically swap
import toml
withimport tomli
and use a properencoding
when callingloads
.Related: https://www.python.org/dev/peps/pep-0680/
If this is something you think should be done, I can send a PR.
The text was updated successfully, but these errors were encountered: