Skip to content

Commit dc235e6

Browse files
chore(deps): Bump singer-sdk from 0.48.1 to 0.49.0 (#458)
Bumps [singer-sdk](https://github.com/meltano/sdk) from 0.48.1 to 0.49.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/meltano/sdk/releases">singer-sdk's releases</a>.</em></p> <blockquote> <h2>v0.49.0 (2025-09-11)</h2> <h3>✨ New</h3> <ul> <li><a href="https://redirect.github.com/meltano/sdk/issues/3262">#3262</a> By default <code>ObjectType</code> fields now use <code>additionalProperties: true</code></li> <li><a href="https://redirect.github.com/meltano/sdk/issues/3196">#3196</a> Use <code>ty</code> to check types in tap, target and mapper templates</li> </ul> <h3>🐛 Fixes</h3> <ul> <li><a href="https://redirect.github.com/meltano/sdk/issues/3257">#3257</a> Add <code>DecimalType</code> alias for <code>NumberType</code></li> </ul> <h3>⚙️ Under the Hood</h3> <ul> <li><a href="https://redirect.github.com/meltano/sdk/issues/3269">#3269</a> Move all SQLAlchemy-related classes to <code>singer_sdk.sql</code>, deprecate old locations and add a <code>sql</code> dependency extra</li> <li><a href="https://redirect.github.com/meltano/sdk/issues/3268">#3268</a> Deprecate the <code>stream</code> attribute in authenticator constructors and also deprecate the <code>create_for_stream</code> method</li> <li><a href="https://redirect.github.com/meltano/sdk/issues/3267">#3267</a> Use <code>typing.override</code> in mapper and tap templates</li> <li><a href="https://redirect.github.com/meltano/sdk/issues/3177">#3177</a> Remove unused <code>plugin_type</code> attribute from test template classes</li> <li><a href="https://redirect.github.com/meltano/sdk/issues/3253">#3253</a> Use slotted dataclasses</li> </ul> <h3>📚 Documentation Improvements</h3> <ul> <li><a href="https://redirect.github.com/meltano/sdk/issues/3258">#3258</a> Update docs landing page</li> <li><a href="https://redirect.github.com/meltano/sdk/issues/3254">#3254</a> Link to <a href="https://github.com/meltano/sdk/contribute">https://github.com/meltano/sdk/contribute</a></li> </ul> <h3>📦 Packaging changes</h3> <ul> <li><a href="https://redirect.github.com/meltano/sdk/issues/3252">#3252</a> Dropped support for Python 3.9</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/meltano/sdk/blob/main/CHANGELOG.md">singer-sdk's changelog</a>.</em></p> <blockquote> <h2>v0.49.0 (2025-09-11)</h2> <h3>✨ New</h3> <ul> <li><a href="https://redirect.github.com/meltano/sdk/issues/3262">#3262</a> By default <code>ObjectType</code> fields now use <code>additionalProperties: true</code></li> <li><a href="https://redirect.github.com/meltano/sdk/issues/3196">#3196</a> Use <code>ty</code> to check types in tap, target and mapper templates</li> </ul> <h3>🐛 Fixes</h3> <ul> <li><a href="https://redirect.github.com/meltano/sdk/issues/3257">#3257</a> Add <code>DecimalType</code> alias for <code>NumberType</code></li> </ul> <h3>⚙️ Under the Hood</h3> <ul> <li><a href="https://redirect.github.com/meltano/sdk/issues/3269">#3269</a> Move all SQLAlchemy-related classes to <code>singer_sdk.sql</code>, deprecate old locations and add a <code>sql</code> dependency extra</li> <li><a href="https://redirect.github.com/meltano/sdk/issues/3268">#3268</a> Deprecate the <code>stream</code> attribute in authenticator constructors and also deprecate the <code>create_for_stream</code> method</li> <li><a href="https://redirect.github.com/meltano/sdk/issues/3267">#3267</a> Use <code>typing.override</code> in mapper and tap templates</li> <li><a href="https://redirect.github.com/meltano/sdk/issues/3177">#3177</a> Remove unused <code>plugin_type</code> attribute from test template classes</li> <li><a href="https://redirect.github.com/meltano/sdk/issues/3253">#3253</a> Use slotted dataclasses</li> </ul> <h3>📚 Documentation Improvements</h3> <ul> <li><a href="https://redirect.github.com/meltano/sdk/issues/3258">#3258</a> Update docs landing page</li> <li><a href="https://redirect.github.com/meltano/sdk/issues/3254">#3254</a> Link to <a href="https://github.com/meltano/sdk/contribute">https://github.com/meltano/sdk/contribute</a></li> </ul> <h3>📦 Packaging changes</h3> <ul> <li><a href="https://redirect.github.com/meltano/sdk/issues/3252">#3252</a> Dropped support for Python 3.9</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/meltano/sdk/commit/2c387415afddabfdb5eaa2d9fd0ad03f2dfea793"><code>2c38741</code></a> chore: Release v0.49.0 (<a href="https://redirect.github.com/meltano/sdk/issues/3272">#3272</a>)</li> <li><a href="https://github.com/meltano/sdk/commit/af5e0151e0ef35f0434e0a6d1000de3d097e1dac"><code>af5e015</code></a> chore: Make AAPL fundamentals tap a dev package (<a href="https://redirect.github.com/meltano/sdk/issues/3271">#3271</a>)</li> <li><a href="https://github.com/meltano/sdk/commit/d81d00467aa536df1e3fafbe29c219d5a01457e8"><code>d81d004</code></a> chore: Restore more imports only for typing</li> <li><a href="https://github.com/meltano/sdk/commit/bac23defcef366fb5ed18626028530b4d3f4498c"><code>bac23de</code></a> chore: Restore some import only for typing (<a href="https://redirect.github.com/meltano/sdk/issues/3270">#3270</a>)</li> <li><a href="https://github.com/meltano/sdk/commit/4741236fd559a32ad7e375d16c190c258b03b2d6"><code>4741236</code></a> chore: Lock file maintenance</li> <li><a href="https://github.com/meltano/sdk/commit/744f6296902deee89dc198e8766a89f6b4786eca"><code>744f629</code></a> refactor: Move all SQLAlchemy-related classes to <code>singer_sdk.sql</code>, deprecate ...</li> <li><a href="https://github.com/meltano/sdk/commit/2351c346ed4a18d6cc45971246fb561ad3108700"><code>2351c34</code></a> refactor: Deprecate the <code>stream</code> attribute in authenticator constructors and ...</li> <li><a href="https://github.com/meltano/sdk/commit/0b0a572945a5f5fc0d3e269aae50c193e7aedb13"><code>0b0a572</code></a> refactor(templates): Use <code>typing.override</code> in mapper and tap templates (<a href="https://redirect.github.com/meltano/sdk/issues/3267">#3267</a>)</li> <li><a href="https://github.com/meltano/sdk/commit/d229382f4e000a9ac5407fae3ce12c5e27d9825a"><code>d229382</code></a> chore: Bump Ruff to 0.13.0 (<a href="https://redirect.github.com/meltano/sdk/issues/3266">#3266</a>)</li> <li><a href="https://github.com/meltano/sdk/commit/ef6d3c2329d997317c7bdaceb8a31844fa85ba66"><code>ef6d3c2</code></a> chore(deps): bump the ci group in /.github/workflows/resources with 2 updates...</li> <li>Additional commits viewable in <a href="https://github.com/meltano/sdk/compare/v0.48.1...v0.49.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=singer-sdk&package-manager=pip&previous-version=0.48.1&new-version=0.49.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 161ce70 commit dc235e6

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ python-dateutil = "~=2.9"
4141
requests = "~=2.32.3"
4242
# For local SDK dev:
4343
# singer-sdk = {path = "../singer-sdk", develop = true}
44-
singer-sdk = "~=0.48.0"
44+
singer-sdk = "~=0.49.1"
4545

4646
[tool.poetry.group.dev.dependencies]
4747
mypy = ">=1.15.0"

0 commit comments

Comments
 (0)