This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/pip/sdks/python/container/tensorflow-2.5.1
in repository https://gitbox.apache.org/repos/asf/beam.git.
discard 9cad390 Bump tensorflow from 2.5.0 to 2.5.1 in /sdks/python/container
add 43f8961 [BEAM-12776] Change closing to happen in background in
parallel for multiple windows
add 3337301 Merge pull request #15354: [BEAM-12776] Change closing to
happen in background in parallel for multiple windows
add 5fb6011 Allow `google-auth < 3`
add 1227339 Allow google-auth < 3 #15346
add 16224d3 [BEAM-12767] Improve PipelineOption parsing UX
add 0592083 [BEAM-12767] Improve PipelineOption parsing UX
add d09fceb Fix typo in BigQuery documentation
add a36e332 Merge pull request #15413: Fix typo in BigQuery documentation
add 99b5bfa sync nltk, orjson for Python image
add ff70e74 Merge pull request #15326 from emilymye/importsync
add 0fea8a8 Bump tensorflow from 2.5.0 to 2.5.1 in /sdks/python/container
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 (9cad390)
\
N -- N -- N
refs/heads/dependabot/pip/sdks/python/container/tensorflow-2.5.1 (0fea8a8)
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:
.../java/org/apache/beam/sdk/io/WriteFiles.java | 54 ++++-
.../apache/beam/sdk/options/PipelineOptions.java | 14 ++
.../beam/sdk/options/PipelineOptionsFactory.java | 259 ++++++++++++++++++++-
.../beam/sdk/options/ProxyInvocationHandler.java | 90 +++++--
.../sdk/options/PipelineOptionsFactoryTest.java | 159 +++++++++++++
.../sdk/options/ProxyInvocationHandlerTest.java | 59 +++++
sdks/python/apache_beam/io/gcp/bigquery.py | 2 +-
sdks/python/container/Dockerfile | 2 +
sdks/python/container/base_image_requirements.txt | 3 +-
sdks/python/setup.py | 5 +-
10 files changed, 608 insertions(+), 39 deletions(-)