Skip to content

Relax redis-py upper bound to <8.0#528

Merged
abrookins merged 1 commit intomainfrom
fix-issue-527-relax-redis-pin
Mar 6, 2026
Merged

Relax redis-py upper bound to <8.0#528
abrookins merged 1 commit intomainfrom
fix-issue-527-relax-redis-pin

Conversation

@abrookins
Copy link
Collaborator

@abrookins abrookins commented Mar 6, 2026

Summary

  • relax redis dependency upper bound from <7.2 to <8.0
  • update uv.lock to match the new constraint

Closes #527

Validation

  • ran uv lock
  • ran uv run pytest (local environment has existing unrelated integration/import failures)

Note

Low Risk
Low risk dependency constraint change; main risk is incompatibility with redis 7.x API/behavior if consumers upgrade without corresponding test coverage.

Overview
Relaxes dependency constraints by widening the redis requirement from <7.2 to <8.0 in pyproject.toml.

Lockfile updated (uv.lock) to reflect the new redis version range.

Written by Cursor Bugbot for commit ceaa178. This will update automatically on new commits. Configure here.

@jit-ci
Copy link

jit-ci bot commented Mar 6, 2026

🛡️ Jit Security Scan Results

CRITICAL HIGH MEDIUM

✅ No security findings were detected in this PR


Security scan by Jit

@abrookins abrookins merged commit 817a255 into main Mar 6, 2026
48 checks passed
@MartinGotelli
Copy link

Hey guys, are you planning on releasing this? I am looking to update redis to 7.3.0

@vishal-bala vishal-bala added auto:minor Increment the minor version when merged auto:dependencies Update one or more dependencies version labels Mar 13, 2026
@abrookins
Copy link
Collaborator Author

@MartinGotelli Yes indeed. It should be available now in the latest release, 0.16.0.

@MartinGotelli
Copy link

@MartinGotelli Yes indeed. It should be available now in the latest release, 0.16.0.

Yes, thank you, I am already using it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto:dependencies Update one or more dependencies version auto:minor Increment the minor version when merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Relax redis-py version requirement

4 participants