From 109d04fb646fbdee2d71fba8c2fac9f3eeaf93f4 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Tue, 6 Aug 2024 16:21:24 -0300 Subject: [PATCH] Update Roadmap --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61a123a0..ab95a780 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ data = supabase.storage.from_(bucket_name).move(old_file_path, new_file_path) - [x] Check cyclomatic complexity and fix if needed (mccabe, prospector). - [ ] Wrap [Realtime-py](https://github.com/supabase/realtime-py) - - [x] Integrate with Supabase-py + - [ ] Integrate with Supabase-py - [ ] Support WALRUS - [ ] Support broadcast (to check if already supported) - [x] Add `close()` method to close a socket.