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

Support for redis > 5.0.x in pyproject.toml? #458

Open
epicwhale opened this issue May 19, 2024 · 0 comments · May be fixed by #460
Open

Support for redis > 5.0.x in pyproject.toml? #458

epicwhale opened this issue May 19, 2024 · 0 comments · May be fixed by #460

Comments

@epicwhale
Copy link

my codebase depends on redis ^5.0.1 and I'm unable to use the latest version of arq with it
redis = {extras = ["hiredis"], version = "^5.0.1"}

Because no versions of arq match >0.26.0,<0.27.0
 and arq (0.26.0) depends on redis[hiredis] (>=4.2.0,<5), arq (>=0.26.0,<0.27.0) requires redis[hiredis] (>=4.2.0,<5).
So, because ... depends on both redis[hiredis] (^5.0.1) and arq (^0.26.0), version solving failed.

Any chance the version pinning can support updates to the 5.0.x track rather than locking to 5.0.0?

Another comment on github requesting this for a slightly different reason: #441 (comment)

@Wh1isper Wh1isper linked a pull request May 19, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant