Skip to content

Commit

Permalink
test: Test with singer-sdk @ main
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jan 17, 2024
1 parent 62d6c62 commit a57a3e2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
24 changes: 14 additions & 10 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 @@ -33,10 +33,10 @@ packages = [

[tool.poetry.dependencies]
python = "<3.13,>=3.8.1"
singer-sdk = "~=0.34.0"
psycopg2-binary = "2.9.9"
sqlalchemy = "<2"
sshtunnel = "0.4.0"
singer-sdk = {git = "https://github.com/meltano/sdk.git", rev="1385aebf694df8755cc3a2232ad99693d479db73"}

[tool.poetry.group.dev.dependencies]
black = "^23.1.0"
Expand All @@ -47,7 +47,7 @@ mypy = "1.8.0"
pendulum = "~=3.0"
pre-commit = "^3.0.4"
pydocstyle = "^6.1.1"
singer-sdk = {version = "*", extras = ["testing"]}
singer-sdk = {git = "https://github.com/meltano/sdk.git", rev = "1385aebf694df8755cc3a2232ad99693d479db73", extras = ["testing"]}
tox = "^4"

[tool.isort]
Expand Down

0 comments on commit a57a3e2

Please sign in to comment.