Skip to content

Commit c766df1

Browse files
committed
Fixes #1090. Pinned requirement to tomli<=2.0.2.
Signed-off-by: Anchal Agarwal <[email protected]>
1 parent 3c145df commit c766df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
build-backend = "_own_version_helper:build_meta"
55
requires = [
66
"setuptools>=61",
7-
'tomli; python_version < "3.11"',
7+
'tomli<=2.0.2; python_version < "3.11"',
88
]
99
backend-path = [
1010
".",

0 commit comments

Comments
 (0)