Skip to content

Commit 15d62ac

Browse files
Merge pull request #1091 from anchal39/tomli-version-fix
Fixes #1090. Pinned requirement to tomli<=2.0.2.
2 parents 5d3a1f8 + c766df1 commit 15d62ac

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)