Contact Details
No response
What happened?
Summary
In our nox automations, we use tomllib in python >= 3.11 to parse the pyproject.toml file and get dependency groups. Instead of injecting a temporary tomli or equivalent dependency to support 3.10, PR #72 used some conditional imports and pip's vendored tomli version.
This is an unstable hack, really only meant to survive until we drop support for Python 3.10 soon.1
Code of Conduct