Skip to content

Commit 72ffd55

Browse files
feat(deps): bump the runtime-dependencies group with 2 updates (#359)
Bumps the runtime-dependencies group with 2 updates: [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) and [singer-sdk](https://github.com/meltano/sdk). Updates `sqlalchemy` from 2.0.40 to 2.0.41 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sqlalchemy/sqlalchemy/releases">sqlalchemy's releases</a>.</em></p> <blockquote> <h1>2.0.41</h1> <p>Released: May 14, 2025</p> <h2>platform</h2> <ul> <li> <p><strong>[platform] [bug]</strong> Adjusted the test suite as well as the ORM's method of scanning classes for annotations to work under current beta releases of Python 3.14 (currently 3.14.0b1) as part of an ongoing effort to support the production release of this Python release. Further changes to Python's means of working with annotations is expected in subsequent beta releases for which SQLAlchemy's test suite will need further adjustments.</p> <p>References: <a href="https://www.sqlalchemy.org/trac/ticket/12405">#12405</a></p> </li> </ul> <h2>engine</h2> <ul> <li> <p><strong>[engine] [bug]</strong> The error message that is emitted when a URL cannot be parsed no longer includes the URL itself within the error message.</p> <p>References: <a href="https://www.sqlalchemy.org/trac/ticket/12579">#12579</a></p> </li> </ul> <h2>typing</h2> <ul> <li> <p><strong>[typing] [bug]</strong> Removed <code>__getattr__()</code> rule from <code>sqlalchemy/__init__.py</code> that appeared to be trying to correct for a previous typographical error in the imports. This rule interferes with type checking and is removed.</p> <p>References: <a href="https://www.sqlalchemy.org/trac/ticket/12588">#12588</a></p> </li> </ul> <h2>postgresql</h2> <ul> <li> <p><strong>[postgresql] [usecase]</strong> Added support for <code>postgresql_include</code> keyword argument to <code>_schema.UniqueConstraint</code> and <code>_schema.PrimaryKeyConstraint</code>. Pull request courtesy Denis Laxalde.</p> <p>References: <a href="https://www.sqlalchemy.org/trac/ticket/10665">#10665</a></p> </li> </ul> <h2>mysql</h2> <ul> <li><strong>[mysql] [bug]</strong> Fixed regression caused by the DEFAULT rendering changes in version 2.0.40 via <a href="https://www.sqlalchemy.org/trac/ticket/12425">#12425</a> where using lowercase <code>on update</code> in a MySQL server default would incorrectly apply parenthesis, leading to errors when MySQL interpreted the rendered DDL. Pull request courtesy Alexander Ruehe.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/sqlalchemy/sqlalchemy/commits">compare view</a></li> </ul> </details> <br /> Updates `singer-sdk` from 0.46.1 to 0.46.3 <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.46.3 (2025-05-15)</h2> <h3>🐛 Fixes</h3> <ul> <li><a href="https://redirect.github.com/meltano/sdk/issues/3042">#3042</a> Revert &quot;fix(targets): Avoid emitting message <code>&quot;No schema for record field.&quot;</code> when &quot;additionalProperties&quot; is set to true in stream schema (<a href="https://redirect.github.com/meltano/sdk/issues/3031">#3031</a>)&quot;</li> </ul> <h2>v0.46.2 (2025-05-15)</h2> <h3>🐛 Fixes</h3> <ul> <li><a href="https://redirect.github.com/meltano/sdk/issues/3037">#3037</a> Avoid aborting parent stream before child stream is finished in standard tap tests</li> <li><a href="https://redirect.github.com/meltano/sdk/issues/3031">#3031</a> Avoid emitting message <code>&quot;No schema for record field.&quot;</code> when &quot;additionalProperties&quot; is set to true in stream schema -- <em><strong>Thanks <a href="https://github.com/SidduHussain"><code>@​SidduHussain</code></a>!</strong></em></li> <li><a href="https://redirect.github.com/meltano/sdk/issues/3040">#3040</a> Avoid emitting empty state value from target -- <em><strong>Thanks <a href="https://github.com/joaopamaral"><code>@​joaopamaral</code></a>!</strong></em></li> </ul> <h3>⚙️ Under the Hood</h3> <ul> <li><a href="https://redirect.github.com/meltano/sdk/issues/3039">#3039</a> Make the filesystem tap and stream logs less noisy</li> </ul> <h3>📦 Packaging changes</h3> <ul> <li><a href="https://redirect.github.com/meltano/sdk/issues/3038">#3038</a> Remove license trove classifier and rely on PEP 639</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.46.3 (2025-05-15)</h2> <h3>🐛 Fixes</h3> <ul> <li><a href="https://redirect.github.com/meltano/sdk/issues/3042">#3042</a> Revert &quot;fix(targets): Avoid emitting message <code>&quot;No schema for record field.&quot;</code> when &quot;additionalProperties&quot; is set to true in stream schema (<a href="https://redirect.github.com/meltano/sdk/issues/3031">#3031</a>)&quot;</li> </ul> <h2>v0.46.2 (2025-05-15)</h2> <h3>🐛 Fixes</h3> <ul> <li><a href="https://redirect.github.com/meltano/sdk/issues/3037">#3037</a> Avoid aborting parent stream before child stream is finished in standard tap tests</li> <li><a href="https://redirect.github.com/meltano/sdk/issues/3031">#3031</a> Avoid emitting message <code>&quot;No schema for record field.&quot;</code> when &quot;additionalProperties&quot; is set to true in stream schema -- <em><strong>Thanks <a href="https://github.com/SidduHussain"><code>@​SidduHussain</code></a>!</strong></em></li> <li><a href="https://redirect.github.com/meltano/sdk/issues/3040">#3040</a> Avoid emitting empty state value from target -- <em><strong>Thanks <a href="https://github.com/joaopamaral"><code>@​joaopamaral</code></a>!</strong></em></li> </ul> <h3>⚙️ Under the Hood</h3> <ul> <li><a href="https://redirect.github.com/meltano/sdk/issues/3039">#3039</a> Make the filesystem tap and stream logs less noisy</li> </ul> <h3>📦 Packaging changes</h3> <ul> <li><a href="https://redirect.github.com/meltano/sdk/issues/3038">#3038</a> Remove license trove classifier and rely on PEP 639</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/meltano/sdk/commit/1cc0c7da5f8077aa110c553a7a49808312c4687a"><code>1cc0c7d</code></a> chore: Release v0.46.3 (<a href="https://redirect.github.com/meltano/sdk/issues/3043">#3043</a>)</li> <li><a href="https://github.com/meltano/sdk/commit/7d643efd009ed0fa6bdafa83a1d932190699b066"><code>7d643ef</code></a> revert: Revert &quot;fix(targets): Avoid emitting message `&quot;No schema for record f...</li> <li><a href="https://github.com/meltano/sdk/commit/fa788c8040236af9aee7c2b19fe4dd735b32ae43"><code>fa788c8</code></a> chore: Lock file maintenance</li> <li><a href="https://github.com/meltano/sdk/commit/dd26663c3f59f2bb5afdbc47ebbc008cc9539337"><code>dd26663</code></a> chore: Release v0.46.2 (<a href="https://redirect.github.com/meltano/sdk/issues/3041">#3041</a>)</li> <li><a href="https://github.com/meltano/sdk/commit/bdb74afe58750ad13c1ca5499e60a8bdf642a178"><code>bdb74af</code></a> fix: Avoid aborting parent stream before child stream is finished in standard...</li> <li><a href="https://github.com/meltano/sdk/commit/f560e2920a38c1f6fe51496efc649d00d098054f"><code>f560e29</code></a> fix(targets): Avoid emitting message <code>&quot;No schema for record field.&quot;</code> when &quot;ad...</li> <li><a href="https://github.com/meltano/sdk/commit/546865196310e006c44c7fc7d66999a35e5898e3"><code>5468651</code></a> fix: Avoid emitting empty state value from target (<a href="https://redirect.github.com/meltano/sdk/issues/3040">#3040</a>)</li> <li><a href="https://github.com/meltano/sdk/commit/2f142e607c877d0f0cdd03d80851dd8bd000c8c6"><code>2f142e6</code></a> refactor: Make the filesystem tap and stream logs less noisy (<a href="https://redirect.github.com/meltano/sdk/issues/3039">#3039</a>)</li> <li><a href="https://github.com/meltano/sdk/commit/0a710deeb124cf5266bd1f4125d5920105f070c9"><code>0a710de</code></a> chore: Lock file maintenance</li> <li><a href="https://github.com/meltano/sdk/commit/c0b75af421c398a38e96c8659f1fb5786d174e26"><code>c0b75af</code></a> packaging: Remove license trove classifier and rely on PEP 639 (<a href="https://redirect.github.com/meltano/sdk/issues/3038">#3038</a>)</li> <li>See full diff in <a href="https://github.com/meltano/sdk/compare/v0.46.1...v0.46.3">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Edgar Ramírez Mondragón <[email protected]>
1 parent 076d1b5 commit 72ffd55

File tree

1 file changed

+414
-392
lines changed

1 file changed

+414
-392
lines changed

0 commit comments

Comments
 (0)