We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62ae640 + af0ff98 commit f3c85a1Copy full SHA for f3c85a1
CHANGELOG.md
@@ -5,6 +5,7 @@
5
### Fixed
6
7
- fix #1119: also include pre/post release details in version_tuple
8
+- fix #1112: unpin setuptools for own dependencies due to ubuntu lts bugs
9
10
11
## v8.2.0
pyproject.toml
@@ -42,7 +42,8 @@ dynamic = [
42
]
43
dependencies = [
44
"packaging>=20",
45
- "setuptools>=61",
+ # https://github.com/pypa/setuptools-scm/issues/1112 - re-pin in a breaking release
46
+ "setuptools", # >=61",
47
'tomli>=1; python_version < "3.11"',
48
'typing-extensions; python_version < "3.10"',
49
0 commit comments