From 3624c61163e3230bd2ac42884aa7b39d2cfcdeb8 Mon Sep 17 00:00:00 2001 From: swittl <simon.wittl@th-deg.de> Date: Thu, 20 Mar 2025 12:02:25 +0100 Subject: [PATCH] update thd json to public --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2d3db47..f8ace50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,4 +18,4 @@ requires = ["hatchling"] build-backend = "hatchling.build" [tool.uv.sources] -thd-json = { git = "https://mygit.th-deg.de/roboct/definitions/json_schemas" } +thd-json = { git = "https://mygit.th-deg.de/roboct-public/roboct-schemas" } -- GitLab