We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b139d commit 492ccb1Copy full SHA for 492ccb1
pyproject.toml
@@ -29,7 +29,7 @@ dependencies = [
29
"psycopg2-binary==2.9.10",
30
"sqlalchemy==2.0.41",
31
"sshtunnel==0.4.0",
32
- "singer-sdk[faker]~=0.47.0",
+ "singer-sdk[faker] @ git+https://github.com/meltano/sdk.git",
33
]
34
35
[project.urls]
@@ -52,7 +52,7 @@ lint = [
52
testing = [
53
"hypothesis>=6.122.1",
54
"pytest>=8",
55
- "singer-sdk[testing]",
+ "singer-sdk[testing] @ git+https://github.com/meltano/sdk.git",
56
57
typing = [
58
"mypy>=1.8.0",
@@ -88,6 +88,9 @@ requires = [
88
89
build-backend = "hatchling.build"
90
91
+[tool.hatch.metadata]
92
+allow-direct-references = true
93
+
94
[tool.hatch.version]
95
source = "vcs"
96
0 commit comments