Skip to content

Commit

Permalink
Fix singer dependencies (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
astrojuanlu authored Oct 4, 2022
1 parent fa33273 commit 7650d27
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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}
Expand Down

0 comments on commit 7650d27

Please sign in to comment.