Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / python-anyio
Commits: 81bf7f2f by Chih-Hsuan Yen at 2023-09-03T20:52:38+08:00 Add note about anyio 4.x - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -2,6 +2,8 @@ pkgname=python-anyio # https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst +# UPDATE_BLOCKED: anyio 4.x breaks at least python-fastapi +# fastapi pins older starlette, while the latst starlette is required for anyio 4.x support https://github.com/tiangolo/fastapi/pull/9636 pkgver=3.7.1 pkgrel=1 pkgdesc='High level compatibility layer for multiple asynchronous event loop implementations' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-anyio/-/commit/81bf7f2f8c1ae30477ef4b8bfe9007ea223317a4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-anyio/-/commit/81bf7f2f8c1ae30477ef4b8bfe9007ea223317a4 You're receiving this email because of your account on gitlab.archlinux.org.
