From f56843333d26f5d605599a0808cccafb8a79c319 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 28 Oct 2024 16:07:50 -0400 Subject: [PATCH] Pin rq to <2.0 --- base_requirements.txt | 4 ++++ requirements.txt | 1 + 2 files changed, 5 insertions(+) diff --git a/base_requirements.txt b/base_requirements.txt index 76955a6e1dc..aba5ad0d24e 100644 --- a/base_requirements.txt +++ b/base_requirements.txt @@ -116,6 +116,10 @@ PyYAML # https://github.com/psf/requests/blob/main/HISTORY.md requests +# rq +# https://github.com/rq/rq/blob/master/CHANGES.md +rq<=2.0 + # Social authentication framework # https://github.com/python-social-auth/social-core/blob/master/CHANGELOG.md social-auth-core diff --git a/requirements.txt b/requirements.txt index 3b9c689699f..5a2e3d2b02c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,6 +28,7 @@ Pillow==10.4.0 psycopg[c,pool]==3.2.3 PyYAML==6.0.2 requests==2.32.3 +rq==1.16.2 social-auth-app-django==5.4.2 social-auth-core==4.5.4 strawberry-graphql==0.246.2