We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf6c1d4 commit 7cb6122Copy full SHA for 7cb6122
2 files changed
pyproject.toml
@@ -54,7 +54,7 @@ pillow = [
54
"pillow>=11.3.0",
55
]
56
sql-redis = [
57
- "sql-redis>=0.2.0",
+ "sql-redis>=0.3.0",
58
59
all = [
60
"mistralai>=1.0.0",
@@ -69,7 +69,7 @@ all = [
69
"boto3>=1.36.0,<2",
70
"urllib3<2.2.0",
71
72
73
74
75
[project.urls]
@@ -84,6 +84,9 @@ rvl = "redisvl.cli.runner:main"
84
requires = ["hatchling"]
85
build-backend = "hatchling.build"
86
87
+[tool.hatch.metadata]
88
+allow-direct-references = true
89
+
90
[dependency-groups]
91
dev = [
92
"black>=25.1.0,<26",
0 commit comments