From 823460d7f95479413865dbebc7abc11b3aa15e10 Mon Sep 17 00:00:00 2001 From: Cristhian Garcia Date: Wed, 9 Oct 2024 13:14:56 -0500 Subject: [PATCH] fix: catch json errors on empty responses from ralph --- .../patches/openedx-dev-dockerfile-post-python-requirements | 2 +- .../patches/openedx-dockerfile-post-python-requirements | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tutoraspects/patches/openedx-dev-dockerfile-post-python-requirements b/tutoraspects/patches/openedx-dev-dockerfile-post-python-requirements index ba367fb5a..1770487db 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/edx-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..1770487db 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/edx-event-routing-backends@cag/all-dups"