Skip to content

Commit 1dc3af3

Browse files
committed
chore: bump version to 0.5.15 and update dependencies
1 parent d808560 commit 1dc3af3

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "iris-vector-rag"
7-
version = "0.5.14"
7+
version = "0.5.15"
88
description = "Production-ready, extensible RAG framework with native IRIS vector search - unified API for basic, CRAG, GraphRAG, and ColBERT pipelines with RAGAS and DSPy integration"
99
readme = "README.md"
1010
license = {text = "MIT"}
@@ -67,6 +67,8 @@ dependencies = [
6767
"docker>=6.1.3",
6868
"tiktoken>=0.5.0",
6969
"torch>=2.0.0",
70+
"datasets>=2.14.0",
71+
"dspy-ai>=2.4.0",
7072
]
7173

7274
[project.optional-dependencies]
@@ -116,7 +118,8 @@ api = [
116118
"websockets>=12.0",
117119
"redis>=5.0.0",
118120
"bcrypt>=4.0.0",
119-
"python-jose[cryptography]>=3.3.0"
121+
"python-jose[cryptography]>=3.3.0",
122+
"email-validator>=2.0.0"
120123
]
121124
all = [
122125
"uv>=0.1.0",
@@ -141,7 +144,10 @@ all = [
141144
"opentelemetry-api>=1.20.0",
142145
"opentelemetry-sdk>=1.20.0",
143146
"opentelemetry-exporter-otlp>=1.20.0",
144-
"tqdm>=4.64.0"
147+
"tqdm>=4.64.0",
148+
"email-validator>=2.0.0",
149+
"datasets>=2.14.0",
150+
"dspy-ai>=2.4.0"
145151
]
146152

147153
[dependency-groups]
@@ -202,7 +208,7 @@ extend-exclude = '''
202208
| \.venv
203209
| build
204210
| dist
205-
)/
211+
| )/
206212
'''
207213

208214
[tool.isort]

0 commit comments

Comments
 (0)