From 3b121190a57e5f3f6e734b693dac40ed3a51527d Mon Sep 17 00:00:00 2001 From: Julien Date: Thu, 6 Mar 2025 19:52:29 +0100 Subject: [PATCH] docs: updated the minimum python version in the documentation --- docs/usage/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/index.rst b/docs/usage/index.rst index b20f8173..d462c997 100644 --- a/docs/usage/index.rst +++ b/docs/usage/index.rst @@ -46,7 +46,7 @@ Each section includes: Prerequisites ------------- -- Python 3.8+ +- Python 3.9+ - SQLAlchemy 2.0+ - Pydantic v2 or Msgspec (for schema validation) - Basic understanding of SQLAlchemy and async programming