Python services in vercel dev; domain alias team scope fixed
vercel@56.3.0
Minor Changes
- 238543c: Support Python services that declare their web app and development workflow sidecars through a
pyproject.tomlentrypoint invercel dev.
Patch Changes
-
d5751d6: Allow Env, Target, Flags rules, Routes, Redirects, Firewall, and Git commands to select a project explicitly with
--project, including from an unlinked directory. -
1d8e0ee: Extract project-link validation shared by routes, redirects, and firewall commands.
-
b0aa678: Consolidate suggested-command and subcommand-argument helpers while preserving explicit project context and required-argument validation.
-
c06b596: Fix
vercel domains addsending the alias mutation under a stale ambient team scope. When run inside a directory linked to a project in another team, the command now resolves the local project link (likevercel domains ls) and scopes the domain/alias request to the linked team, so a same-name project in the ambient team can no longer be targeted by mistake. -
a39869e: Fix
vercel devreturning 404 forapi/functions using the rust, python, ruby, or go runtimes when the project has a framework dev command (e.g. Next.js). These runtimes are registered by backend framework presets, which caused the dev server to misclassifyapi/functions as the frontend build and skip building them. -
a55e7df: Replace user-facing
experimentalServicesreferences withservicesin error/warning messages and rename error codes (NO_EXPERIMENTAL_SERVICES_CONFIGURED→NO_SERVICES_CONFIGURED,MISSING_EXPERIMENTAL_SERVICES→MISSING_SERVICES). The deprecated v1 config key should no longer appear in guidance shown to users. -
e4866e9: Skip the Rust
target/directory by default for Rust projects.Rust projects produce a
target/directory of build artifacts that can be hundreds of MB. It's rebuilt on Vercel during the deployment (and cached server-side), so uploading it only slows deployments down. When a rootCargo.tomlis detected,target/is now ignored by default duringvercel deployandvercel dev. Users can opt back in with!/targetin their.vercelignore.Also hardened the local file scanner used by
vercel devso that a directory removed mid-scan (a common race withcargo buildchurningtarget/) is skipped instead of crashing the process. -
7ea6c7a: Preserve buildCommand and combine preDeployCommand when writing inferred services config to vercel.json in V2 format.
-
4cce813: Write
[SENSITIVE]placeholder instead of an empty string whenvercel env pullencounters sensitive environment variables whose values cannot be read, so an unset value is distinguishable from a redacted one -
Updated dependencies [b0ed8e5]
-
Updated dependencies [c555d3a]
-
Updated dependencies [238543c]
-
Updated dependencies [f97e2e0]
- @vercel/python@6.51.0
- @vercel/build-utils@13.34.0
- @vercel/static-build@2.11.8
- @vercel/backends@0.8.25
- @vercel/container@0.0.5
- @vercel/elysia@0.1.102
- @vercel/express@0.1.116
- @vercel/fastify@0.1.105
- @vercel/go@3.10.2
- @vercel/h3@0.1.111
- @vercel/hono@0.2.105
- @vercel/hydrogen@1.4.0
- @vercel/koa@0.1.85
- @vercel/nestjs@0.2.106
- @vercel/next@4.20.4
- @vercel/node@5.8.26
- @vercel/redwood@2.5.0
- @vercel/remix-builder@5.9.1
- @vercel/ruby@2.5.1
- @vercel/rust@1.4.0
Fetched July 16, 2026
