From 391e5b8131d2f96fd575226cb66678ab57632166 Mon Sep 17 00:00:00 2001 From: Alex Swindler Date: Fri, 27 Sep 2024 17:29:52 -0600 Subject: [PATCH] Fix `hiredis` not found error (#4821) Fix hiredis not found error --- CHANGELOG.md | 1 + requirements/base.txt | 2 +- .../__pycache__/audit_template.cpython-39.pyc.140134611837872 | 0 3 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 seed/audit_template/__pycache__/audit_template.cpython-39.pyc.140134611837872 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bbce9d3b1..0117a7093b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ * Improvements to UBID handling during upload by @perryr16 in https://github.com/SEED-platform/seed/pull/4780 * Add property measure class method defaults by @perryr16 in https://github.com/SEED-platform/seed/pull/4778 * Delete events when related cycle is deleted. by @perryr16 in https://github.com/SEED-platform/seed/pull/4779 +* Fix `hiredis` not found error by @axelstudios in https://github.com/SEED-platform/seed/pull/4821 **Full Changelog**: https://github.com/SEED-platform/seed/compare/v3.1.0...v3.2.0 diff --git a/requirements/base.txt b/requirements/base.txt index 4c11cef83f..35f9f7dc98 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -13,7 +13,7 @@ psycopg2-binary==2.9.9 celery==5.2.2 django-celery-beat==2.2.1 django-redis==5.2.0 # Version is tied to compatibility with boto3 -hiredis==2.3.2 +hiredis==3.0.0 brotli==1.1.0 django-compressor==4.4 diff --git a/seed/audit_template/__pycache__/audit_template.cpython-39.pyc.140134611837872 b/seed/audit_template/__pycache__/audit_template.cpython-39.pyc.140134611837872 deleted file mode 100644 index e69de29bb2..0000000000