Migrating to DVC 3.66.0
Version 3.66.0 introduces 1 breaking change. This guide details how to update your code.
Released: 1/6/2026
1
Breaking Changes
1
Migration Steps
0
Affected Symbols
Breaking Changes
●Issue #1
The `pathspec` dependency is now restricted to versions <1, which may break projects that relied on newer versions. Update your `pathspec` requirement to <1 or adjust code to be compatible.
Migration Steps
- 1If your project depends on `pathspec` >=1, downgrade the dependency to a version <1 or modify code to work with the older API.
Release Summary
This release restricts the `pathspec` dependency to versions below 1, introduces the `--collapse-foreach-matrix` CLI option, and updates the `flufl-lock` version bounds.
Need More Details?
View the full release notes and all changes for DVC 3.66.0.
View Full Changelog