Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Depend on tomli rather than toml #137

Closed
johnthagen opened this issue Sep 6, 2022 · 0 comments · Fixed by #138
Closed

Depend on tomli rather than toml #137

johnthagen opened this issue Sep 6, 2022 · 0 comments · Fixed by #138

Comments

@johnthagen
Copy link

added TOML parsing support.

It added a dependency on the toml package:

toml>=0.10.2

Since that PR was originally opened, the community has mostly moved from toml (which has historically not been maintained well) to tomli. tomli was added to the Python standard library in Python 3.11.

One primary benefit of using tomli is that eventually the dependency can be dropped all together when Python 3.11 is the oldest supported Python version. It also reduces install time as most other packages in the ecosystem are using tomli.

@fsouza fsouza mentioned this issue Sep 6, 2022
@fsouza fsouza closed this as completed in 67ee42e Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant