Skip to content

Commit

Permalink
fix: pin event-tracking for pymongo 4.4.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Jul 15, 2024
1 parent 89a40e2 commit 415754f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions edx_lint/files/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 415754f

Please sign in to comment.