No badges yet
Python 3.13 runtime and uv support
I’m glad to see that UV is officially supported. Although I haven’t seen the relevant documentation yet, it is indeed available.I'm glad to see that UV is officially supported....
Any plans for an official Python SDK for Vercel Blob?
Same request! But it seems the official support for Python is still quite limited
Python 3.13 runtime and uv support
Why can the sandbox runtime support Python 3.13, while the official Serverless still cannot? Additionally, I noticed that the uv manager is already supported. When will the...
Feature request: UV package manager support
vercel.json ``` { "functions": { "api/**/*.py": { "memory": 3009, "maxDuration": 300 } }, "buildCommand": "python3 -m pip install uv && python3 -m uv pip install . --target
No accepted solutions yet