Migrating to DVC 3.65.0
Version 3.65.0 introduces 1 breaking change. This guide details how to update your code.
Released: 12/22/2025
1
Breaking Changes
1
Migration Steps
0
Affected Symbols
Breaking Changes
●Issue #1
Removed the pytest-test-utils dependency. Tests that import or rely on pytest-test-utils will fail; update your test suite to remove those imports or replace with alternative testing utilities.
Migration Steps
- 1If your test suite uses pytest-test-utils, delete those imports and adjust tests accordingly.
Release Summary
Version 3.65.0 adds bulk remote entry checks and drops the pytest-test-utils dependency, requiring test suite updates if that utility was used.
Need More Details?
View the full release notes and all changes for DVC 3.65.0.
View Full Changelog