vercel 0.7.2


pip install vercel

  Latest version

Released: Jul 21, 2026

Project Links

Meta
Requires Python: >=3.10

Classifiers

vercel Package Map

This package exposes small public modules for Vercel APIs and Vercel Function helpers.

Public Modules

  • vercel.blob - Vercel Blob uploads, downloads, metadata, listing, copy, and delete
  • vercel.cache - Runtime Cache clients and invalidation helpers
  • vercel.cron - cron decorators and schedule helpers
  • vercel.deployments - deployment creation and deployment file upload helpers
  • vercel.functions - convenience exports for function code
  • vercel.oidc - OIDC token lookup, refresh, credentials, and payload decoding
  • vercel.projects - project list, create, update, and delete helpers
  • vercel.sandbox - Sandbox creation, commands, files, snapshots, and PTY support
  • vercel.workflow - Workflows, steps, sleeps, hooks, and run startup
  • vercel.client - AsyncVercel and Vercel grouped clients
  • vercel.env - Vercel system environment variable parsing
  • vercel.headers - request header context, IP, and geolocation helpers

Internals

vercel._internal contains implementation details shared by the public modules. Do not import from it in application code or generated examples; it may change without public API guarantees.

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras: None
Dependencies:
anyio (<5,>=4.0.0)
cbor2 (<7,>=6.0)
httpx (<1,>=0.27.0)
pydantic (<3,>=2.7.0)
python-dotenv (<2,>=1.0.0)
typing-extensions (<5,>=4.0.0)
vercel-cache (>=0.7.1)
vercel-headers (>=0.7.1)
vercel-internal-telemetry (>=0.7.1)
vercel-oidc (>=0.7.1)
vercel-workers (<1,>=0.0.16)
websockets (<17,>=12.0)