From 250d1f7c77d3be4ad07ad0e778c0af424de0bc42 Mon Sep 17 00:00:00 2001 From: Tudor Date: Sat, 28 Mar 2026 15:00:00 +0000 Subject: [PATCH] fix(tap-uk-idaci): add openpyxl dependency for Excel file parsing Co-Authored-By: Claude Sonnet 4.6 --- pipeline/plugins/extractors/tap-uk-idaci/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pipeline/plugins/extractors/tap-uk-idaci/pyproject.toml b/pipeline/plugins/extractors/tap-uk-idaci/pyproject.toml index ce319f7..3669cf6 100644 --- a/pipeline/plugins/extractors/tap-uk-idaci/pyproject.toml +++ b/pipeline/plugins/extractors/tap-uk-idaci/pyproject.toml @@ -11,6 +11,7 @@ dependencies = [ "singer-sdk~=0.53", "requests>=2.31", "pandas>=2.0", + "openpyxl>=3.1", ] [project.scripts]