This is an automated email from the ASF dual-hosted git repository. vterentev pushed a commit to branch fix-publish-sdk in repository https://gitbox.apache.org/repos/asf/beam.git
commit 874908311ee6b89f0a1ae2981ee0e8530eb1a873 Author: Vitaly Terentyev <[email protected]> AuthorDate: Tue Oct 21 12:42:30 2025 +0400 Add triton license --- sdks/python/container/license_scripts/dep_urls_py.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdks/python/container/license_scripts/dep_urls_py.yaml b/sdks/python/container/license_scripts/dep_urls_py.yaml index b46fc10adf1..ea684cf2976 100644 --- a/sdks/python/container/license_scripts/dep_urls_py.yaml +++ b/sdks/python/container/license_scripts/dep_urls_py.yaml @@ -167,5 +167,7 @@ pip_dependencies: license: "https://raw.githubusercontent.com/sankalpjonn/timeloop/master/LICENSE" torch: license: "https://raw.githubusercontent.com/pytorch/pytorch/master/LICENSE" + triton: + license: "https://raw.githubusercontent.com/triton-lang/triton/refs/heads/main/LICENSE" wget: license: "https://raw.githubusercontent.com/mirror/wget/master/COPYING"
