Skip to content

Commit

Permalink
fix: upgrade pymongo and event-tracking (#463)
Browse files Browse the repository at this point in the history
The constraint on event tracking is causing packages that depend on event-tracking (such as edx-search) to require pymongo==3.3.13, which is turn breaking other packages, such as openedx/forum. This requirement is no longer necessary since July 31st 2024 when this issue was closed: openedx/edx-platform#34586
Edx-platform now runs pymongo=4.4.0: https://github.com/openedx/edx-platform/blob/master/requirements/edx/base.txt
  • Loading branch information
regisb authored Nov 12, 2024
1 parent d9ee2f1 commit c037a1b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions edx_lint/files/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
# Note: Changes to this file will automatically be used by other repos, referencing
# this file from Github directly. It does not require packaging in edx-lint.


# using LTS django version
Django<5.0

Expand All @@ -23,13 +22,6 @@ elasticsearch<7.14.0
# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
django-simple-history==3.0.0

# 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

# Cause: https://github.com/openedx/edx-lint/issues/458
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
pip<24.3

0 comments on commit c037a1b

Please sign in to comment.