dependabot[bot] opened a new pull request, #28:
URL: https://github.com/apache/beam-starter-python/pull/28

   Bumps [apache-beam](https://github.com/apache/beam) from 2.52.0 to 2.53.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/beam/releases";>apache-beam's 
releases</a>.</em></p>
   <blockquote>
   <h2>Beam 2.53.0 release</h2>
   <p>We are happy to present the new 2.53.0 release of Beam.
   This release includes both improvements and new functionality.
   See the <a 
href="https://github.com/apache/beam/blob/HEAD/get-started/downloads";>download 
page</a> for this release.</p>
   <p>For more information on changes in 2.53.0, check out the <a 
href="https://github.com/apache/beam/milestone/17";>detailed release 
notes</a>.</p>
   <h2>Highlights</h2>
   <ul>
   <li>Python streaming users that use 2.47.0 and newer versions of Beam should 
update to version 2.53.0, which fixes a known issue: (<a 
href="https://redirect.github.com/apache/beam/issues/27330";>#27330</a>).</li>
   </ul>
   <h2>I/Os</h2>
   <ul>
   <li>TextIO now supports skipping multiple header lines (Java) (<a 
href="https://redirect.github.com/apache/beam/issues/17990";>#17990</a>).</li>
   <li>Python GCSIO is now implemented with GCP GCS Client instead of apitools 
(<a href="https://redirect.github.com/apache/beam/issues/25676";>#25676</a>)</li>
   <li>Adding support for LowCardinality DataType in ClickHouse (Java) (<a 
href="https://redirect.github.com/apache/beam/pull/29533";>#29533</a>).</li>
   <li>Added support for handling bad records to KafkaIO (Java) (<a 
href="https://redirect.github.com/apache/beam/pull/29546";>#29546</a>)</li>
   <li>Add support for generating text embeddings in MLTransform for Vertex AI 
and Hugging Face Hub models.(<a 
href="https://redirect.github.com/apache/beam/pull/29564";>#29564</a>)</li>
   <li>NATS IO connector added (Go) (<a 
href="https://redirect.github.com/apache/beam/issues/29000";>#29000</a>).</li>
   </ul>
   <h2>New Features / Improvements</h2>
   <ul>
   <li>The Python SDK now type checks <code>collections.abc.Collections</code> 
types properly. Some type hints that were erroneously allowed by the SDK may 
now fail. (<a 
href="https://redirect.github.com/apache/beam/pull/29272";>#29272</a>)</li>
   <li>Running multi-language pipelines locally no longer requires Docker.
   Instead, the same (generally auto-started) subprocess used to perform the
   expansion can also be used as the cross-language worker.</li>
   <li>Framework for adding Error Handlers to composite transforms added in 
Java (<a 
href="https://redirect.github.com/apache/beam/pull/29164";>#29164</a>).</li>
   <li>Python 3.11 images now include google-cloud-profiler (<a 
href="https://redirect.github.com/apache/beam/pull/29651";>#29561</a>).</li>
   </ul>
   <h2>Breaking Changes</h2>
   <ul>
   <li>Upgraded to go 1.21.5 to build, fixing <a 
href="https://security-tracker.debian.org/tracker/CVE-2023-45285";>CVE-2023-45285</a>
 and <a 
href="https://security-tracker.debian.org/tracker/CVE-2023-39326";>CVE-2023-39326</a></li>
   </ul>
   <h2>Deprecations</h2>
   <ul>
   <li>Euphoria DSL is deprecated and will be removed in a future release (not 
before 2.56.0) (<a 
href="https://redirect.github.com/apache/beam/issues/29451";>#29451</a>)</li>
   </ul>
   <h2>Bugfixes</h2>
   <ul>
   <li>(Python) Fixed sporadic crashes in streaming pipelines that affected 
some users of 2.47.0 and newer SDKs (<a 
href="https://redirect.github.com/apache/beam/issues/27330";>#27330</a>).</li>
   <li>(Python) Fixed a bug that caused MLTransform to drop identical elements 
in the output PCollection (<a 
href="https://redirect.github.com/apache/beam/issues/29600";>#29600</a>).</li>
   </ul>
   <h2>List of Contributors</h2>
   <p>According to git shortlog, the following people contributed to the 2.53.0 
release. Thank you to all contributors!</p>
   <p>Ahmed Abualsaud</p>
   <p>Ahmet Altay</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/beam/blob/master/CHANGES.md";>apache-beam's 
changelog</a>.</em></p>
   <blockquote>
   <h1>[2.53.0] - 2024-01-04</h1>
   <h2>Highlights</h2>
   <ul>
   <li>Python streaming users that use 2.47.0 and newer versions of Beam should 
update to version 2.53.0, which fixes a known issue: (<a 
href="https://redirect.github.com/apache/beam/issues/27330";>#27330</a>).</li>
   </ul>
   <h2>I/Os</h2>
   <ul>
   <li>TextIO now supports skipping multiple header lines (Java) (<a 
href="https://redirect.github.com/apache/beam/issues/17990";>#17990</a>).</li>
   <li>Python GCSIO is now implemented with GCP GCS Client instead of apitools 
(<a href="https://redirect.github.com/apache/beam/issues/25676";>#25676</a>)</li>
   <li>Added support for handling bad records to KafkaIO (Java) (<a 
href="https://redirect.github.com/apache/beam/pull/29546";>#29546</a>)</li>
   <li>Add support for generating text embeddings in MLTransform for Vertex AI 
and Hugging Face Hub models.(<a 
href="https://redirect.github.com/apache/beam/pull/29564";>#29564</a>)</li>
   <li>NATS IO connector added (Go) (<a 
href="https://redirect.github.com/apache/beam/issues/29000";>#29000</a>).</li>
   <li>Adding support for LowCardinality (Java) (<a 
href="https://redirect.github.com/apache/beam/pull/29533";>#29533</a>).</li>
   </ul>
   <h2>New Features / Improvements</h2>
   <ul>
   <li>The Python SDK now type checks <code>collections.abc.Collections</code> 
types properly. Some type hints that were erroneously allowed by the SDK may 
now fail. (<a 
href="https://redirect.github.com/apache/beam/pull/29272";>#29272</a>)</li>
   <li>Running multi-language pipelines locally no longer requires Docker.
   Instead, the same (generally auto-started) subprocess used to perform the
   expansion can also be used as the cross-language worker.</li>
   <li>Framework for adding Error Handlers to composite transforms added in 
Java (<a 
href="https://redirect.github.com/apache/beam/pull/29164";>#29164</a>).</li>
   <li>Python 3.11 images now include google-cloud-profiler (<a 
href="https://redirect.github.com/apache/beam/pull/29651";>#29561</a>).</li>
   </ul>
   <h2>Breaking Changes</h2>
   <ul>
   <li>Upgraded to go 1.21.5 to build, fixing <a 
href="https://security-tracker.debian.org/tracker/CVE-2023-45285";>CVE-2023-45285</a>
 and <a 
href="https://security-tracker.debian.org/tracker/CVE-2023-39326";>CVE-2023-39326</a></li>
   </ul>
   <h2>Deprecations</h2>
   <ul>
   <li>Euphoria DSL is deprecated and will be removed in a future release (not 
before 2.56.0) (<a 
href="https://redirect.github.com/apache/beam/issues/29451";>#29451</a>)</li>
   </ul>
   <h2>Bugfixes</h2>
   <ul>
   <li>(Python) Fixed sporadic crashes in streaming pipelines that affected 
some users of 2.47.0 and newer SDKs (<a 
href="https://redirect.github.com/apache/beam/issues/27330";>#27330</a>).</li>
   <li>(Python) Fixed a bug that caused MLTransform to drop identical elements 
in the output PCollection (<a 
href="https://redirect.github.com/apache/beam/issues/29600";>#29600</a>).</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/beam/commit/260b554a007725c9277c98f5ec8ef704570a238a";><code>260b554</code></a>
 Set version for 2.53.0 RC2</li>
   <li><a 
href="https://github.com/apache/beam/commit/1f6d7af75c7904644facf87e86317797d5731dd0";><code>1f6d7af</code></a>
 Update google-api-services-storage to match libraries-bom (<a 
href="https://redirect.github.com/apache/beam/issues/29865";>#29865</a>)</li>
   <li><a 
href="https://github.com/apache/beam/commit/5b9bbaf4ff5e6fdd49028de0d8f5d9c459b86b3b";><code>5b9bbaf</code></a>
 Remove failing multimap key iteration tests. (<a 
href="https://redirect.github.com/apache/beam/issues/29837";>#29837</a>)</li>
   <li><a 
href="https://github.com/apache/beam/commit/210d0e4769aa0e930d7359237cf85fbd07f751e3";><code>210d0e4</code></a>
 Revert to non-schema-based Sql transform. (<a 
href="https://redirect.github.com/apache/beam/issues/29831";>#29831</a>)</li>
   <li><a 
href="https://github.com/apache/beam/commit/292606bdb0c8d71dded7ee4968e78bd14335936a";><code>292606b</code></a>
 Fix nil pointer access in logRuntimeDependencies (<a 
href="https://redirect.github.com/apache/beam/issues/29804";>#29804</a>) (<a 
href="https://redirect.github.com/apache/beam/issues/29806";>#29806</a>)</li>
   <li><a 
href="https://github.com/apache/beam/commit/ea477dd73b3476048e4d6e22e037211668bb440f";><code>ea477dd</code></a>
 getProcessingTimesByStep returns a modifiable map (<a 
href="https://redirect.github.com/apache/beam/issues/29786";>#29786</a>) (<a 
href="https://redirect.github.com/apache/beam/issues/29799";>#29799</a>)</li>
   <li><a 
href="https://github.com/apache/beam/commit/667027dc78f98ee43e286fcf45201ad1c66961d9";><code>667027d</code></a>
 Fixes breakages of the upgrade feature (<a 
href="https://redirect.github.com/apache/beam/issues/29731";>#29731</a>) (<a 
href="https://redirect.github.com/apache/beam/issues/29766";>#29766</a>)</li>
   <li><a 
href="https://github.com/apache/beam/commit/03e90360272ba35ffd15a6e2a10a70d984dc3be1";><code>03e9036</code></a>
 test revert _beam_schema_proto (<a 
href="https://redirect.github.com/apache/beam/issues/29754";>#29754</a>) (<a 
href="https://redirect.github.com/apache/beam/issues/29759";>#29759</a>)</li>
   <li><a 
href="https://github.com/apache/beam/commit/f773123d430e0c2420d4cca80db59f301fbeb953";><code>f773123</code></a>
 <a href="https://redirect.github.com/apache/beam/issues/29760";>#29760</a> Only 
respond to sampling request while data sampling is enabled (<a 
href="https://redirect.github.com/apache/beam/issues/29";>#29</a>...</li>
   <li><a 
href="https://github.com/apache/beam/commit/7e6fa6566efb26cee1b6d14c97d61a5971c28d2a";><code>7e6fa65</code></a>
 Set Dataflow container to release version.</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/beam/compare/v2.52.0...v2.53.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=apache-beam&package-manager=pip&previous-version=2.52.0&new-version=2.53.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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to