diff --git a/tutoraspects/patches/openedx-dev-dockerfile-post-python-requirements b/tutoraspects/patches/openedx-dev-dockerfile-post-python-requirements index ba367fb5a..e05e77d79 100644 --- a/tutoraspects/patches/openedx-dev-dockerfile-post-python-requirements +++ b/tutoraspects/patches/openedx-dev-dockerfile-post-python-requirements @@ -2,4 +2,4 @@ RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \ pip install "platform-plugin-aspects==v0.11.3" RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \ - pip install "edx-event-routing-backends>=9.3.0,<9.4" + pip install "git+https://github.com/openedx/event-routing-backends@cag/all-dups" diff --git a/tutoraspects/patches/openedx-dockerfile-post-python-requirements b/tutoraspects/patches/openedx-dockerfile-post-python-requirements index 747a1fd16..e05e77d79 100644 --- a/tutoraspects/patches/openedx-dockerfile-post-python-requirements +++ b/tutoraspects/patches/openedx-dockerfile-post-python-requirements @@ -1,5 +1,5 @@ RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \ pip install "platform-plugin-aspects==v0.11.3" - + RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \ - pip install "edx-event-routing-backends>=9.3.0,<9.4" + pip install "git+https://github.com/openedx/event-routing-backends@cag/all-dups"