Remove non-existent Mongo adapter from README.
Code Quality Pipeline / code-quality (pull_request) Failing after 2m9s
Test Python Package / test (pull_request) Failing after 2m10s

The package only ships Redis and MinIO adapters, so the docs should not reference a mongo extra.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Brian Bjarke Jensen
2026-06-21 22:17:44 +02:00
co-authored by Cursor
parent fa011be862
commit 729fa48505
+1 -2
View File
@@ -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]
```