Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@malthejorgensen
Copy link
Contributor

@malthejorgensen malthejorgensen commented Oct 16, 2025

Breaking changes and deprecations in 6.0.0 don't affect how SAQ uses the redis library, so we can allow its use.
Similarly the later available redis 6.x versions: 6.1.0, 6.1.1, 6.2.0, 6.3.0, 6.4.0 adhere to semantic versioning (double checked, because packages don't always follow semantic versioning) and don't have breaking changes nor deprecations.

redis 6.x supports Python 3.9+ similarly to SAQ. Python 3.8 support was dropped in redis v6.2.0.

Locally tests pass, except for 1 Postgres and 1 Redis test but those also fail on latest main for me.

References:

Breaking changes and deprecations in 6.0.0 don't affect how SAQ uses
the `redis` library, so we can allow its use.
Similarly the later available `redis` 6.x versions: 6.1.0, 6.1.1, 6.2.0,
6.3.0, 6.4.0 adhere to semantic versioning (double checked, because
packages don't always follow semantic versioning) and don't have
breaking changes nor deprecations.

`redis` 6.x supports Python 3.9+ similarly to SAQ. Python 3.8 support
was dropped in 6.2.0.

Reference:
- https://github.com/redis/redis-py/releases/tag/v6.0.0
- https://github.com/redis/redis-py/tags
@tobymao tobymao merged commit 52bf49b into tobymao:main Oct 27, 2025
5 checks passed
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 this pull request may close these issues.

2 participants