From 5d444eaf16da9e284bf39c5def9e2459def2ca99 Mon Sep 17 00:00:00 2001 From: disqualifier Date: Mon, 29 Jun 2026 18:07:22 -0400 Subject: [PATCH] docs: show unpinned install line; note tag-pinning for reproducibility Signed-off-by: disqualifier --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce3db0c..5206824 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ Small sync helpers shared across projects. Base is stdlib only — **no dependen ## Install ``` -commons @ git+ssh://git@git.rethinkstudios.io/rethink-public/commons.git@v0.2.3 +commons @ git+ssh://git@git.rethinkstudios.io/rethink-public/commons.git # async address/geo lookups (fetch_ip / ip_location / fetch_location) need the extra: -commons[addr] @ git+ssh://git@git.rethinkstudios.io/rethink-public/commons.git@v0.2.3 +commons[addr] @ git+ssh://git@git.rethinkstudios.io/rethink-public/commons.git ``` The base install pulls **nothing** (stdlib). Only `commons[addr]` adds `aiohttp`, and