Skip to content

Commit 3721031

Browse files
committed
Revert "feat(deps): bump singer-sdk from 0.34.1 to 0.36.1 (MeltanoLabs#167)"
This reverts commit 05f24c3.
1 parent e520463 commit 3721031

File tree

3 files changed

+33
-21
lines changed

3 files changed

+33
-21
lines changed

Diff for: poetry.lock

+29-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ packages = [
1616
[tool.poetry.dependencies]
1717
python = ">=3.8"
1818
cryptography = ">=40,<42"
19-
singer-sdk = "~=0.36.1"
19+
singer-sdk = "~=0.34.1"
2020
snowflake-sqlalchemy = "~=1.5.1"
2121
sqlalchemy = "<2"
2222
dope-client = "^0.13.0"
@@ -25,7 +25,7 @@ dope-client = "^0.13.0"
2525
coverage = ">=7.2.7"
2626
pytest = ">=7.4.3"
2727
pytest-xdist = ">=3.3.1"
28-
singer-sdk = { version="~=0.36.1", extras = ["testing"] }
28+
singer-sdk = { version="~=0.34.1", extras = ["testing"] }
2929

3030
[tool.ruff]
3131
line-length = 120

Diff for: tests/conftest.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
"""Test Configuration."""
22

33
from __future__ import annotations
4+
5+
pytest_plugins = ("singer_sdk.testing.pytest_plugin",)

0 commit comments

Comments
 (0)