Skip to content

Commit

Permalink
Fix hiredis not found error (#4821)
Browse files Browse the repository at this point in the history
Fix hiredis not found error
  • Loading branch information
axelstudios authored Sep 27, 2024
1 parent 91f822b commit 391e5b8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Empty file.

0 comments on commit 391e5b8

Please sign in to comment.