From 36e6b918aa32caba0513624fba21a80719f59851 Mon Sep 17 00:00:00 2001 From: Leonardo Santiago Date: Tue, 19 Aug 2025 11:12:05 -0300 Subject: [PATCH 1/2] feat: add deprecation warning --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 78922fe..4e1b335 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +> [!WARNING] +> This repository has been moved to the (supabase-py monorepo)[https://github.com/supabase/supabase-py/tree/main/src/realtime]. +

From d80c2e0c976e93436267ca085c364980e91d1807 Mon Sep 17 00:00:00 2001 From: Leonardo Santiago Date: Tue, 19 Aug 2025 11:16:37 -0300 Subject: [PATCH 2/2] fix: fix link issue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e1b335..8b7f18c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ > [!WARNING] -> This repository has been moved to the (supabase-py monorepo)[https://github.com/supabase/supabase-py/tree/main/src/realtime]. +> This repository has been moved to the [supabase-py monorepo](https://github.com/supabase/supabase-py/tree/main/src/realtime).