From f0eb8b9c64c14567d92f8ca859985b51eec8a528 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 28 Oct 2024 16:13:34 -0400 Subject: [PATCH] Pin rq to LESS THAN v2.0 --- base_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_requirements.txt b/base_requirements.txt index aba5ad0d2..e131ffc99 100644 --- a/base_requirements.txt +++ b/base_requirements.txt @@ -118,7 +118,7 @@ requests # rq # https://github.com/rq/rq/blob/master/CHANGES.md -rq<=2.0 +rq<2.0 # Social authentication framework # https://github.com/python-social-auth/social-core/blob/master/CHANGELOG.md