vercel-cache 0.7.1


pip install vercel-cache

  Latest version

Released: Jul 16, 2026

Project Links

Meta
Requires Python: >=3.10

Classifiers

Cache

vercel.cache exposes runtime cache helpers for Vercel Python applications.

Use get_cache() for synchronous code and vercel.cache.aio.get_cache() for async code. When runtime cache environment variables are unavailable, cache operations fall back to an in-memory cache.

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras: None
Dependencies:
httpx (<1,>=0.27.0)
vercel-headers (>=0.7.1)
vercel-internal-telemetry (>=0.7.1)