Skip to content

chore(deps): bump singer-sdk from 0.44.3 to 0.46.0 #212

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 13, 2025

Bumps singer-sdk from 0.44.3 to 0.46.0.

Release notes

Sourced from singer-sdk's releases.

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
  • #2999 Preserve microsecond precision when comparing datetime replication values
  • #2986 Stop loading package files to allow taps and targets to run as Python scripts
  • #3009 Fix infinite recursion error when resolving JSON schemas with circular references

⚙️ Under the Hood

  • #2990 Replace filesystem library used for BATCH mode
  • #3010 Use dict instead of OrderedDict

v0.45.11 (2025-04-28)

🐛 Fixes

  • #3004 Ensure fields with an array of JSON schema types are properly handled by SQL targets
  • #2995 Pin GitHub actions in templates
  • #2987 Add a date to the warning message for removal of Faker from stream maps contexts
  • #2982 Allow streams to override effective_schema to apply schema manipulations even on the input catalog

📚 Documentation Improvements

  • #3001 Note msgspec extra as a prerequisite to using the corresponding writer/reader classes -- Thanks @​ReubenFrankel!

📦 Packaging changes

  • #2993 Restore upper Python constraint for backoff dependency
  • #2981 Constrain third-party importlib-metadata to >=0.5.0

v0.45.10 (2025-04-16)

🐛 Fixes

  • #2978 Restore private _http_headers attribute of REST streams

v0.45.9 (2025-04-15)

... (truncated)

Changelog

Sourced from singer-sdk's changelog.

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
  • #2999 Preserve microsecond precision when comparing datetime replication values
  • #2986 Stop loading package files to allow taps and targets to run as Python scripts
  • #3009 Fix infinite recursion error when resolving JSON schemas with circular references

⚙️ Under the Hood

  • #2990 Replace filesystem library used for BATCH mode
  • #3010 Use dict instead of OrderedDict

v0.45.11 (2025-04-28)

🐛 Fixes

  • #3004 Ensure fields with an array of JSON schema types are properly handled by SQL targets
  • #2995 Pin GitHub actions in templates
  • #2987 Add a date to the warning message for removal of Faker from stream maps contexts
  • #2982 Allow streams to override effective_schema to apply schema manipulations even on the input catalog

📚 Documentation Improvements

  • #3001 Note msgspec extra as a prerequisite to using the corresponding writer/reader classes -- Thanks @​ReubenFrankel!

📦 Packaging changes

  • #2993 Restore upper Python constraint for backoff dependency
  • #2981 Constrain third-party importlib-metadata to >=0.5.0

v0.45.10 (2025-04-16)

🐛 Fixes

  • #2978 Restore private _http_headers attribute of REST streams

v0.45.9 (2025-04-15)

🐛 Fixes

  • #2975 Update cookiecutter templates

... (truncated)

Commits
  • f0c0b6b chore: Release v0.46.0 (#3021)
  • 264f36b chore: Update tap, target and mapper templates (#3022)
  • 0dd579f fix(targets): In SQL targets, use stream name as table name instead of splitt...
  • cda17b9 refactor: Replace filesystem library used for BATCH mode (#2990)
  • 687254f feat: Expose metric dictionary to make logging metrics as JSON easier (#2162)
  • b3a7cb3 fix: Encode nan, inf and -inf values as null in Singer stream (#3019)
  • da17941 chore: Lock file maintenance (#3018)
  • 5ae21c3 chore: pre-commit autoupdate (#3016)
  • 42d7084 chore: Limit max records for tap-dummyjson tests to 15 (#3015)
  • 755a0e3 feat(taps): Limit extraction to 25 records by default in builtin tap tests (#...
  • 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.0.
- [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.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 13, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 13, 2025 07:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 13, 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