Skip to content

Commit 817a255

Browse files
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

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
dependencies = [
2727
"numpy>=1.26.0,<3",
2828
"pyyaml>=5.4,<7.0",
29-
"redis>=5.0,<7.2",
29+
"redis>=5.0,<8.0",
3030
"pydantic>=2,<3",
3131
"tenacity>=8.2.2",
3232
"ml-dtypes>=0.4.0,<1.0.0",
@@ -148,4 +148,3 @@ filterwarnings = [
148148
warn_unused_configs = true
149149
ignore_missing_imports = true
150150
exclude = ["env", "venv", ".venv"]
151-

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)