Skip to content

Commit

Permalink
chore(deps): Bump singer-sdk from 0.32.0 to 0.33.0 (#196)
Browse files Browse the repository at this point in the history
Bumps [singer-sdk](https://github.com/meltano/sdk) from 0.32.0 to
0.33.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.33.0 (2023-10-12)</h2>
<h3>Hightlights</h3>
<ul>
<li>Support for simple comprehension expression in stream maps: <a
href="https://sdk.meltano.com/en/v0.33.0/stream_maps.html#compound-expressions">https://sdk.meltano.com/en/v0.33.0/stream_maps.html#compound-expressions</a></li>
<li>Performance improvements for stream maps: expressions are now parsed
once and evaluated multiple times.</li>
</ul>
<hr />
<h3>✨ New</h3>
<ul>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/1999">#1999</a> Log
JSONPath match count at the INFO level</li>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/1779">#1779</a>
Cache SQL columns and schemas</li>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/2003">#2003</a> Add
ability to do list comprehensions in stream map expressions --
<em><strong>Thanks <a
href="https://github.com/haleemur"><code>@​haleemur</code></a>!</strong></em></li>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/2018">#2018</a>
Drop Python 3.7 support in cookiecutter templates -- <em><strong>Thanks
<a
href="https://github.com/visch"><code>@​visch</code></a>!</strong></em></li>
</ul>
<h3>🐛 Fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/2006">#2006</a>
Parse record <code>time_extracted</code> into
<code>datetime.datetime</code> instance</li>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/1996">#1996</a>
Respect nullability of leaf properties when flattening schema</li>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/1844">#1844</a>
Safely skip parsing record field as date-time if it is missing in
schema</li>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/1885">#1885</a> Map
<code>record</code> field to a JSON <code>object</code> type</li>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/2015">#2015</a>
Ensure <code>default</code> property is passed to SCHEMA messages --
<em><strong>Thanks <a
href="https://github.com/prakharcode"><code>@​prakharcode</code></a>!</strong></em></li>
</ul>
<h3>📚 Documentation Improvements</h3>
<ul>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/2017">#2017</a>
Document support for comprehensions in stream maps</li>
</ul>
<h2>v0.33.0b2 (2023-10-11)</h2>
<h3>✨ New</h3>
<ul>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/2003">#2003</a> Add
ability to do list comprehensions in stream map expressions --
<em><strong>Thanks <a
href="https://github.com/haleemur"><code>@​haleemur</code></a>!</strong></em></li>
</ul>
<h3>🐛 Fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/2015">#2015</a>
Ensure <code>default</code> property is passed to SCHEMA messages --
<em><strong>Thanks <a
href="https://github.com/prakharcode"><code>@​prakharcode</code></a>!</strong></em></li>
</ul>
<h2>v0.33.0b1 (2023-10-09)</h2>
<h3>✨ New</h3>
<ul>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/1999">#1999</a> Log
JSONPath match count at the INFO level</li>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/1779">#1779</a>
Cache SQL columns and schemas</li>
</ul>
<h3>🐛 Fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/2006">#2006</a>
Parse record <code>time_extracted</code> into
<code>datetime.datetime</code> instance</li>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/1996">#1996</a>
Respect nullability of leaf properties when flattening schema</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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.33.0 (2023-10-12)</h2>
<h3>✨ New</h3>
<ul>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/1999">#1999</a> Log
JSONPath match count at the INFO level</li>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/1779">#1779</a>
Cache SQL columns and schemas</li>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/2003">#2003</a> Add
ability to do list comprehensions in stream map expressions --
<em><strong>Thanks <a
href="https://github.com/haleemur"><code>@​haleemur</code></a>!</strong></em></li>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/2018">#2018</a>
Drop Python 3.7 support in cookiecutter templates -- <em><strong>Thanks
<a
href="https://github.com/visch"><code>@​visch</code></a>!</strong></em></li>
</ul>
<h3>🐛 Fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/2006">#2006</a>
Parse record <code>time_extracted</code> into
<code>datetime.datetime</code> instance</li>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/1996">#1996</a>
Respect nullability of leaf properties when flattening schema</li>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/1844">#1844</a>
Safely skip parsing record field as date-time if it is missing in
schema</li>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/1885">#1885</a> Map
<code>record</code> field to a JSON <code>object</code> type</li>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/2015">#2015</a>
Ensure <code>default</code> property is passed to SCHEMA messages --
<em><strong>Thanks <a
href="https://github.com/prakharcode"><code>@​prakharcode</code></a>!</strong></em></li>
</ul>
<h3>📚 Documentation Improvements</h3>
<ul>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/2017">#2017</a>
Document support for comprehensions in stream maps</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/meltano/sdk/commit/2f68872299a5b2b969d7e85d75561c025388de05"><code>2f68872</code></a>
chore: Release v0.33.0 (<a
href="https://redirect.github.com/meltano/sdk/issues/2019">#2019</a>)</li>
<li><a
href="https://github.com/meltano/sdk/commit/673f769119c9e219ede8a26e5899502a551323c6"><code>673f769</code></a>
ci: Try CodSpeed (<a
href="https://redirect.github.com/meltano/sdk/issues/2013">#2013</a>)</li>
<li><a
href="https://github.com/meltano/sdk/commit/47db586b3363f2c0d54569a8db82de8ff3f6cc9a"><code>47db586</code></a>
chore(deps): bump sqlalchemy from 2.0.21 to 2.0.22 (<a
href="https://redirect.github.com/meltano/sdk/issues/2022">#2022</a>)</li>
<li><a
href="https://github.com/meltano/sdk/commit/1419f22f9b49c282f91f7a033468f48e47ea4651"><code>1419f22</code></a>
chore(deps): bump pip from 23.2.1 to 23.3 in /.github/workflows (<a
href="https://redirect.github.com/meltano/sdk/issues/2021">#2021</a>)</li>
<li><a
href="https://github.com/meltano/sdk/commit/6af2e3deaf613dd60251ee8aba66f25cf789f91b"><code>6af2e3d</code></a>
chore(deps): bump pre-commit from 3.4.0 to 3.5.0 in /.github/workflows
(<a
href="https://redirect.github.com/meltano/sdk/issues/2020">#2020</a>)</li>
<li><a
href="https://github.com/meltano/sdk/commit/f1f87ac51a245c781ea49068f94dd810e0be92d7"><code>f1f87ac</code></a>
feat(templates): Drop Python 3.7 support in cookiecutter templates (<a
href="https://redirect.github.com/meltano/sdk/issues/2018">#2018</a>)</li>
<li><a
href="https://github.com/meltano/sdk/commit/672e38d6ce2982bdeb6edff30e71cd835b4be01e"><code>672e38d</code></a>
chore: Sort dependencies</li>
<li><a
href="https://github.com/meltano/sdk/commit/c8ac24603dcab84a81336dce2f8037ceeb27aecf"><code>c8ac246</code></a>
docs: Document support for comprehenions in stream maps (<a
href="https://redirect.github.com/meltano/sdk/issues/2017">#2017</a>)</li>
<li><a
href="https://github.com/meltano/sdk/commit/37e5eacd1363e6b3578e2968ed25656e49a9f9c2"><code>37e5eac</code></a>
chore: Release v0.33.0b2 (<a
href="https://redirect.github.com/meltano/sdk/issues/2016">#2016</a>)</li>
<li><a
href="https://github.com/meltano/sdk/commit/a6d2819e86489ff71c189a8fe2e2a43b5e8f555f"><code>a6d2819</code></a>
fix(taps): Ensure <code>default</code> property is passed to SCHEMA
messages (<a
href="https://redirect.github.com/meltano/sdk/issues/2015">#2015</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/meltano/sdk/compare/v0.32.0...v0.33.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.32.0&new-version=0.33.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>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent a5882da commit 458ea2c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
20 changes: 16 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "Apache 2.0"

[tool.poetry.dependencies]
python = "<3.12,>=3.7.1"
singer-sdk = "~=0.32.0"
singer-sdk = "~=0.33.0"

[tool.poetry.dev-dependencies]
pytest = "^7.4.2"
Expand Down

0 comments on commit 458ea2c

Please sign in to comment.