Skip to content

Commit

Permalink
feat(deps): Bump singer-sdk from 0.40.0 to 0.41.0 (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 6f1325e commit b3e49a0
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 12 deletions.
61 changes: 51 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ documentation = "https://github.com/MeltanoLabs/tap-stackexchange/blob/main/READ
python = ">=3.8"
pyrate-limiter = { version = "==3.*", python = "<4" }
requests-cache = { version = "==1.*", python = "<4" }
singer-sdk = "==0.40.*"
singer-sdk = "==0.41.*"

[tool.poetry.group.dev.dependencies]
mypy = ">=1.11.1"
Expand Down
2 changes: 1 addition & 1 deletion tap_stackexchange/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ class TagPartitionedStream(StackExchangeStream):
"""Tag-partitioned stream class."""

@property
def partitions(self) -> list[Context] | None:
def partitions(self) -> list[dict[str, t.Any]] | None:
"""Partition stream by the configured tags.
Returns:
Expand Down

0 comments on commit b3e49a0

Please sign in to comment.