* fix: pin anyio to <4.14.0 to fix RuntimeError on Python 3.13 Fixes #6483 anyio 4.14+ introduced cancel scope changes that cause RuntimeError on Python 3.13. Pin to <4.14.0 until the issue is resolved upstream. --- If this helps, consider buying me a coffee: https://buymeacoffee.com/muhamedfazalps * Cap anyio<4.14.0 in single-env constraints so the pin holds across all install steps (#6483) --------- Co-authored-by: Daniel Han <danielhanchen@gmail.com> |
||
|---|---|---|
| .. | ||
| assets | ||
| auth | ||
| core | ||
| hub | ||
| loggers | ||
| models | ||
| plugins | ||
| requirements | ||
| routes | ||
| state | ||
| storage | ||
| tests | ||
| utils | ||
| __init__.py | ||
| _platform_compat.py | ||
| cloudflare_tunnel.py | ||
| colab.py | ||
| main.py | ||
| run.py | ||
| startup_banner.py | ||