Skip to content

Commit eef4ed8

Browse files
AleksMatcopybara-github
authored andcommitted
Temporary restrict pathspec<1.0.0 dependency
PiperOrigin-RevId: 876296170
1 parent 29f89da commit eef4ed8

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

patches/pyink.patch

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,13 @@
10261026
classifiers = [
10271027
"Development Status :: 5 - Production/Stable",
10281028
"Environment :: Console",
1029-
@@ -71,50 +43,38 @@ dependencies = [
1029+
@@ -66,55 +38,43 @@ dependencies = [
1030+
"click>=8.0.0",
1031+
"mypy_extensions>=0.4.3",
1032+
"packaging>=22.0",
1033+
- "pathspec>=0.9.0",
1034+
+ "pathspec>=0.9.0,<1.0.0",
1035+
"platformdirs>=2",
10301036
"pytokens>=0.3.0",
10311037
"tomli>=1.1.0; python_version < '3.11'",
10321038
"typing_extensions>=4.0.1; python_version < '3.11'",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
"click>=8.0.0",
3939
"mypy_extensions>=0.4.3",
4040
"packaging>=22.0",
41-
"pathspec>=0.9.0",
41+
"pathspec>=0.9.0,<1.0.0",
4242
"platformdirs>=2",
4343
"pytokens>=0.3.0",
4444
"tomli>=1.1.0; python_version < '3.11'",

0 commit comments

Comments
 (0)