From fcceda0c6f484aec90681943d7627164cc5a2b97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 02:40:06 +0000 Subject: [PATCH] Update dependency https://github.com/DiamondLightSource/python-copier-template.git to v5.0.3 --- .copier-answers.yml | 2 +- .github/CONTRIBUTING.md | 2 +- Dockerfile | 2 +- README.md | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 7e4ba25..e3cd7df 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 5.0.2 +_commit: 5.0.3 _src_path: https://github.com/DiamondLightSource/python-copier-template.git author_email: jacob.williamson@diamond.ac.uk author_name: Jacob Williamson diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index e2969a3..a993d20 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -24,4 +24,4 @@ It is recommended that developers use a [vscode devcontainer](https://code.visua This project was created using the [Diamond Light Source Copier Template](https://github.com/DiamondLightSource/python-copier-template) for Python projects. -For more information on common tasks like setting up a developer environment, running the tests, and setting a pre-commit hook, see the template's [How-to guides](https://diamondlightsource.github.io/python-copier-template/5.0.2/how-to.html). +For more information on common tasks like setting up a developer environment, running the tests, and setting a pre-commit hook, see the template's [How-to guides](https://diamondlightsource.github.io/python-copier-template/5.0.3/how-to.html). diff --git a/Dockerfile b/Dockerfile index 641e146..096f4f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ ENV UV_PYTHON_INSTALL_DIR=/python # Sync the project without its dev dependencies RUN --mount=type=cache,target=/root/.cache/uv \ - uv sync --locked --no-editable --no-dev + uv sync --locked --no-editable --no-dev --managed-python FROM build AS debug diff --git a/README.md b/README.md index 6c7a5f2..b057f0c 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,9 @@ A service to queue DAQ experiments and chain BlueAPI calls The service combines a queue with a worker that consumes items in the queue and sends them to blueapi. A REST API is exposed to interact with the queue, allowing users to add, move, cancel, and get information about, items in the queue, and pause/unpause the queue. -Source | +What | Where :---: | :---: +Source | PyPI | `pip install daq-queuing-service` Docker | `docker run ghcr.io/diamondlightsource/daq-queuing-service:latest` Documentation |