From 11eff60e23c55e4044e2883caf31bda2c3267aeb 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 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/edx_lint/files/common_constraints.txt b/edx_lint/files/common_constraints.txt index df9c9bc..b957ec4 100644 --- a/edx_lint/files/common_constraints.txt +++ b/edx_lint/files/common_constraints.txt @@ -31,3 +31,10 @@ 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 + +# Cause: 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 +# This can be unpinned once https://github.com/openedx/edx-platform/issues/34586 +# has been resolved and edx-platform is running with pymongo>=4.4.0 +event-tracking<2.4.1