From 6bfe81929b4956281113bf19ceef221393583a74 Mon Sep 17 00:00:00 2001 From: Szymon Szyszkowski <69353402+project-defiant@users.noreply.github.com> Date: Fri, 27 Feb 2026 16:13:08 +0000 Subject: [PATCH 1/2] chore: allow for docker to build clinical pipeline from github --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 13e723d..6a5351d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.13.1-slim-bookworm COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ RUN apt-get update && \ - apt-get install -y --no-install-recommends jq + apt-get install -y --no-install-recommends jq git ADD . /app From b1068ff42bf81bfcd55d7fbd634530641fb34be3 Mon Sep 17 00:00:00 2001 From: Szymon Szyszkowski <69353402+project-defiant@users.noreply.github.com> Date: Fri, 27 Feb 2026 16:14:37 +0000 Subject: [PATCH 2/2] chore: bump dev version --- pyproject.toml | 2 +- uv.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e299b31..86fffb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "PTS" -version = "26.03.0-dev.12" +version = "26.03.0-dev.13" description = "Open Targets Pipeline Transformation Stage" readme = "README.md" requires-python = ">=3.11,<3.14" diff --git a/uv.lock b/uv.lock index 56d128e..d654f83 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 2 +revision = 3 requires-python = ">=3.11, <3.14" resolution-markers = [ "python_full_version >= '3.13' and sys_platform == 'win32'", @@ -1964,7 +1964,7 @@ wheels = [ [[package]] name = "pts" -version = "26.3.0.dev12" +version = "26.3.0.dev13" source = { editable = "." } dependencies = [ { name = "clinical-mining" },