File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ build-backend = "hatchling.build"
33requires = [
44 " hatchling" ,
55 " packaging>=20" ,
6+ ' typing-extensions; python_version < "3.11"' ,
67]
78
89[project ]
@@ -31,7 +32,7 @@ dynamic = [
3132dependencies = [
3233 " packaging>=20" ,
3334 ' tomli>=1; python_version < "3.11"' ,
34- ' typing-extensions; python_version < "3.10 "' ,
35+ ' typing-extensions; python_version < "3.11 "' ,
3536]
3637[project .urls ]
3738Documentation = " https://github.com/unknown/vcs-versioning#readme"
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ requires = [
66 " setuptools>=77.0.3" ,
77 " vcs-versioning" ,
88 ' tomli<=2.0.2; python_version < "3.11"' ,
9+ ' typing-extensions; python_version < "3.11"' ,
910]
1011backend-path = [
1112 " ." ,
@@ -45,7 +46,7 @@ dependencies = [
4546 # https://github.com/pypa/setuptools-scm/issues/1112 - re-pin in a breaking release
4647 " setuptools" , # >= 61",
4748 ' tomli>=1; python_version < "3.11"' ,
48- ' typing-extensions; python_version < "3.10 "' ,
49+ ' typing-extensions; python_version < "3.11 "' ,
4950]
5051
5152[tool .uv .sources ]
You can’t perform that action at this time.
0 commit comments