Skip to content

Commit 3edbd9f

Browse files
authored
chore: weaviate - lower-bound pin for python-dateutil (#3270)
1 parent 42b2f43 commit 3edbd9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integrations/weaviate/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
dependencies = [
2727
"haystack-ai>=2.28.0",
2828
"weaviate-client>=4.20",
29-
"python-dateutil",
29+
"python-dateutil>=2.7.0",
3030
]
3131

3232
[project.urls]

0 commit comments

Comments
 (0)