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 Nov 29, 2023
1 parent d3c5c04 commit 52193e7
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 9 deletions.
76 changes: 69 additions & 7 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ python = ">=3.8,<4"
colorama = "==0.4.*"
importlib-metadata = {version = "==6.*", python = "<3.8"}
requests-cache = "==1.1.*"
singer-sdk = "==0.33.*"
singer-sdk = { version = "==0.34.0b1", allow-prereleases = true }
structlog = "==23.2.*"

[tool.poetry.group.dev.dependencies]
pytest = "==7.*"
singer-sdk = { version = "==0.33.*", extras = ["testing"] }
singer-sdk = { version = "==0.34.0b1", extras = ["testing"], allow-prereleases = true }

[tool.poetry.scripts]
# CLI declaration
Expand Down

0 comments on commit 52193e7

Please sign in to comment.