From 80bc94c42d67aca1f003b1a486755e5060dee53a Mon Sep 17 00:00:00 2001 From: iomgaa Date: Thu, 6 Aug 2026 12:24:44 -0400 Subject: [PATCH] docs: point the install pin at 1.1.x The pin still said ==1.0.*, which caps downstream at 1.0.5 and hides every fix since. Now that 1.1.1 is actually in the registry the pin can move; it was missed when 1.1.0 was tagged. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ac3171..4cd208b 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ ```bash pip install --extra-index-url https://gitea.iomgaa.online/api/packages/iomgaa/pypi/simple/ \ - "polygateway[redis,postgres,structured]==1.0.*" + "polygateway[redis,postgres,structured]==1.1.*" ``` 核心仅依赖 `httpx` + `pydantic`;按需选 extras: