From f4b4fbc7e96841ce8f4ff739a83f804fd9977fab Mon Sep 17 00:00:00 2001 From: Guillaume De Saint Martin Date: Mon, 15 Dec 2025 22:56:33 +0100 Subject: [PATCH] [Community] bump to supabase 2.27.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e19f802fb..4b6865cb7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ pgpy==0.6.0 sentry-sdk==2.35.0 # always make sure sentry_aiohttp_transport.py keep working # Supabase ensure supabase_backend_tests keep passing when updating any of those -supabase==2.18.1 # Supabase client +supabase==2.27.0 # Supabase client supabase_auth # Supabase authenticated API (required by supabase and enforced to allow direct import) postgrest # Supabase posgres calls (required by supabase and enforced to allow direct import) websockets==15.0.1 # used by supabase, a recent version is required, see https://github.com/supabase/realtime-py/blob/main/pyproject.toml