Skip to content

Commit 7213259

Browse files
chore(deps): bump redis from 7.4.1 to 8.1.0 in /backend
Bumps [redis](https://github.com/redis/redis-py) from 7.4.1 to 8.1.0. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@v7.4.1...v8.1.0) --- updated-dependencies: - dependency-name: redis dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 41bd547 commit 7213259

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies = [
4949
"python-dotenv>=1.2.2,<2",
5050
"pyjwt[crypto]>=2.12,<3",
5151
"python-multipart>=0.0.31,<1",
52-
"redis[hiredis]>=7.1,<8",
52+
"redis[hiredis]>=7.1,<9",
5353
"scikit-learn>=1.8,<2",
5454
"sqlalchemy>=2.0.46,<2.1",
5555
"sqlalchemy-crud-plus>=1.3,<2",

backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ pyyaml==6.0.3
269269
# via
270270
# langchain-core
271271
# uvicorn
272-
redis==7.4.1
272+
redis==8.1.0
273273
# via unigraph-backend (backend/pyproject.toml)
274274
regex==2026.7.19
275275
# via tiktoken

0 commit comments

Comments
 (0)