| Vulnerabilities | |||||
|---|---|---|---|---|---|
| Version | Suggest | Low | Medium | High | Critical |
| 1.5.0 | 0 | 0 | 0 | 0 | 0 |
| 1.4.0rc2 | 0 | 0 | 0 | 0 | 0 |
| 1.4.0 | 0 | 0 | 0 | 0 | 0 |
| 1.3.3 | 0 | 0 | 0 | 0 | 0 |
| 1.3.2 | 0 | 0 | 0 | 0 | 0 |
| 1.3.1 | 0 | 0 | 0 | 0 | 0 |
| 1.3.0 | 0 | 0 | 0 | 0 | 0 |
| 1.2.10 | 0 | 0 | 0 | 0 | 0 |
| 1.2.9 | 0 | 0 | 0 | 0 | 0 |
| 1.2.8 | 0 | 0 | 0 | 0 | 0 |
| 1.2.7 | 0 | 0 | 0 | 0 | 0 |
| 1.2.6 | 0 | 0 | 0 | 0 | 0 |
| 1.2.5 | 0 | 0 | 0 | 0 | 0 |
| 1.2.4 | 0 | 0 | 0 | 0 | 0 |
| 1.2.3 | 0 | 0 | 0 | 0 | 0 |
| 1.2.2 | 0 | 0 | 0 | 0 | 0 |
| 1.2.1 | 0 | 0 | 0 | 0 | 0 |
| 1.2.0 | 0 | 0 | 0 | 0 | 0 |
| 1.1.6 | 0 | 0 | 0 | 0 | 0 |
| 1.1.5 | 0 | 0 | 0 | 0 | 0 |
| 1.1.4 | 0 | 0 | 0 | 0 | 0 |
| 1.1.3 | 0 | 0 | 0 | 0 | 0 |
| 1.1.2 | 0 | 0 | 0 | 0 | 0 |
| 1.1.1 | 0 | 0 | 0 | 0 | 0 |
| 1.1.0 | 0 | 0 | 0 | 0 | 0 |
| 1.0.3 | 0 | 0 | 0 | 0 | 0 |
| 1.0.1 | 0 | 0 | 0 | 0 | 0 |
| 1.0.0b9 | 0 | 0 | 0 | 0 | 0 |
| 1.0.0b8 | 0 | 0 | 0 | 0 | 0 |
| 1.0.0b7 | 0 | 0 | 0 | 0 | 0 |
| 1.0.0b6 | 0 | 0 | 0 | 0 | 0 |
| 1.0.0b5 | 0 | 0 | 0 | 0 | 0 |
| 1.0.0b4 | 0 | 0 | 0 | 0 | 0 |
| 1.0.0b3 | 0 | 0 | 0 | 0 | 0 |
| 1.0.0b2 | 0 | 0 | 0 | 0 | 0 |
| 1.0.0b12 | 0 | 0 | 0 | 0 | 0 |
| 1.0.0b11 | 0 | 0 | 0 | 0 | 0 |
| 1.0.0b10 | 0 | 0 | 0 | 0 | 0 |
| 1.0.0b1 | 0 | 0 | 0 | 0 | 0 |
| 1.0.0 | 0 | 0 | 0 | 0 | 0 |
1.5.0 - This version is safe to use because it has no known security vulnerabilities at this time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform
Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.
MIT - MIT License| Branch | Status |
|---|---|
| main | |
| dev |
Durable Functions is an extension of Azure Functions that lets you write stateful functions in a serverless compute environment. The extension lets you define stateful workflows by writing orchestrator functions and stateful entities by writing entity functions using the Azure Functions programming model. Behind the scenes, the extension manages state, checkpoints, and restarts for you, allowing you to focus on your business logic.
🐍 Find us on PyPi here 🐍
You can find more information at the following links:
Durable Functions expects certain programming constraints to be followed. Please read the documentation linked above for more information.
Follow these instructions to get started with Durable Functions in Python:
🚀 Python Durable Functions quickstart
Build resilient, stateful AI agents backed by Durable Functions orchestration—see the full documentation at docs/openai_agents/README.md.