From 81bf7f2f8c1ae30477ef4b8bfe9007ea223317a4 Mon Sep 17 00:00:00 2001
From: Chih-Hsuan Yen <yan12125@archlinux.org>
Date: Sun, 3 Sep 2023 20:52:38 +0800
Subject: [PATCH] Add note about anyio 4.x

---
 PKGBUILD | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/PKGBUILD b/PKGBUILD
index 8de4dbe..85f5711 100644
--- a/PKGBUILD
+++ b/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'
-- 
GitLab