Skip to content

Commit 948330f

Browse files
fix(supabase): bump supabase to >=2.9.0 to pull in httpx>=0.26 and httpcore>=0.18 for Python 3.14
1 parent 260e787 commit 948330f

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>=2.26.1", "pgvector-haystack>=6.3.0", "supabase>=2.3.0"]
26+
dependencies = ["haystack-ai>=2.26.1", "pgvector-haystack>=6.3.0", "supabase>=2.9.0"]
2727

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

0 commit comments

Comments
 (0)