Python 版 Vercel Functions 打包体积上限提升至 500MB
资讯2026-02-24T13:00:00+00:001 分钟阅读

1 分钟阅读
2026 年 2 月 24 日
使用 Python runtime 的 Vercel Functions 现已将 bundle size limit 提升至 500MB,即未压缩部署包的最大体积由 250MB 提高到 500MB。
你可以在 functions limitations documentation 中了解更多信息,或直接在 Vercel 上部署 FastAPI 或 Flask 来快速开始。
原文链接:https://vercel.com/changelog/python-vercel-functions-bundle-size-limit-increased-to-500mb

