This release includes a few bug fixes, ensuring:
- 🛠️ runs created from the `deployments/{id}/create_flow_run` endpoint hydrates workspace variables
- 🔢 proper integer value display on the Variables page of the Prefect UI — https://github.com/PrefectHQ/prefect-ui-library/pull/2454
- ⚙️ "Run a deployment" automation action parameter display input configuration persists during editing — https://github.com/PrefectHQ/prefect-ui-library/pull/2458
- 📌 `requests` dependency pinned to `<2.32.0` in `requirements-dev.txt` - https://github.com/PrefectHQ/prefect/pull/13538
- 📄 Jinja template example is renderable in automations documentation — https://github.com/PrefectHQ/prefect/pull/13421