From f055ab17bc4b3606d9e0740cf55e072b2a2cbf3d Mon Sep 17 00:00:00 2001 From: tslcls Date: Thu, 17 Apr 2025 18:16:42 +0900 Subject: [PATCH 1/2] fix: base url --- core/morph/api/cloud/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/morph/api/cloud/client.py b/core/morph/api/cloud/client.py index d0d197c..aa4e86e 100644 --- a/core/morph/api/cloud/client.py +++ b/core/morph/api/cloud/client.py @@ -8,7 +8,7 @@ from morph.constants import MorphConstant from morph.task.utils.morph import find_project_root_dir -MORPH_API_BASE_URL = "https://api.morph-data.io/v0" +MORPH_API_BASE_URL = "https://api.squadbase.dev/v0" def validate_project_id(method): From 75641ce03f50c95139c8f56e0245e1a16c657397 Mon Sep 17 00:00:00 2001 From: shibatanaoto Date: Fri, 25 Apr 2025 18:00:18 +0900 Subject: [PATCH 2/2] update version as v0.3.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4df8fc1..e609e33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "morph-data" -version = "0.3.0" +version = "0.3.1" description = "Morph is a python-centric full-stack framework for building and deploying data apps." authors = ["Morph "] packages = [