Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ task check {
return
}

// precommit and postcommit should triggered by this specific file
// precommit and postcommit should be triggered by this specific file
// this is to ensure not missing test during release branch verification
if (paths != null && !paths.contains('release/trigger_all_tests.json') && !fname.toLowerCase().contains('sickbay') && !workflow.name.toLowerCase().contains('disabled')) {
errors.add("Error validating ${fname}: " +
"Please add 'release/trigger_all_tests.json' to the trigger path")
return
}

// postcommit should triggered by a specific file so that there is a way to exercise post for open PR
// postcommit should be triggered by a specific file so that there is a way to exercise post for open PR
// TODO(https://github.com/apache/beam/issues/28909)
// remove file match trigger once a better trigger (e.g. comment trigger) is implemented
if (fname.startsWith("beam_PostCommit")) {
Expand Down
41 changes: 20 additions & 21 deletions sdks/python/container/ml/py310/base_image_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
absl-py==2.3.1
aiofiles==25.1.0
aiohappyeyeballs==2.6.1
aiohttp==3.13.2
aiohttp==3.13.3
aiosignal==1.4.0
annotated-types==0.7.0
anyio==4.12.0
anyio==4.12.1
asn1crypto==1.5.1
astunparse==1.6.3
async-timeout==5.0.1
Expand All @@ -37,16 +37,16 @@ beartype==0.22.9
beautifulsoup4==4.14.3
betterproto==2.0.0b7
bs4==0.0.2
build==1.3.0
build==1.4.0
cachetools==6.2.4
certifi==2025.11.12
certifi==2026.1.4
cffi==2.0.0
charset-normalizer==3.4.4
click==8.3.1
cloud-sql-python-connector==1.19.0
crcmod==1.7
cryptography==46.0.3
Cython==3.2.3
Cython==3.2.4
dill==0.3.1.1
distro==1.9.0
dnspython==2.8.0
Expand All @@ -57,20 +57,20 @@ exceptiongroup==1.3.1
execnet==2.1.2
fastavro==1.12.1
fasteners==0.20
filelock==3.20.1
filelock==3.20.3
flatbuffers==25.12.19
freezegun==1.5.5
frozenlist==1.8.0
fsspec==2025.12.0
fsspec==2026.1.0
future==1.0.0
gast==0.7.0
google-api-core==2.28.1
google-api-core==2.29.0
google-api-python-client==2.187.0
google-apitools==0.5.31
google-auth==2.45.0
google-auth==2.47.0
google-auth-httplib2==0.2.1
google-cloud-aiplatform==1.132.0
google-cloud-bigquery==3.39.0
google-cloud-aiplatform==1.133.0
google-cloud-bigquery==3.40.0
google-cloud-bigquery-storage==2.36.0
google-cloud-bigtable==2.35.0
google-cloud-core==2.5.0
Expand All @@ -90,7 +90,7 @@ google-cloud-storage==2.19.0
google-cloud-videointelligence==2.17.0
google-cloud-vision==3.11.0
google-crc32c==1.8.0
google-genai==1.56.0
google-genai==1.57.0
google-pasta==0.2.0
google-resumable-media==2.8.0
googleapis-common-protos==1.72.0
Expand All @@ -100,7 +100,7 @@ grpc-interceptor==0.15.4
grpcio==1.65.5
grpcio-status==1.65.5
grpclib==0.4.9
guppy3==3.1.5
guppy3==3.1.6
h11==0.16.0
h2==4.3.0
h5py==3.15.1
Expand All @@ -123,7 +123,7 @@ Jinja2==3.1.6
joblib==1.5.3
Js2Py==0.74
jsonpickle==3.4.2
jsonschema==4.25.1
jsonschema==4.26.0
jsonschema-specifications==2025.9.1
keras==3.12.0
keyring==25.7.0
Expand Down Expand Up @@ -159,7 +159,7 @@ packaging==25.0
pandas==2.2.3
parameterized==0.9.0
pg8000==1.31.5
pillow==12.0.0
pillow==12.1.0
pip==25.3
pluggy==1.6.0
propcache==0.4.1
Expand All @@ -177,7 +177,7 @@ Pygments==2.19.2
PyHamcrest==2.1.0
pyjsparser==2.7.1
pymilvus==2.5.18
pymongo==4.15.5
pymongo==4.16.0
PyMySQL==1.1.2
pyparsing==3.3.1
pyproject_hooks==1.2.0
Expand All @@ -199,10 +199,9 @@ rsa==4.9.1
safetensors==0.7.0
scikit-learn==1.7.2
scipy==1.15.3
scramp==1.4.6
scramp==1.4.8
SecretStorage==3.5.0
setuptools==80.9.0
shapely==2.1.2
six==1.17.0
sniffio==1.3.1
sortedcontainers==2.4.0
Expand All @@ -217,7 +216,7 @@ tensorboard-data-server==0.7.2
tensorflow==2.20.0
tensorflow-cpu-aws==2.20.0;platform_machine=="aarch64"
termcolor==3.3.0
testcontainers==4.13.3
testcontainers==4.14.0
threadpoolctl==3.6.0
tokenizers==0.21.4
tomli==2.3.0
Expand All @@ -230,10 +229,10 @@ tzdata==2025.3
tzlocal==5.3.1
ujson==5.11.0
uritemplate==4.2.0
urllib3==2.6.2
urllib3==2.6.3
virtualenv-clone==0.5.7
websockets==15.0.1
Werkzeug==3.1.4
Werkzeug==3.1.5
wheel==0.45.1
wrapt==2.0.1
yarl==1.22.0
Expand Down
51 changes: 25 additions & 26 deletions sdks/python/container/ml/py310/gpu_image_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
absl-py==2.3.1
aiofiles==25.1.0
aiohappyeyeballs==2.6.1
aiohttp==3.13.2
aiohttp==3.13.3
aiosignal==1.4.0
annotated-doc==0.0.4
annotated-types==0.7.0
anyio==4.12.0
anyio==4.12.1
asn1crypto==1.5.1
astor==0.8.1
astunparse==1.6.3
Expand All @@ -40,10 +40,10 @@ beautifulsoup4==4.14.3
betterproto==2.0.0b7
blake3==1.0.8
bs4==0.0.2
build==1.3.0
build==1.4.0
cachetools==6.2.4
cbor2==5.7.1
certifi==2025.11.12
cbor2==5.8.0
certifi==2026.1.4
cffi==2.0.0
charset-normalizer==3.4.4
click==8.3.1
Expand All @@ -53,7 +53,7 @@ compressed-tensors==0.10.2
crcmod==1.7
cryptography==46.0.3
cupy-cuda12x==13.6.0
Cython==3.2.3
Cython==3.2.4
depyf==0.19.0
dill==0.3.1.1
diskcache==5.6.3
Expand All @@ -68,26 +68,26 @@ exceptiongroup==1.3.1
execnet==2.1.2
fastapi==0.128.0
fastapi-cli==0.0.20
fastapi-cloud-cli==0.8.0
fastapi-cloud-cli==0.9.0
fastar==0.8.0
fastavro==1.12.1
fasteners==0.20
fastrlock==0.8.3
filelock==3.20.1
filelock==3.20.3
flatbuffers==25.12.19
freezegun==1.5.5
frozenlist==1.8.0
fsspec==2025.12.0
fsspec==2026.1.0
future==1.0.0
gast==0.7.0
gguf==0.17.1
google-api-core==2.28.1
google-api-core==2.29.0
google-api-python-client==2.187.0
google-apitools==0.5.31
google-auth==2.45.0
google-auth==2.47.0
google-auth-httplib2==0.2.1
google-cloud-aiplatform==1.132.0
google-cloud-bigquery==3.39.0
google-cloud-aiplatform==1.133.0
google-cloud-bigquery==3.40.0
google-cloud-bigquery-storage==2.36.0
google-cloud-bigtable==2.35.0
google-cloud-core==2.5.0
Expand All @@ -107,7 +107,7 @@ google-cloud-storage==2.19.0
google-cloud-videointelligence==2.17.0
google-cloud-vision==3.11.0
google-crc32c==1.8.0
google-genai==1.56.0
google-genai==1.57.0
google-pasta==0.2.0
google-resumable-media==2.8.0
googleapis-common-protos==1.72.0
Expand All @@ -117,7 +117,7 @@ grpc-interceptor==0.15.4
grpcio==1.65.5
grpcio-status==1.65.5
grpclib==0.4.9
guppy3==3.1.5
guppy3==3.1.6
h11==0.16.0
h2==4.3.0
h5py==3.15.1
Expand All @@ -142,7 +142,7 @@ Jinja2==3.1.6
jiter==0.12.0
joblib==1.5.3
jsonpickle==3.4.2
jsonschema==4.25.1
jsonschema==4.26.0
jsonschema-specifications==2025.9.1
keras==3.12.0
keyring==25.7.0
Expand Down Expand Up @@ -207,7 +207,7 @@ pandas==2.2.3
parameterized==0.9.0
partial-json-parser==0.2.1.1.post7
pg8000==1.31.5
pillow==12.0.0
pillow==12.1.0
pip==25.3
pluggy==1.6.0
prometheus-fastapi-instrumentator==7.1.0
Expand All @@ -226,13 +226,13 @@ pybase64==1.4.3
pycountry==24.6.1
pycparser==2.23
pydantic==2.12.5
pydantic-extra-types==2.10.6
pydantic-extra-types==2.11.0
pydantic-settings==2.12.0
pydantic_core==2.41.5
Pygments==2.19.2
PyHamcrest==2.1.0
pymilvus==2.5.18
pymongo==4.15.5
pymongo==4.16.0
PyMySQL==1.1.2
pyparsing==3.3.1
pyproject_hooks==1.2.0
Expand Down Expand Up @@ -260,13 +260,12 @@ rsa==4.9.1
safetensors==0.7.0
scikit-learn==1.7.2
scipy==1.15.3
scramp==1.4.6
scramp==1.4.8
SecretStorage==3.5.0
sentencepiece==0.2.1
sentry-sdk==2.48.0
sentry-sdk==2.49.0
setproctitle==1.3.7
setuptools==80.9.0
shapely==2.1.2
shellingham==1.5.4
six==1.17.0
sniffio==1.3.1
Expand All @@ -285,7 +284,7 @@ tensorboard-data-server==0.7.2
tensorflow==2.20.0
tensorflow-cpu-aws==2.20.0;platform_machine=="aarch64"
termcolor==3.3.0
testcontainers==4.13.3
testcontainers==4.14.0
threadpoolctl==3.6.0
tiktoken==0.12.0
tokenizers==0.21.4
Expand All @@ -296,20 +295,20 @@ torchvision==0.22.1
tqdm==4.67.1
transformers==4.55.4
triton==3.3.1
typer==0.21.0
typer==0.21.1
typing-inspection==0.4.2
typing_extensions==4.15.0
tzdata==2025.3
ujson==5.11.0
uritemplate==4.2.0
urllib3==2.6.2
urllib3==2.6.3
uvicorn==0.40.0
uvloop==0.22.1
virtualenv-clone==0.5.7
vllm==0.10.1.1
watchfiles==1.1.1
websockets==15.0.1
Werkzeug==3.1.4
Werkzeug==3.1.5
wheel==0.45.1
wrapt==2.0.1
xformers==0.0.31
Expand Down
Loading
Loading