-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Better removal of hiredis warning #1726
Conversation
@@ -37,7 +37,7 @@ def int_or_str(value): | |||
return value | |||
|
|||
|
|||
__version__ = "4.0.1" | |||
__version__ = "4.0.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let me know if the version shouldn't be bumped here (I copied this from #1721)
@chayim would you mind reviewing this PR when you get the chance? |
Thank you @wuisawesome I thought I had them all. Much appreciated! |
No problem @chayim , do you happen to have a timeline for when the next patch release will be out? |
Definitely next week. Ideally early. I want to fix a couple of issues with json and include that ideally. |
…#9704) Reverts #9317 Since upstream fixed the issue redis/redis-py#1726 We can continue use latest version on master branch. Fixes #9318
Pull Request check-list
It looks like #1721 intended to remove the hiredis warning, but didn't fully remove it when byte buffers aren't available.
This PR tries to do the same thing, but remove the error message in the other case.
Closes #1725
Please make sure to review and check all of these items:
$ tox
pass with this change (including linting)?NOTE: these things are not required to open a PR and can be done
afterwards / while the PR is open.
Description of change
Please provide a description of the change here.