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 28, 2025
1 parent 73a59c8 commit e25e28e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 31 deletions.
42 changes: 13 additions & 29 deletions poetry.lock

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

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ sqlalchemy = "~=2.0"
sshtunnel = "0.4.0"

[tool.poetry.dependencies.singer-sdk]
version = "~=0.44.0"
git = "https://github.com/meltano/sdk.git"
branch = "edgarrmondragon/refactor/jsonschematosql-fromconfig"

[tool.poetry.extras]
faker = ["faker"]
Expand Down Expand Up @@ -100,7 +101,7 @@ select = [
"ICN", # flake8-import-conventions
"RET", # flake8-return
"SIM", # flake8-simplify
"TCH", # flake8-type-checking
"TC", # flake8-type-checking
"PL", # Pylint
"PERF", # Perflint
"RUF", # ruff
Expand Down

0 comments on commit e25e28e

Please sign in to comment.