From a44192c1bab975696623dda9f37f7c8e6c4199bc Mon Sep 17 00:00:00 2001 From: Oussema Frikha Date: Mon, 22 Jun 2026 23:46:54 +0100 Subject: [PATCH] chore: bust stale Camo cache showing v0.1.0 PyPI badge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PyPI has v0.1.1 published; shields.io + badge.fury both correctly return v0.1.1 when queried directly. GitHub's image proxy (Camo) cached the badge.fury SVG that was first fetched before v0.1.1 landed — and Camo doesn't revalidate for hours. Fix: swap the badge URL to one Camo has never seen. New URL adds `?cacheSeconds=300` (so shields.io itself caches for only 5 min going forward, which limits future drift) plus the PyPI logo for better visual weight. No README content change beyond the badge — clicking still routes to https://pypi.org/project/socialapis-sdk/. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c33027..2e855f7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # socialapis — Python SDK for Facebook + Instagram public data -[![PyPI](https://badge.fury.io/py/socialapis-sdk.svg)](https://pypi.org/project/socialapis-sdk/) +[![PyPI](https://img.shields.io/pypi/v/socialapis-sdk?cacheSeconds=300&label=PyPI&logo=pypi&logoColor=white)](https://pypi.org/project/socialapis-sdk/) [![Python versions](https://img.shields.io/pypi/pyversions/socialapis-sdk)](https://pypi.org/project/socialapis-sdk/) [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)