From 6378c50b139d1e212351839444c351b22bbbbf73 Mon Sep 17 00:00:00 2001 From: Oussema Frikha Date: Mon, 22 Jun 2026 23:47:20 +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 Same fix as SocialAPIsHub/socialapis-python: GitHub's Camo proxy cached the SVG from before v0.1.1 published and won't revalidate for hours. Swapping the badge URL to one Camo hasn't seen forces a fresh fetch. New URL also adds cacheSeconds=300 (so shields.io itself caches for only 5 min going forward, limiting future drift) and the PyPI logo for visual weight. Same target — clicking still routes to pypi.org/project/socialapis-sdk. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f096d78..d8c07e0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # facebook-scraper-python -[![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)