Skip to content

Commit 883f72f

Browse files
authored
[post-2.72.0] Add pillow to base image requirement (#38071)
1 parent e6351df commit 883f72f

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

sdks/python/container/py310/base_image_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ packaging==25.0
138138
pandas==2.2.3
139139
parameterized==0.9.0
140140
pg8000==1.31.5
141+
pillow==12.1.0
141142
pip==25.3
142143
pluggy==1.6.0
143144
propcache==0.4.1

sdks/python/container/py311/base_image_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ packaging==25.0
136136
pandas==2.2.3
137137
parameterized==0.9.0
138138
pg8000==1.31.5
139+
pillow==12.1.0
139140
pip==25.3
140141
pluggy==1.6.0
141142
propcache==0.4.1

sdks/python/container/py312/base_image_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ packaging==25.0
134134
pandas==2.2.3
135135
parameterized==0.9.0
136136
pg8000==1.31.5
137+
pillow==12.1.0
137138
pip==25.3
138139
pluggy==1.6.0
139140
propcache==0.4.1

sdks/python/container/py313/base_image_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ packaging==25.0
132132
pandas==2.2.3
133133
parameterized==0.9.0
134134
pg8000==1.31.5
135+
pillow==12.1.0
135136
pip==25.3
136137
pluggy==1.6.0
137138
propcache==0.4.1

0 commit comments

Comments
 (0)