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 Apr 16, 2024
1 parent 52a10ae commit efbd43e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 15 deletions.
31 changes: 18 additions & 13 deletions poetry.lock

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

6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ sqlalchemy = "<3"
sshtunnel = "0.4.0"

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

[tool.poetry.group.dev.dependencies]
faker = ">=18.5.1"
Expand All @@ -55,7 +56,8 @@ types-jsonschema = ">=4.19.0.3"
types-psycopg2 = ">=2.9.21.20240118"

[tool.poetry.dev-dependencies.singer-sdk]
version = "*"
git = "https://github.com/meltano/sdk.git"
rev="834ea2d14111fe6b5eaa14a05f64ee91384487c2"
extras = ["testing"]

[tool.mypy]
Expand Down

0 comments on commit efbd43e

Please sign in to comment.