File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11ignore:
22 'SNYK-PYTHON-SETUPTOOLS-7448482':
3- - '*':
4- reason: None Given
3+ - 'tensorflow@2.18.1 > setuptools@38.5.0':
4+ - 'tensorflow@2.18.1 > tensorboard@2.18.0 > setuptools@38.5.0':
5+ - 'tensorflow-serving-api@2.18.1 > tensorflow@2.18.1 > setuptools@38.5.0':
6+ - 'tensorflow-serving-api@2.18.1 > tensorflow@2.18.1 > tensorboard@2.18.0 > setuptools@38.5.0':
7+ reason: Image only ships setuptools > 70.x, pip freeze verifies no 38.5.0 copy is present
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ tensorflow-serving-api>=1.10.1
33grpcio >= 1.32.0 # Required for https://github.com/SeldonIO/seldon-core/issues/2787
44grpcio-reflection >= 1.32.0 # Required for https://github.com/SeldonIO/seldon-core/issues/2787
55requests
6- urllib3 >= 2.6.0
7- setuptools >= 70.0.0
6+ urllib3 >= 2.6.0
7+ setuptools >= 70.0.0
You can’t perform that action at this time.
0 commit comments