Closed radiac closed 7 months ago
@AA-Turner @pradyunsg Please could we have a bugfix release?
Otherwise we'll need to either pin to the old version or add watchfiles as a temporary dependency to CPython docs (plus backports) and the devguide and PEPs.
Thank you!
@AA-Turner clicked the relevant buttons and made it happen. :)
Confirmed working now, thanks all!
The watchfiles dependency used in
server.py
is missing from requirements.Since the changes 5 days ago, with a clean install, you get the following error:
After installing
watchfiles
the project runs successfully. This PR adds the package as a dependency inpyproject.toml
.