Ricardo Gonzalez
Author ProfileClaim This Author Profile
Prove ownership by publishing #HashtagPLUS and this profile link on your author page or an article under your byline. A moderator or admin will review the request before it merges into your real HashtagPLUS username.
🌐 vercel.comSource
FastAPI, a modern, high-performance, web framework for building APIs with Python based on standard Python type hints, is now supported with zero-configuration.
🌐 vercel.comSource
Vercel now uses uv, a fast Python package manager written in Rust, as the default package manager during the installation step for all Python builds.
🌐 vercel.comSource
Flask, one of the most popular Python web application frameworks, can now be deployed instantly at Vercel with no configuration changes needed.
🌐 vercel.comSource
Vercel now has a native Python library hosted on PyPI to simplify tasks such as executing code on Vercel Sandboxes, transferring objects to Vercel Blob, working with the Runtime Cache and retrieving project tokens.
🌐 vercel.comSource
In addition to defining a Build Command in the project Settings dashboard, you can also define a build script in [tool.vercel.scripts] inside your pyproject.toml to run after dependencies are installed and before your application is deployed.
🌐 vercel.comSource
Vercel now supports lifespan events on FastAPI apps, allowing you to define startup and shutdown logic such as setting up and shutting down database connections or flushing external logs.
🌐 vercel.comSource
Go APIs can now be deployed on Vercel with zero-configuration, with fluid compute and automatic scaling