Skip to content

Commit e05fbee

Browse files
committed
fix/pinned haystack-ai to 2.26.1
1 parent efb685f commit e05fbee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integrations/supabase/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: Implementation :: CPython",
2424
"Programming Language :: Python :: Implementation :: PyPy",
2525
]
26-
dependencies = ["haystack-ai", "pgvector-haystack"]
26+
dependencies = ["haystack-ai>=2.26.1", "pgvector-haystack"]
2727

2828
[project.urls]
2929
Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/supabase#readme"

0 commit comments

Comments
 (0)