diff --git a/ee/api/requirements.txt b/ee/api/requirements.txt index 6d7796837..347dcdde4 100644 --- a/ee/api/requirements.txt +++ b/ee/api/requirements.txt @@ -18,7 +18,9 @@ apscheduler==3.11.0 # TODO: enable after xmlsec fix https://github.com/xmlsec/python-xmlsec/issues/252 #--no-binary is used to avoid libxml2 library version incompatibilities between xmlsec and lxml -python3-saml==1.16.0 --no-binary=lxml +python3-saml==1.16.0 +--no-binary=lxml + python-multipart==0.0.20 redis==6.1.0