From 0ea1bccc899cf4c52faf6fcb97c250eb6879e07e Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Tue, 7 May 2024 15:59:56 -0400 Subject: [PATCH] [DOCS-2733] Add caution note to v4 driver README --- README.rst | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index e5d4468..1b06252 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -The Official Python driver for v4 API of Fauna +Official Python driver for Fauna v4 ============================================== .. image:: https://img.shields.io/codecov/c/github/fauna/faunadb-python/master.svg?maxAge=21600 @@ -8,11 +8,18 @@ The Official Python driver for v4 API of Fauna .. image:: https://img.shields.io/badge/license-MPL_2.0-blue.svg?maxAge=2592000 :target: https://raw.githubusercontent.com/fauna/faunadb-python/main/LICENSE -Python driver for `FaunaDB `_. +---- -Note: This driver supports an older version of the Fauna API. The latest version of the official -Fauna Python Driver is located [here](https://pypi.org/project/faunadb/) (we encourage all new -development to use this new version where possible). +**\*\*** **CAUTION** **\*\*** + +This driver is not compatible with Fauna v10, the latest version. + +For new development, use the official Fauna v10 driver: +`https://github.com/fauna/fauna-python `_ + +---- + +The offical Python driver for `Fauna v4 `_ Installation ------------