Skip to content

Commit c30d14d

Browse files
test: Test with singer-sdk @ main
1 parent d864d9c commit c30d14d

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

poetry.lock

Lines changed: 12 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ sqlalchemy = "<3"
3838
sshtunnel = "0.4.0"
3939

4040
[tool.poetry.dependencies.singer-sdk]
41-
version = "~=0.40.0a1"
41+
git = "https://github.com/meltano/sdk.git"
4242

4343
[tool.poetry.group.dev.dependencies]
4444
faker = ">=18.5.1"
@@ -55,7 +55,7 @@ types-jsonschema = ">=4.19.0.3"
5555
types-psycopg2 = ">=2.9.21.20240118"
5656

5757
[tool.poetry.dev-dependencies.singer-sdk]
58-
version = "*"
58+
git = "https://github.com/meltano/sdk.git"
5959
extras = ["testing"]
6060

6161
[tool.mypy]

0 commit comments

Comments
 (0)