diff --git a/dvc/utils/studio.py b/dvc/utils/studio.py index b3b0f0b596..c774252bd4 100644 --- a/dvc/utils/studio.py +++ b/dvc/utils/studio.py @@ -23,7 +23,7 @@ logger = logger.getChild(__name__) -STUDIO_URL = "https://studio.dvc.ai" +STUDIO_URL = "https://studio.datachain.ai" def post( diff --git a/pyproject.toml b/pyproject.toml index 4bbd2ece49..1628bae50e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "dvc-http>=2.29.0", "dvc-objects", "dvc-render>=1.0.1,<2", - "dvc-studio-client>=0.21,<1", + "dvc-studio-client>=0.22,<1", "dvc-task>=0.3.0,<1", "flatten_dict<1,>=0.4.1", "flufl.lock>=8.1.0,<9", # https://github.com/iterative/dvc/issues/9654