Skip to content

Commit

Permalink
chore(studio): Update Studio URL to new domain
Browse files Browse the repository at this point in the history
The https://studio.dvc.ai is deprecated, and we switched to the new domain https://studio.datachain.ai.

The domain change is backwards compatible. The **older versions** of the `dvc` will still work. 🎉

Related PR: iterative/dvc-studio-client#181
  • Loading branch information
mjasion committed Aug 22, 2024
1 parent 3f2584d commit 9163e8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dvc/utils/studio.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

logger = logger.getChild(__name__)

STUDIO_URL = "https://studio.dvc.ai"
STUDIO_URL = "https://studio.datachain.ai"


def post(
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9163e8b

Please sign in to comment.