From 208ad925bbf925d4136d42d399aeb7e599a613f5 Mon Sep 17 00:00:00 2001 From: Cristhian Garcia Date: Thu, 11 Jul 2024 08:27:39 -0500 Subject: [PATCH] fix: pin event-tracking for pymongo 4.4.0 support --- edx_lint/files/common_constraints.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/edx_lint/files/common_constraints.txt b/edx_lint/files/common_constraints.txt index df9c9bc..5170991 100644 --- a/edx_lint/files/common_constraints.txt +++ b/edx_lint/files/common_constraints.txt @@ -31,3 +31,9 @@ django-simple-history==3.0.0 # So we need to pin it globally, for now. # Ticket for unpinning: https://github.com/openedx/edx-lint/issues/407 importlib-metadata<7 + +# https://github.com/openedx/event-tracking/pull/290 +# event-tracking 2.4.1 upgrades to pymongo 4.4.0 which is not supported on edx-platform. +# We will pin event-tracking to do not break existing installations +# See +event-tracking<2.4.1