Skip to content

Commit 492ccb1

Browse files
test: Test with singer-sdk @ main
1 parent 48b139d commit 492ccb1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
"psycopg2-binary==2.9.10",
3030
"sqlalchemy==2.0.41",
3131
"sshtunnel==0.4.0",
32-
"singer-sdk[faker]~=0.47.0",
32+
"singer-sdk[faker] @ git+https://github.com/meltano/sdk.git",
3333
]
3434

3535
[project.urls]
@@ -52,7 +52,7 @@ lint = [
5252
testing = [
5353
"hypothesis>=6.122.1",
5454
"pytest>=8",
55-
"singer-sdk[testing]",
55+
"singer-sdk[testing] @ git+https://github.com/meltano/sdk.git",
5656
]
5757
typing = [
5858
"mypy>=1.8.0",
@@ -88,6 +88,9 @@ requires = [
8888
]
8989
build-backend = "hatchling.build"
9090

91+
[tool.hatch.metadata]
92+
allow-direct-references = true
93+
9194
[tool.hatch.version]
9295
source = "vcs"
9396

0 commit comments

Comments
 (0)