Skip to content

Commit 33b2ef2

Browse files
authored
try to use more latest pydantic version (#1139)
1 parent 0bce8e9 commit 33b2ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autorag/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
urls = { Homepage = "https://github.com/Marker-Inc-Korea/AutoRAG" }
2727
dynamic = ["version"]
2828
dependencies = [
29-
"pydantic==2.9.2", # incompatible with llama index
29+
"pydantic>=2.9.2",
3030
"numpy==1.26.4", # temporal not using numpy 2.0.0
3131
"pandas>=2.2.3",
3232
"tqdm>=4.67.1",

0 commit comments

Comments
 (0)