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
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.

Relax redis-py version requirement

2 participants