Skip to content

Commit

Permalink
Fixes #1090. Pinned requirement to tomli<=2.0.2.
Browse files Browse the repository at this point in the history
Signed-off-by: Anchal Agarwal <[email protected]>
  • Loading branch information
anchal39 committed Nov 28, 2024
1 parent 3c145df commit c766df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
build-backend = "_own_version_helper:build_meta"
requires = [
"setuptools>=61",
'tomli; python_version < "3.11"',
'tomli<=2.0.2; python_version < "3.11"',
]
backend-path = [
".",
Expand Down

0 comments on commit c766df1

Please sign in to comment.