From 415754f99820f2778c1483b66699eec23f1526f1 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 e3bf8ea..caec512 100644 --- a/edx_lint/files/common_constraints.txt +++ b/edx_lint/files/common_constraints.txt @@ -30,3 +30,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