sadpandajoe commented on code in PR #41813:
URL: https://github.com/apache/superset/pull/41813#discussion_r3572701119
##########
pyproject.toml:
##########
@@ -100,7 +100,7 @@ dependencies = [
"pyarrow>=24.0.0, <25", # before upgrading pyarrow, check that all db
dependencies support this, see e.g.
https://github.com/apache/superset/pull/34693
"pyyaml>=6.0.3, <7.0.0",
"PyJWT>=2.4.0, <3.0",
- "redis>=5.0.0, <6.0",
+ "redis>=8.0.1, <9.0",
Review Comment:
This is bumping the min version, we can keep it where it is and just have
the version pinned
```suggestion
"redis>=5.0.0, <9.0",
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]