Skip to content

Commit

Permalink
fix: event-tracking:2.4.1 clutter with openedx master
Browse files Browse the repository at this point in the history
`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 master.
See issue openedx/tutor-contrib-aspects#891
  • Loading branch information
vahid75 committed Jul 21, 2024
1 parent 980b2aa commit e93900d
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 master 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 e93900d

Please sign in to comment.