Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Test with singer-sdk @ main
Browse files Browse the repository at this point in the history
edgarrmondragon committed Jan 28, 2025
1 parent 73a59c8 commit 585eb94
Showing 2 changed files with 12 additions and 8 deletions.
16 changes: 10 additions & 6 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
@@ -40,7 +40,7 @@ sqlalchemy = "~=2.0"
sshtunnel = "0.4.0"

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

[tool.poetry.extras]
faker = ["faker"]
@@ -100,7 +100,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

0 comments on commit 585eb94

Please sign in to comment.