From 0d7fdc753640efc08d754f78d9e8abd2cd52da18 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Fri, 1 May 2026 13:19:31 +0000 Subject: [PATCH 1/2] include pymupdf in pashub fetcher requirements --- backend/pashub_fetcher/local_handler/invoke_local_lambda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pashub_fetcher/local_handler/invoke_local_lambda.py b/backend/pashub_fetcher/local_handler/invoke_local_lambda.py index 5248a874..90381a0c 100644 --- a/backend/pashub_fetcher/local_handler/invoke_local_lambda.py +++ b/backend/pashub_fetcher/local_handler/invoke_local_lambda.py @@ -14,7 +14,7 @@ payload = { { "pashub_link": "https://google.co.uk", "uprn": "123456", - "hubspot_deal_id": "498926855369", + "hubspot_deal_id": "1", } ) } From 1525865f19d55f91ac6798bb9af6e64d6171e04c Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Fri, 1 May 2026 13:28:21 +0000 Subject: [PATCH 2/2] missed actual file change --- backend/pashub_fetcher/handler/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/pashub_fetcher/handler/requirements.txt b/backend/pashub_fetcher/handler/requirements.txt index ba235c7f..17d80d90 100644 --- a/backend/pashub_fetcher/handler/requirements.txt +++ b/backend/pashub_fetcher/handler/requirements.txt @@ -11,3 +11,4 @@ pytz boto3==1.35.44 pandas==2.2.2 numpy<2.0 +pymupdf