### Describe the bug We are using supabase-py==2.21.1 . About an hour ago, our CI started to fail with this error: ``` ModuleNotFoundError: No module named 'supabase_auth.http_clients' ``` This seems to be caused by `http_client.py` being fully deleted in a patch release of supabase-auth, 2.23.3. https://github.com/supabase/supabase-py/compare/v2.23.2...v2.23.3 Please revert this change, or increment semver. ### Reproduction ```python `pip install supabase-py==2.21.1` ``` ### Steps to reproduce _No response_ ### Library affected supabase-auth ### Library version supabase-auth 2.23.3 ### Python version python 3.10.13