From ca29a390c448dff6c5b96cf7fd8dff6a01191132 Mon Sep 17 00:00:00 2001 From: Kraiem Taha Yassine Date: Tue, 7 Nov 2023 13:55:42 +0100 Subject: [PATCH] Api v1.15.0 (#1618) * fix(chalice): fixed SSO requirement --- ee/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/api/requirements.txt b/ee/api/requirements.txt index 24f67df06..6e740903f 100644 --- a/ee/api/requirements.txt +++ b/ee/api/requirements.txt @@ -20,7 +20,7 @@ clickhouse-driver[lz4]==0.2.6 # 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.15.0 --no-binary=lxml -# python3-saml==1.16.0 +python3-saml==1.16.0 python-multipart==0.0.6 redis==5.0.1