From 8689daac4ecad40ed8c2c0877fb078829744d456 Mon Sep 17 00:00:00 2001 From: skshetry <18718008+skshetry@users.noreply.github.com> Date: Sun, 1 Feb 2026 09:14:51 +0545 Subject: [PATCH] Add version constraint for `pathspec` package --- dvc/testing/benchmarks/fixtures.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dvc/testing/benchmarks/fixtures.py b/dvc/testing/benchmarks/fixtures.py index 8c326a2f38..efe9274765 100644 --- a/dvc/testing/benchmarks/fixtures.py +++ b/dvc/testing/benchmarks/fixtures.py @@ -113,6 +113,7 @@ def make_dvc_bin( version_constraints = [ ("<3.50.3", ["pygit2==1.14.1"]), ("<3.44.0", ["dulwich<1.0.0"]), + ("<3.67.0", ["pathspec<1"]), ] for spec, pkgs in version_constraints: try: