You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2022/10/20 22:54:26 UTC

[beam] branch dependabot/pip/sdks/python/protobuf-4.21.8 updated (7926f4663bb -> 33b5514753a)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/pip/sdks/python/protobuf-4.21.8
in repository https://gitbox.apache.org/repos/asf/beam.git


 discard 7926f4663bb Bump protobuf from 3.19.4 to 4.21.8 in /sdks/python
     add 72e27f47a78 Reduce log flood in Python PostCommit flink task (#23635)
     add 3ab9507c43d Speed up check on website links (#23737)
     add 728e8ecc8a4 Remove yeandy from reviewers (#23753)
     add 9fc4a5cb9f9 tests: fixes SpannerIO unavailable retry test
     add 12a3e4a95b0 Merge pull request #23748: fixes SpannerIO unavailable retry test
     add 9ff01a1e505 Revert bigdataoss version upgrade (#23727)
     add 37ca2e1f332 Updating Python dependencies for the 2.43.0 release
     add 7bedcd76a11 Merge pull request #23743: Updating Python dependencies for the 2.43.0 release
     add 4113c6dd45c Moving to 2.44.0-SNAPSHOT on master branch.
     add ebbd19d9394 Update the timeout in ValidatesContainer suite. (#23732)
     add 40c8dcc05c2 Issue#23599 Updated dataframe notebook
     add 49ef118b629 Added a missing line break.
     add f0e003bbaa0 Updated dataframe notebook
     add 35419247faf Verify that secondary key coder is deterministic in SortValues
     add c557b977493 Merge pull request #23742: Verify that secondary key coder is deterministic in SortValues
     add 3e8bc10c767 fix lints
     add 3d055da2fce Merge pull request #23759 from riteshghorse/import-fix
     add a138a4f86f6 Update google cloud vision >= 2.0.0 (#23755)
     add 33b5514753a Bump protobuf from 3.19.4 to 4.21.8 in /sdks/python

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (7926f4663bb)
            \
             N -- N -- N   refs/heads/dependabot/pip/sdks/python/protobuf-4.21.8 (33b5514753a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/REVIEWERS.yml                              |  1 -
 .../org/apache/beam/gradle/BeamModulePlugin.groovy |  7 +--
 examples/notebooks/tour-of-beam/dataframes.ipynb   |  3 +-
 gradle.properties                                  |  4 +-
 .../beam/runners/flink/FlinkPipelineRunner.java    | 16 ++++++-
 sdks/go/pkg/beam/core/core.go                      |  2 +-
 .../beam/core/runtime/xlangx/expansionx/process.go |  2 +-
 .../pkg/beam/transforms/xlang/python/external.go   |  3 +-
 .../apache/beam/sdk/options/SdkHarnessOptions.java | 35 +++++++++++++++
 .../beam/sdk/extensions/sorter/SortValues.java     | 13 ++++--
 .../fn/harness/logging/BeamFnLoggingClient.java    | 23 ++--------
 .../SpannerChangeStreamErrorTest.java              |  4 +-
 sdks/python/apache_beam/ml/gcp/visionml.py         | 51 ++++++++++++----------
 sdks/python/apache_beam/ml/gcp/visionml_test.py    |  9 ++--
 sdks/python/apache_beam/ml/gcp/visionml_test_it.py |  7 ++-
 sdks/python/apache_beam/version.py                 |  2 +-
 .../container/py310/base_image_requirements.txt    | 24 +++++-----
 .../container/py37/base_image_requirements.txt     | 22 +++++-----
 .../container/py38/base_image_requirements.txt     | 24 +++++-----
 .../container/py39/base_image_requirements.txt     | 24 +++++-----
 sdks/python/container/run_validatescontainer.sh    |  2 +-
 sdks/python/scripts/run_integration_test.sh        |  4 ++
 sdks/python/setup.py                               |  2 +-
 sdks/python/test-suites/portable/common.gradle     |  7 +++
 website/www/check-links.sh                         |  2 +-
 25 files changed, 177 insertions(+), 116 deletions(-)