PrefectHQ / prefect

Prefect is a workflow orchestration framework for building resilient data pipelines in Python.
https://prefect.io
Apache License 2.0
15.95k stars 1.57k forks source link

Remove upper pin on uvicorn #14320

Closed aaazzam closed 3 months ago

aaazzam commented 3 months ago

In #14318, srisudarsan reports that recent patches to uvicorn had addressed the signaling issues which motivated our pin in the first place.

This PR is to smoketest these changes.