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

tvalentyn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


    from 720762b76b5 Update google-cloud-recommendations-ai requirement in 
/sdks/python (#25835)
     add 5cb1711c39c Update Protobuf and GCP dependencies in Beam Python SDK 
(#24599)

No new revisions were added by this update.

Summary of changes:
 .../coders/proto2_coder_test_messages_pb2.py       | 319 ++-------------------
 .../io/gcp/datastore/v1new/datastoreio.py          |   2 +-
 .../io/gcp/datastore/v1new/datastoreio_test.py     |  21 +-
 sdks/python/apache_beam/ml/gcp/__init__.py         |   9 +
 .../python/apache_beam/ml/gcp/naturallanguageml.py |  14 +-
 .../apache_beam/ml/gcp/naturallanguageml_test.py   |   2 +-
 .../apache_beam/ml/gcp/videointelligenceml.py      |  18 +-
 .../apache_beam/ml/gcp/videointelligenceml_test.py |   6 +-
 .../apache_beam/ml/inference/pytorch_inference.py  |   2 +-
 .../ml/inference/tensorflow_inference_it_test.py   |   5 +
 .../ml/inference/tensorflow_tests_requirements.txt |   2 +-
 .../python/apache_beam/runners/pipeline_context.py |  10 +-
 .../runners/portability/abstract_job_service.py    |   2 +-
 .../runners/portability/fn_api_runner/execution.py |   4 +-
 .../runners/portability/fn_api_runner/fn_runner.py |   2 +-
 .../portability/fn_api_runner/translations.py      |   2 +-
 .../portability/fn_api_runner/worker_handlers.py   |   2 +-
 .../runners/portability/local_job_service.py       |   2 +-
 .../apache_beam/runners/worker/log_handler.py      |   2 +-
 sdks/python/apache_beam/transforms/core.py         |   4 +-
 sdks/python/apache_beam/transforms/external.py     |   2 +-
 sdks/python/build-requirements.txt                 |  15 +-
 sdks/python/container/Dockerfile                   |   4 +-
 .../container/base_image_requirements_manual.txt   |   5 +-
 .../container/license_scripts/dep_urls_py.yaml     |   3 +
 .../container/py310/base_image_requirements.txt    |  85 +++---
 .../container/py37/base_image_requirements.txt     |  82 ++----
 .../container/py38/base_image_requirements.txt     |  79 +++--
 .../container/py39/base_image_requirements.txt     |  79 +++--
 sdks/python/gen_protos.py                          |  33 ++-
 sdks/python/setup.py                               |  36 ++-
 sdks/python/test-suites/direct/common.gradle       |   4 +-
 sdks/python/test-suites/tox/py38/build.gradle      |  21 +-
 sdks/python/tox.ini                                |   9 +-
 34 files changed, 300 insertions(+), 587 deletions(-)

Reply via email to