Results 702 comments of Steven Silvester

It isn't a `pip` bug, because it happens with both `pip` and `build`. I think this is related to https://github.com/pypa/flit/issues/354

Cool, so the solution is not to use `dynamic` versions with `flit`, since doing so pulls in the runtime requirements. However, now we're stuck on `PyYAML`: ``` File "/tmp/pip-build-env-93f8_jkm/overlay/lib/python3.11/site-packages/setuptools/_distutils/command/sdist.py", line...

Blocked on https://github.com/yaml/pyyaml/issues/630

If you merge the current branch it will fix the check-release. If you run `pre-commit run --all files` it will fix the lint errors. I'll backport #865 for the docs...

Ah, I hadn't merged https://github.com/jupyter-server/jupyter_server/pull/871 yet, can you please merge from 1.x again?

Okay, the last remaining error is due to a beta release of tornado. We'll have to handle this in `main` and then backport.

Thanks for raising the issue!

AFAIK @saulshanabrook did all of that work on his [rtc branch](https://github.com/saulshanabrook/rtc/tree/graphql)