From d277d3bb9574270159819498a1e05512773e27b2 Mon Sep 17 00:00:00 2001 From: Joel Cloralt Date: Fri, 31 Jul 2026 10:23:11 -0700 Subject: [PATCH] docs: add maintenance-mode deprecation notice to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0e3cef3..c7fa189 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Smartcar Python Backend SDK [![Build Status][ci-image]][ci-url] [![PyPI version][pypi-image]][pypi-url] +> **Maintenance mode.** This SDK receives security patches through December 1, 2026, then no further updates, including security. The package stays published and existing integrations keep working. For new integrations, call the Smartcar API directly over HTTP: [Making API Requests](https://smartcar.com/docs/getting-started/how-to/making-api-requests). + Python package to quickly integrate Smartcar API ## Resources