Commit 817a255
authored
Relax redis-py upper bound to <8.0 (#528)
## 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)
<!-- CURSOR_SUMMARY -->
---
> [!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.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
ceaa178. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->1 parent 91b7c8e commit 817a255
2 files changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments