Skip to content

chore(deps): bump singer-sdk from 0.49.1 to 0.52.5#16

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/singer-sdk-0.52.5
Open

chore(deps): bump singer-sdk from 0.49.1 to 0.52.5#16
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/singer-sdk-0.52.5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2025

Bumps singer-sdk from 0.49.1 to 0.52.5.

Release notes

Sourced from singer-sdk's releases.

v0.52.5 (2025-10-30)

🐛 Fixes

  • #3350 Configuration schema now reflects that casting to bool(...) in stream map __filter__ expressions is not required
  • #3349 Update templates

v0.52.4 (2025-10-28)

🐛 Fixes

  • #3346 Preserve properties with empty JSON schema when flattening them
  • #3345 Use tuple primary keys in tap templates

v0.52.3 (2025-10-28)

🐛 Fixes

  • #3343 Fix regression in v0.52.0 where the auth attribute was removed from the RESTStream.requests_session instance
  • #3333 Add more context and clear instructions to cookiecutter prompts

📚 Documentation Improvements

  • #3338 Document how to cast values to different data types in inline stream maps
  • #3337 FAQ - my stream sync is not resumed after it is interrupted in the middle of a run
  • #3336 Explain parameter replacement in parent-child streams
  • #3335 Improve documentation around extended JSONPath parser
  • #3332 Clarify that JSONL batch files should contain raw records and not Singer RECORD messages
  • #3331 Document that multiple state messages can be output from a single target run

v0.52.2 (2025-10-22)

🐛 Fixes

  • #3328 Support MIT as a license option in templates
  • #3327 Emit a log when requesting a new access token in OAuth taps

v0.52.1 (2025-10-22)

📦 Packaging changes

  • #3325 Fix python_version marker in backoff dependency

v0.52.0 (2025-10-21)

✨ New

... (truncated)

Changelog

Sourced from singer-sdk's changelog.

v0.52.5 (2025-10-30)

🐛 Fixes

  • #3350 Configuration schema now reflects that casting to bool(...) in stream map __filter__ expressions is not required
  • #3349 Update templates

v0.52.4 (2025-10-28)

🐛 Fixes

  • #3346 Preserve properties with empty JSON schema when flattening them
  • #3345 Use tuple primary keys in tap templates

v0.52.3 (2025-10-28)

🐛 Fixes

  • #3343 Fix regression in v0.52.0 where the auth attribute was removed from the RESTStream.requests_session instance
  • #3333 Add more context and clear instructions to cookiecutter prompts

📚 Documentation Improvements

  • #3338 Document how to cast values to different data types in inline stream maps
  • #3337 FAQ - my stream sync is not resumed after it is interrupted in the middle of a run
  • #3336 Explain parameter replacement in parent-child streams
  • #3335 Improve documentation around extended JSONPath parser
  • #3332 Clarify that JSONL batch files should contain raw records and not Singer RECORD messages
  • #3331 Document that multiple state messages can be output from a single target run

v0.52.2 (2025-10-22)

🐛 Fixes

  • #3328 Support MIT as a license option in templates
  • #3327 Emit a log when requesting a new access token in OAuth taps

v0.52.1 (2025-10-22)

📦 Packaging changes

  • #3325 Fix python_version marker in backoff dependency

v0.52.0 (2025-10-21)

✨ New

  • #3311 New Stream.preprocess_context lets developers make changes to the stream context before it is frozen

🐛 Fixes

... (truncated)

Commits
  • 26a687e chore: Release v0.52.5 (#3351)
  • 6bde991 fix(mappers): Configuration schema now reflects that casting to bool(...) i...
  • 43502d2 fix: Update templates (#3349)
  • e58bafc chore: Release v0.52.4 (#3347)
  • 006da34 fix(taps,targets,mappers): Preserve properties with empty JSON schema when fl...
  • 308671e fix(templates): Use tuple primary keys in tap templates (#3345)
  • 5632fb6 chore: Release v0.52.3 (#3344)
  • 34ffd84 fix: Fix regression in v0.52.0 where the auth attribute was removed from th...
  • ffd9a81 chore: pre-commit autoupdate (#3319)
  • 4c8bd35 chore(deps): bump nox from 2025.5.1 to 2025.10.16 in /.github/workflows/resou...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [singer-sdk](https://github.com/meltano/sdk) from 0.49.1 to 0.52.5.
- [Release notes](https://github.com/meltano/sdk/releases)
- [Changelog](https://github.com/meltano/sdk/blob/main/CHANGELOG.md)
- [Commits](meltano/sdk@v0.49.1...v0.52.5)

---
updated-dependencies:
- dependency-name: singer-sdk
  dependency-version: 0.52.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Nov 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants