Python SDK for Upstash QStash, a message queue and workflow orchestration service for serverless applications. v3.4.0 removes deprecated LLMs support and adds new QStash features. Regular releases.
pip install qstashVerified import paths — ran on the pinned version, not inferred.
Initialize client with your QStash token (from Upstash console) and publish a message.
Migrate to a separate LLM SDK (e.g., OpenAI) and remove usage of deprecated methods.
Remove these parameters; if you need delayed execution, use schedules or set a later `not_before` via the API's `schedule` method.
Check that the environment variable exists before creating the client: `assert os.environ.get('QSTASH_TOKEN'), 'Missing QStash token'`Ensure you use `await` inside an async function or run with `asyncio.run()`. Example: `asyncio.run(main())`.
No dependency data recorded yet.