From 729fa4850544dcc090a8b2eaa3daa30d70aa1512 Mon Sep 17 00:00:00 2001 From: Brian Bjarke Jensen Date: Sun, 21 Jun 2026 22:17:44 +0200 Subject: [PATCH] Remove non-existent Mongo adapter from README. The package only ships Redis and MinIO adapters, so the docs should not reference a mongo extra. Co-authored-by: Cursor --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 03037ab..10a8f3c 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,10 @@ Various python repository interfaces exposed as a python package. This package supports interacting with multiple different backends: - Redis -- Mongo - MinIO To add support for a specific backend install this package with one or more of these optional packages: ```bash -uv add python-repositories[redis, mongo, minio] +uv add python-repositories[redis, minio] ```