Use python libraries in supabase edge functions

I started using supabase for my new project. But, during development I found myself in the need to use some python specific libraries like spaCy, errant, and a few others. In firebase, we could have python functions in cloud. But, in supabase only deno (js) is allowed. What is the best way to approach this scenario?

My idea is to use firebase functions to host python code, and supabase for auth, and database. But, I wanted to know about better approach or existing tools within the ecosystem if there are any before I proceed. Any help would be great.
Was this page helpful?