From 71b96c172810020f7536b29e222f6968b4aa39a5 Mon Sep 17 00:00:00 2001 From: Kraiem Taha Yassine Date: Mon, 9 Dec 2024 16:34:53 +0100 Subject: [PATCH] Dev (#2832) * fix(chalice): fixed Math-operators validation refactor(chalice): search for sessions that have events for heatmaps * refactor(chalice): search for sessions that have at least 1 location event for heatmaps * fix(chalice): fixed Math-operators validation refactor(chalice): search for sessions that have events for heatmaps * refactor(chalice): search for sessions that have at least 1 location event for heatmaps * feat(chalice): autocomplete return top 10 with stats * fix(chalice): fixed autocomplete top 10 meta-filters * refactor(chalice): refactored authorize * refactor(chalice): upgraded dependencies refactor(alerts): upgraded dependencies refactor(crons): upgraded dependencies * refactor(chalice): refactored custom_metrics * refactor(chalice): upgraded dependency --- 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 3e9076049..538364050 100644 --- a/ee/api/requirements.txt +++ b/ee/api/requirements.txt @@ -25,7 +25,7 @@ redis==5.2.1 #--no-binary is used to avoid libxml2 library version incompatibilities between xmlsec and lxml python3-saml==1.16.0 --no-binary=lxml -python-multipart==0.0.17 +python-multipart==0.0.18 #confluent-kafka==2.1.0 azure-storage-blob==12.24.0