Skip to content

Commit

Permalink
Fix: event-tracking:2.4.1 clutter with openedx open-release/quince.ma…
Browse files Browse the repository at this point in the history
…ster

`event-tracking` which is on of this package dependencies, created a new version (openedx/event-tracking#290) which upgraded the pymongo version. So when we install this package the old style, we will get the latest event-tracking version with pymongo 4.4.0 which is incompatible with openedx open-release/quince.master.
See issue openedx/tutor-contrib-aspects#891
fix-event-tracking_quince_clutter
  • Loading branch information
vahid75 committed Jul 9, 2024
1 parent 980b2aa commit 4b0cb9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ sphinx==4.2.0
# This pin can be removed once sphinx constraint is removed.
docutils<0.18
doc8<1.0.0
event-tracking>=2.3.2
# event-tracking has a breaking change at 2.4.1 version so openedx quince release can't connect to mongo.
# see https://github.com/openedx/tutor-contrib-aspects/issues/891
event-tracking>=2.3.2,<2.4.1
# it is not availablein python3.9
backports.zoneinfo;python_version<"3.9"

0 comments on commit 4b0cb9b

Please sign in to comment.