From 7650d27cc39f8c68d1b6856387747f6fa664b4cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Cano=20Rodr=C3=ADguez?= Date: Tue, 4 Oct 2022 21:45:38 +0200 Subject: [PATCH] Fix singer dependencies (#50) --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dea09f7..2e5c3b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "meltano-map-transform" -version = "0.0.2" +version = "0.0.5.dev0" description = "`meltano-map-transform` is a Singer-compatible inline map transformer, built with the Meltano SDK for Singer Taps." authors = [ "Meltano Team and Contributors", @@ -18,7 +18,8 @@ documentation = "https://github.com/MeltanoLabs/meltano-map-transform#readme" [tool.poetry.dependencies] python = "<3.11,>=3.7.1" -singer-sdk = "0.11.1" +singer-sdk = "<0.11" +pipelinewise-singer-python = "1.2.0" # https://github.com/MeltanoLabs/meltano-map-transform/issues/49 [tool.poetry.dev-dependencies] black = {version = "^22.8", allow-prereleases = true}