Open mwm5945 opened 8 months ago
Any update on this @mwm5945 ?
Nope 🤷♂️On Jun 11, 2024, at 9:57 AM, miha g @.***> wrote: Any update on this @mwm5945 ?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>
Since there are security concerns with cryptography<42.0.0
, I think we should go for the update within Seldon V1. Do we know why the hard pin is there in the first place? Breaking changes?
The crpytography package has released a new major version, which includes vulnerability fixes. Consumers of the microservice are unable to upgrade their own dependencies as it conflicts with the version Seldon allows.
Describe the bug
This line restricts the version of cryptography that can be installed: https://github.com/SeldonIO/seldon-core/blob/60ffac4ea06e74b3de02ccd245df73a673f21c16/python/setup.py#L41
To reproduce
Attempt to install seldon-core with
cryptography==42.x.x
, i.e.Expected behaviour
Latest patched version of
cryptography
package can be used.