From e5fac2f96f70172bd9b7f907e2b751f199804790 Mon Sep 17 00:00:00 2001 From: Eduardo Melo Date: Fri, 20 Mar 2026 17:36:11 -0300 Subject: [PATCH] docs: update README pg_dump prerequisite from 15 to 17 Made-with: Cursor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 220461f..b53cfa8 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Before proceeding with the installation, ensure the following prerequisites are - **Docker**: Version 18.09 or higher. [Install Docker](https://docs.docker.com/install) - **Python**: Version 3.9.2 or higher. [Install Python](https://www.python.org/downloads/) - **PDM**: Version 2.11.2 or higher. [Install PDM](https://pdm-project.org/latest/#installation) -- **pg_dump**: Version 15. [Install pg_dump](./INSTALL_PG_DUMP.md) +- **pg_dump**: Version 17. [Install pg_dump](./INSTALL_PG_DUMP.md) - **psycopg2**: Version 2.9.9. [Install psycopg](https://www.psycopg.org/docs/install.html) ### Installation Guide