supafunc0.10.2
supafunc0.10.2
Published
Library for Supabase Functions
pip install supafunc
Package Downloads
Authors
Project URLs
Requires Python
<4.0,>=3.9
Dependencies
⚠️⚠️⚠️ Deprecation notice ⚠️⚠️⚠️
The supafunc
package name is deprecated and is not going to receive any more updates. Please, use supabase_functions
instead.
How to switch
- Use
uv add supabase_functions
instead ofuv add supafunc
. - Replace
supafunc
withsupabase_functions
in yourrequirements.txt
,pyproject.toml
,setup.py
, etc. - Replace all imports
from supafunc import ...
tofrom supabase_functions import ...
- If
supafunc
is still used by one of your dependencies, consider reporting it in their issue tracker.
Reasoning
The supafunc
package has been replaced by the supabase_functions
since December 14th, 2024, following the JavaScript implementation name switch. Changes and fixes were maintained for a couple of months by pushing them in both packages at the same time, using a patching script.
In order to simplify maintenance and development of new features, the supafunc
package is going to cease receiving updates as of 7th of August 2025, and going forward everyone should use supabase_functions
instead.