Skip to content

chore(deps): bump singer-sdk from 0.44.3 to 0.45.11 #203

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2025

Bumps singer-sdk from 0.44.3 to 0.45.11.

Release notes

Sourced from singer-sdk's releases.

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
  • #2974 Do not log a warning if null cannot be appended to schema types
  • #2973 Recognize oneOf fields in Singer schema helpers

v0.45.8 (2025-04-14)

🐛 Fixes

  • #2965 AttributeError: object has no attribute '_requests_session' when accessing public property during stream initialization -- Thanks @​ReubenFrankel!
  • #2970 Consider oneOf schemas when checking for date and datetime types

v0.45.7 (2025-04-14)

🐛 Fixes

  • #2968 singer_sdk.singerlib.resolve_schema_references now resolves oneOf schema references
  • #2924 Generate standard stream metadata for nested fields
  • #2940 Ensure streams with hardcoded schema attributes (e.g. REST and GraphQL streams) can have their schema overridden by the catalog

... (truncated)

Changelog

Sourced from singer-sdk's changelog.

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
  • #2974 Do not log a warning if null cannot be appended to schema types
  • #2973 Recognize oneOf fields in Singer schema helpers

v0.45.8 (2025-04-14)

🐛 Fixes

  • #2965 AttributeError: object has no attribute '_requests_session' when accessing public property during stream initialization -- Thanks @​ReubenFrankel!
  • #2970 Consider oneOf schemas when checking for date and datetime types

v0.45.7 (2025-04-14)

🐛 Fixes

  • #2968 singer_sdk.singerlib.resolve_schema_references now resolves oneOf schema references
  • #2924 Generate standard stream metadata for nested fields
  • #2940 Ensure streams with hardcoded schema attributes (e.g. REST and GraphQL streams) can have their schema overridden by the catalog

📦 Packaging changes

  • #2966 Add a fallback-version for hatch vcs

... (truncated)

Commits
  • 43b48bb chore: Release v0.45.11 (#3005)
  • 260bcf1 fix(targets): Ensure fields with an array of JSON schema types are properly h...
  • 9fe2c5f chore: Lock file maintenance (#3003)
  • de299d9 chore(deps): bump the actions group with 4 updates (#3002)
  • 5273f32 chore: Update bug issue template
  • b9196aa docs: Note msgspec extra as a prerequisite to using the corresponding write...
  • dc7fd0d chore: Lock file maintenance (#2996)
  • 0d52585 fix(templates): Pin GitHub actions in templates (#2995)
  • c152403 packaging: Restore upper Python constraint for backoff dependency (#2993)
  • 10f580c chore: pre-commit autoupdate (#2991)
  • 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.45.11.
- [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.45.11)

---
updated-dependencies:
- dependency-name: singer-sdk
  dependency-version: 0.45.11
  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 Apr 29, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 29, 2025 07:26
Copy link
Contributor Author

dependabot bot commented on behalf of github May 13, 2025

Superseded by #212.

@dependabot dependabot bot closed this May 13, 2025
@dependabot dependabot bot deleted the dependabot/pip/singer-sdk-0.45.11 branch May 13, 2025 07:04
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