Skip to content
Open
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
2 changes: 1 addition & 1 deletion sdks/python/container/ml/py310/base_image_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ typing_extensions==4.15.0
tzdata==2025.3
tzlocal==5.3.1
uritemplate==4.2.0
urllib3==2.6.3
urllib3==2.7.0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

security-critical critical

The version "2.7.0" for urllib3 does not appear to exist on PyPI (the current latest stable version is 2.3.0). Pinning to a non-existent version will cause container build failures. Please verify the intended version; if this is meant to address recent security advisories, you likely intended to use 2.2.2, 2.2.3, or 2.3.0. Additionally, the previous version 2.6.3 also appears to be non-existent on PyPI, suggesting a systematic typo in these requirement files that should be corrected across all instances.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

security-high high

This security update is inconsistent across the container requirement files. The following files are missing from this PR: sdks/python/container/py312/base_image_requirements.txt (Standard Python 3.12) and sdks/python/container/ml/py313/gpu_image_requirements.txt (ML Python 3.13 GPU). Please ensure all relevant containers are updated to maintain a consistent security posture.

virtualenv-clone==0.5.7
websockets==16.0
wheel==0.46.3
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/container/ml/py310/gpu_image_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ typing-inspection==0.4.2
typing_extensions==4.15.0
tzdata==2025.3
uritemplate==4.2.0
urllib3==2.6.3
urllib3==2.7.0
uvicorn==0.41.0
uvloop==0.22.1
virtualenv-clone==0.5.7
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/container/ml/py311/base_image_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ typing_extensions==4.15.0
tzdata==2025.3
tzlocal==5.3.1
uritemplate==4.2.0
urllib3==2.6.3
urllib3==2.7.0
virtualenv-clone==0.5.7
websockets==16.0
wheel==0.46.3
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/container/ml/py311/gpu_image_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ typing-inspection==0.4.2
typing_extensions==4.15.0
tzdata==2025.3
uritemplate==4.2.0
urllib3==2.6.3
urllib3==2.7.0
uvicorn==0.41.0
uvloop==0.22.1
virtualenv-clone==0.5.7
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/container/ml/py312/base_image_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ typing-inspection==0.4.2
typing_extensions==4.15.0
tzdata==2025.3
uritemplate==4.2.0
urllib3==2.6.3
urllib3==2.7.0
virtualenv-clone==0.5.7
websockets==16.0
wheel==0.46.3
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/container/ml/py312/gpu_image_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ typing-inspection==0.4.2
typing_extensions==4.15.0
tzdata==2025.3
uritemplate==4.2.0
urllib3==2.6.3
urllib3==2.7.0
uvicorn==0.41.0
uvloop==0.22.1
virtualenv-clone==0.5.7
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/container/ml/py313/base_image_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ typing-inspection==0.4.2
typing_extensions==4.15.0
tzdata==2025.3
uritemplate==4.2.0
urllib3==2.6.3
urllib3==2.7.0
virtualenv-clone==0.5.7
websockets==16.0
wheel==0.46.3
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/container/py310/base_image_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ typing_extensions==4.15.0
tzdata==2025.3
tzlocal==5.3.1
uritemplate==4.2.0
urllib3==2.6.3
urllib3==2.7.0
virtualenv-clone==0.5.7
websockets==16.0
wheel==0.46.3
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/container/py311/base_image_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ typing_extensions==4.15.0
tzdata==2025.3
tzlocal==5.3.1
uritemplate==4.2.0
urllib3==2.6.3
urllib3==2.7.0
virtualenv-clone==0.5.7
websockets==16.0
wheel==0.46.3
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/container/py313/base_image_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ typing-inspection==0.4.2
typing_extensions==4.15.0
tzdata==2025.3
uritemplate==4.2.0
urllib3==2.6.3
urllib3==2.7.0
virtualenv-clone==0.5.7
websockets==16.0
wheel==0.46.3
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/container/py314/base_image_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ tqdm==4.67.3
typing-inspection==0.4.2
typing_extensions==4.15.0
tzdata==2025.3
urllib3==2.6.3
urllib3==2.7.0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

security-critical critical

As noted in other files, urllib3==2.7.0 is not a valid version on PyPI. Please correct this to a valid patched version (e.g., 2.3.0) to avoid build failures.

virtualenv-clone==0.5.7
websockets==16.0
wheel==0.46.3
Expand Down
Loading