Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Redis compatibility with boto3 #4534

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

axelstudios
Copy link
Member

What's this PR do?

Downgrades django-redis for compatibility with boto3 to resolve this error:

Requirement already satisfied: boto3==1.34.42 in c:\nrel\seed.clean2\.venv\lib\site-packages (from -r requirements/aws.txt (line 2)) (1.34.42)
ERROR: Cannot install django-redis==5.2.0 and django-redis==5.4.0 because these package versions have conflicting dependencies.

How should this be manually tested?

pip install -r requirements/aws.txt should succeed

Copy link
Contributor

@kflemin kflemin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this worked for me!

@axelstudios axelstudios merged commit 070d459 into develop Feb 16, 2024
9 checks passed
@axelstudios axelstudios deleted the bugfix/fix-boto3-redis-compatibility branch February 16, 2024 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants