Skip to content

chore(deps): bump singer-sdk from 0.44.3 to 0.46.3 #213

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2025

Bumps singer-sdk from 0.44.3 to 0.46.3.

Release notes

Sourced from singer-sdk's releases.

v0.46.3 (2025-05-15)

🐛 Fixes

  • #3042 Revert "fix(targets): Avoid emitting message "No schema for record field." when "additionalProperties" is set to true in stream schema (#3031)"

v0.46.2 (2025-05-15)

🐛 Fixes

  • #3037 Avoid aborting parent stream before child stream is finished in standard tap tests
  • #3031 Avoid emitting message "No schema for record field." when "additionalProperties" is set to true in stream schema -- Thanks @​SidduHussain!
  • #3040 Avoid emitting empty state value from target -- Thanks @​joaopamaral!

⚙️ Under the Hood

  • #3039 Make the filesystem tap and stream logs less noisy

📦 Packaging changes

  • #3038 Remove license trove classifier and rely on PEP 639

v0.46.1 (2025-05-13)

🐛 Fixes

  • #3034 Avoid emitting an empty state from the target if the tap has not sent any state messages
  • #3030 Bump standard tap tests max records limit from 25 to 150

📚 Documentation Improvements

  • #3026 Auto-format markdown with mdformat

📦 Packaging changes

  • #3033 Depend on PyArrow >= 15 for parquet batching
  • #3027 Test with click 8.2.x

v0.46.0 (2025-05-06)

✨ New

  • #2162 Expose metric dictionary to make logging metrics as JSON easier
  • #2977 Limit extraction to 25 records by default in built-in tap tests
  • #2989 Allow pagination to continue after an empty page

🐛 Fixes

... (truncated)

Changelog

Sourced from singer-sdk's changelog.

v0.46.3 (2025-05-15)

🐛 Fixes

  • #3042 Revert "fix(targets): Avoid emitting message "No schema for record field." when "additionalProperties" is set to true in stream schema (#3031)"

v0.46.2 (2025-05-15)

🐛 Fixes

  • #3037 Avoid aborting parent stream before child stream is finished in standard tap tests
  • #3031 Avoid emitting message "No schema for record field." when "additionalProperties" is set to true in stream schema -- Thanks @​SidduHussain!
  • #3040 Avoid emitting empty state value from target -- Thanks @​joaopamaral!

⚙️ Under the Hood

  • #3039 Make the filesystem tap and stream logs less noisy

📦 Packaging changes

  • #3038 Remove license trove classifier and rely on PEP 639

v0.46.1 (2025-05-13)

🐛 Fixes

  • #3034 Avoid emitting an empty state from the target if the tap has not sent any state messages
  • #3030 Bump standard tap tests max records limit from 25 to 150

📚 Documentation Improvements

  • #3026 Auto-format markdown with mdformat

📦 Packaging changes

  • #3033 Depend on PyArrow >= 15 for parquet batching
  • #3027 Test with click 8.2.x

v0.46.0 (2025-05-06)

✨ New

  • #2162 Expose metric dictionary to make logging metrics as JSON easier
  • #2977 Limit extraction to 25 records by default in built-in tap tests
  • #2989 Allow pagination to continue after an empty page

🐛 Fixes

  • #3020 In SQL targets, use stream name as table name instead of splitting by hyphen if default_target_schema is specified
  • #3019 Encode nan, inf and -inf values as null in Singer stream

... (truncated)

Commits
  • 1cc0c7d chore: Release v0.46.3 (#3043)
  • 7d643ef revert: Revert "fix(targets): Avoid emitting message `"No schema for record f...
  • fa788c8 chore: Lock file maintenance
  • dd26663 chore: Release v0.46.2 (#3041)
  • bdb74af fix: Avoid aborting parent stream before child stream is finished in standard...
  • f560e29 fix(targets): Avoid emitting message "No schema for record field." when "ad...
  • 5468651 fix: Avoid emitting empty state value from target (#3040)
  • 2f142e6 refactor: Make the filesystem tap and stream logs less noisy (#3039)
  • 0a710de chore: Lock file maintenance
  • c0b75af packaging: Remove license trove classifier and rely on PEP 639 (#3038)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [singer-sdk](https://github.com/meltano/sdk) from 0.44.3 to 0.46.3.
- [Release notes](https://github.com/meltano/sdk/releases)
- [Changelog](https://github.com/meltano/sdk/blob/main/CHANGELOG.md)
- [Commits](meltano/sdk@v0.44.3...v0.46.3)

---
updated-dependencies:
- dependency-name: singer-sdk
  dependency-version: 0.46.3
  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 Pull requests that update Python code labels May 20, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 20, 2025 07:47
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 20, 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 Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants