-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python CLI: DeprecationWarning
on dvc.repo.Repo
import
#10505
Comments
Thank you for the report. This has been fixed by iterative/dvc-data#539, and released in dvc-data==3.15.2. |
Oh sorry... I missed the existing issue as already closed. @skshetry, do you know when |
DVC only pins the minor version of dvc-data, so it does not need any adjustment in dvc side. Line 41 in 1bef0da
You can either do |
I did |
Description
Importing
from dvc.repo import Repo
issues aReproduce
Expected
A clean import.
Environment information
Output of
dvc doctor
:The text was updated successfully, but these errors were encountered: