Skip to content

Commit 4d955f6

Browse files
test: Test with singer-sdk @ main
1 parent 2d0e82a commit 4d955f6

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

poetry.lock

Lines changed: 11 additions & 7 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
@@ -22,15 +22,15 @@ snowflake-connector-python = { version = "<4.0.0", extras = ["secure-local-stora
2222
sqlalchemy = "~=2.0.31"
2323

2424
[tool.poetry.dependencies.singer-sdk]
25-
version = "~=0.45.0"
25+
git = "https://github.com/meltano/sdk.git"
2626

2727
[tool.poetry.group.dev.dependencies]
2828
coverage = ">=7.2.7"
2929
pytest = ">=7.4.3"
3030
pytest-xdist = ">=3.3.1"
3131

3232
[tool.poetry.group.dev.dependencies.singer-sdk]
33-
version="~=0.45.0"
33+
git = "https://github.com/meltano/sdk.git"
3434
extras = ["testing"]
3535

3636
[tool.ruff]

0 commit comments

Comments
 (0)