From 37d47e10c1d8cf849979bc100c71a777c2623875 Mon Sep 17 00:00:00 2001 From: "rachel.kennedy13" Date: Tue, 18 Nov 2025 11:10:51 +0000 Subject: [PATCH] CCM-13149: Fix apim pipelines --- pyproject.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0ca646e56..00847b738 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,3 @@ -[project] -python = "^3.8" - [tool.poetry] name = "communications-manager" version = "0.0.1-alpha" @@ -13,6 +10,7 @@ license = "MIT" repository = "https://github.com/NHSDigital/communications-manager-api" homepage = "https://digital.nhs.uk/developer/api-catalogue/nhs-notify" keywords = ["healthcare", "uk", "nhs", "communications", "email", "sms", "letter"] +package-mode = false [tool.poetry.dependencies] @@ -33,7 +31,7 @@ flake8 = "^5.0.4" black = "^24.4" pip-licenses = "^4.3.4" jinja2 = "^3.1.6" -pyyaml = "^6.0" +pyyaml = "^6.0.3" docopt = "^0.6.2" jsonpath-rw = "^1.4.0" semver = "^3.0.4"