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

github-bot pushed a change to branch 
dependabot/go_modules/sdks/golang.org/x/sys-0.40.0
in repository https://gitbox.apache.org/repos/asf/beam.git


 discard a87d7f957dd Bump golang.org/x/sys from 0.39.0 to 0.40.0 in /sdks
     add 139724d907c Map TIMSETAMP(12) BQ type -> timestamp-nanos Avro type in 
default schemafactory (#37257)
     add 815041e0a2d Support for RateLimiter in Beam Remote Model Handler  
(#37218)
     add 21c0842a322 Add note about providers to yaml jinja section.
     add 38c88a8df5f Merge pull request #37263 Add note about providers to yaml 
jinja section.
     add 8801afdbd32 Update to upstream caller (#37270)
     add 1575b298cb8 [Docs] Fix grammar: 'should triggered' -> 'should be 
triggered' (#37278)
     add c481b90f47a Update Python Dependencies (#37280)
     add 990276f7271 Bump github.com/aws/aws-sdk-go-v2/credentials in /sdks 
(#37282)
     add 335e96b5073 [yaml] : Add final expand pipeline ut (#37260)
     add 072dd821095 Bump github.com/aws/aws-sdk-go-v2/service/s3 in /sdks 
(#37283)
     add d0223389f47 update RateLimiter execution function name (#37287)
     add be8dfed0530 Bump github.com/aws/aws-sdk-go-v2/config from 1.32.6 to 
1.32.7 in /sdks (#37292)
     add 697d2992aeb feat: Add support for custom prediction routes in Vertex 
AI inference (#37155)
     add e5cac6c73cb Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in 
/sdks (#37291)
     add 3783f5891db Add step to free disk space in workflow (#37246)
     add fdd25a4eeb6 Update trivial inference for Python 3.14 (#37248)
     add 13303461281 Bump Python dev container version (#37293)
     add 752da38e076 Catch breaking import error (#37295)
     add 4dcc27d548e Update users.yml - fix bad role label (#37192)
     add aad58648737 Support picosecond tiemstamps when writing GenericRecord 
and Beam Rows. (#37294)
     add 331b08eb940 Add new features to changes.md (#37308)
     add daa0f15359c Bump golang.org/x/text from 0.32.0 to 0.33.0 in /sdks 
(#37301)
     add 0d842694291 Bump golang.org/x/sys from 0.39.0 to 0.40.0 in /sdks

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   (a87d7f957dd)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/sdks/golang.org/x/sys-0.40.0 (0d842694291)

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/build.gradle                               |   4 +-
 .github/trigger_files/beam_PostCommit_Python.json  |   5 +-
 ...beam_Python_ValidatesContainer_Dataflow_ARM.yml |   2 +
 CHANGES.md                                         |   2 +
 infra/iam/users.yml                                |   3 +-
 sdks/go.mod                                        |  40 ++++----
 sdks/go.sum                                        |  80 ++++++++--------
 .../license_scripts/pull_licenses_java.py          |  14 ++-
 .../AvroGenericRecordToStorageApiProto.java        |   3 +
 .../io/gcp/bigquery/BeamRowToStorageApiProto.java  |   3 +
 .../sdk/io/gcp/bigquery/BigQueryAvroUtils.java     |  12 ++-
 .../AvroGenericRecordToStorageApiProtoTest.java    |  34 +++++++
 .../gcp/bigquery/BeamRowToStorageApiProtoTest.java |  17 ++++
 .../io/gcp/bigquery/BigQueryTimestampPicosIT.java  |  23 ++++-
 .../examples/inference/rate_limiter_vertex_ai.py   |  85 +++++++++++++++++
 .../apache_beam/examples/rate_limiter_simple.py    |   2 +-
 .../apache_beam/io/components/rate_limiter.py      |  44 +++++++--
 .../apache_beam/io/components/rate_limiter_test.py |  24 ++---
 sdks/python/apache_beam/ml/inference/base.py       |  30 +++++-
 sdks/python/apache_beam/ml/inference/base_test.py  |  61 ++++++++++++
 .../vertex_ai_custom_prediction/Dockerfile         |  10 +-
 .../vertex_ai_custom_prediction/README.md          | 103 +++++++++++++++++++++
 .../vertex_ai_custom_prediction/echo_server.py}    |  28 ++++--
 .../ml/inference/vertex_ai_inference.py            |  72 +++++++++++++-
 .../ml/inference/vertex_ai_inference_it_test.py    |  47 ++++++++++
 .../ml/inference/vertex_ai_inference_test.py       |  70 ++++++++++++++
 .../apache_beam/runners/dataflow/internal/names.py |   2 +-
 .../typehints/native_type_compatibility.py         |   2 +-
 .../typehints/native_type_compatibility_test.py    |   2 +-
 sdks/python/apache_beam/typehints/opcodes.py       |  24 ++++-
 .../apache_beam/typehints/trivial_inference.py     |  27 +++++-
 sdks/python/apache_beam/yaml/yaml_ml.py            |   9 ++
 .../apache_beam/yaml/yaml_transform_unit_test.py   |  29 ++++++
 .../container/ml/py310/base_image_requirements.txt |  41 ++++----
 .../container/ml/py310/gpu_image_requirements.txt  |  51 +++++-----
 .../container/ml/py311/base_image_requirements.txt |  45 +++++----
 .../container/ml/py311/gpu_image_requirements.txt  |  53 ++++++-----
 .../container/ml/py312/base_image_requirements.txt |  45 +++++----
 .../container/ml/py312/gpu_image_requirements.txt  |  53 ++++++-----
 .../container/ml/py313/base_image_requirements.txt |  49 +++++-----
 .../container/py310/base_image_requirements.txt    |  33 ++++---
 .../container/py311/base_image_requirements.txt    |  37 ++++----
 .../container/py312/base_image_requirements.txt    |  35 ++++---
 .../container/py313/base_image_requirements.txt    |  41 ++++----
 .../www/site/content/en/documentation/sdks/yaml.md |   2 +
 45 files changed, 1032 insertions(+), 366 deletions(-)
 create mode 100644 
sdks/python/apache_beam/examples/inference/rate_limiter_vertex_ai.py
 copy .test-infra/kubernetes/cassandra/LargeITCluster/setup.sh => 
sdks/python/apache_beam/ml/inference/test_resources/vertex_ai_custom_prediction/Dockerfile
 (84%)
 create mode 100644 
sdks/python/apache_beam/ml/inference/test_resources/vertex_ai_custom_prediction/README.md
 copy sdks/python/apache_beam/{examples/wordcount_dataframe.py => 
ml/inference/test_resources/vertex_ai_custom_prediction/echo_server.py} (63%)

Reply via email to