Skip to content

Commit 7cb6122

Browse files
committed
Add sql-redis optional dependency
1 parent cf6c1d4 commit 7cb6122

2 files changed

Lines changed: 3840 additions & 3821 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pillow = [
5454
"pillow>=11.3.0",
5555
]
5656
sql-redis = [
57-
"sql-redis>=0.2.0",
57+
"sql-redis>=0.3.0",
5858
]
5959
all = [
6060
"mistralai>=1.0.0",
@@ -69,7 +69,7 @@ all = [
6969
"boto3>=1.36.0,<2",
7070
"urllib3<2.2.0",
7171
"pillow>=11.3.0",
72-
"sql-redis>=0.2.0",
72+
"sql-redis>=0.3.0",
7373
]
7474

7575
[project.urls]
@@ -84,6 +84,9 @@ rvl = "redisvl.cli.runner:main"
8484
requires = ["hatchling"]
8585
build-backend = "hatchling.build"
8686

87+
[tool.hatch.metadata]
88+
allow-direct-references = true
89+
8790
[dependency-groups]
8891
dev = [
8992
"black>=25.1.0,<26",

0 commit comments

Comments
 (0)