Skip to content

Commit 7aced02

Browse files
fix(deps): update dependency singer-sdk to ~=0.52.2 (#167)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [singer-sdk](https://redirect.github.com/meltano/sdk) ([changelog](https://redirect.github.com/meltano/sdk/blob/main/CHANGELOG.md)) | `~=0.51.0` -> `~=0.52.2` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/singer-sdk/0.52.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/singer-sdk/0.51.0/0.52.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>meltano/sdk (singer-sdk)</summary> ### [`v0.52.2`](https://redirect.github.com/meltano/sdk/blob/HEAD/CHANGELOG.md#v0522-2025-10-22) [Compare Source](https://redirect.github.com/meltano/sdk/compare/v0.52.1...v0.52.2) ##### 🐛 Fixes - [#&#8203;3328](https://redirect.github.com/meltano/sdk/issues/3328) Support MIT as a license option in templates - [#&#8203;3327](https://redirect.github.com/meltano/sdk/issues/3327) Emit a log when requesting a new access token in OAuth taps ### [`v0.52.1`](https://redirect.github.com/meltano/sdk/blob/HEAD/CHANGELOG.md#v0521-2025-10-22) [Compare Source](https://redirect.github.com/meltano/sdk/compare/v0.52.0...v0.52.1) ##### 📦 Packaging changes - [#&#8203;3325](https://redirect.github.com/meltano/sdk/issues/3325) Fix `python_version` marker in `backoff` dependency ### [`v0.52.0`](https://redirect.github.com/meltano/sdk/blob/HEAD/CHANGELOG.md#v0520-2025-10-21) [Compare Source](https://redirect.github.com/meltano/sdk/compare/v0.51.0...v0.52.0) ##### ✨ New - [#&#8203;3311](https://redirect.github.com/meltano/sdk/issues/3311) New `Stream.preprocess_context` lets developers make changes to the stream context before it is frozen ##### 🐛 Fixes - [#&#8203;3322](https://redirect.github.com/meltano/sdk/issues/3322) Improved error message when a request is being retried, including URL path and status code - [#&#8203;3313](https://redirect.github.com/meltano/sdk/issues/3313) Ignore the `Programming Language :: Python :: 3 :: Only` classifier when generating `--about` output - [#&#8203;3312](https://redirect.github.com/meltano/sdk/issues/3312) Update template readmes to use fewer commands ##### ⚙️ Under the Hood - [#&#8203;3321](https://redirect.github.com/meltano/sdk/issues/3321) Delay stream request authentication until right before the request is sent, so the request is re-authenticated if it needs to be retried - [#&#8203;3315](https://redirect.github.com/meltano/sdk/issues/3315) Pass stream logger to the backoff handler - [#&#8203;3314](https://redirect.github.com/meltano/sdk/issues/3314) Add `schema` to extra log fields when schema validation fails ##### 📚 Documentation Improvements - [#&#8203;3316](https://redirect.github.com/meltano/sdk/issues/3316) Update annotation of `backoff_wait_generator` in example </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 04:00 PM and 06:59 PM, only on Monday ( * 16-18 * * 1 ) in timezone America/Mexico_City, Automerge - Between 07:00 AM and 09:59 AM, only on Wednesday ( * 7-9 * * 3 ) in timezone America/Mexico_City. 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/reservoir-data/tap-planetscaleapi). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1b46e60 commit 7aced02

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
"Programming Language :: Python :: 3.14",
2323
]
2424
dependencies = [
25-
"singer-sdk~=0.51.0",
25+
"singer-sdk~=0.52.2",
2626
"toolz~=1.1.0",
2727
"typing-extensions>=4.14.1 ; python_full_version < '3.12'",
2828
]

uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)