Skip to content

Commit

Permalink
test: Test with singer-sdk prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Sep 2, 2024
1 parent 3cff742 commit b2b75f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion meltano.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ plugins:
mappers:
- name: meltano-map-transformer
namespace: meltano_map_transformer
pip_url: -e .
pip_url: --pre -e .
executable: meltano-map-transform
settings:
- name: stream_maps
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ documentation = "https://github.com/MeltanoLabs/meltano-map-transform#readme"
python = ">=3.8"

[tool.poetry.dependencies.singer-sdk]
version = "~=0.40.0"
version = ">=0.40.0"
allow-prereleases = true
extras = [
"faker",
]
Expand Down

0 comments on commit b2b75f7

Please sign in to comment.