From 0dc1321af35d69bbd3ec78d805c2dfce4cb71b01 Mon Sep 17 00:00:00 2001 From: Max Lyaskovskiy Date: Wed, 8 Jan 2025 11:46:06 +0300 Subject: [PATCH] Updated supported constant types (#584) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --------- Co-authored-by: Rémy HUBSCHER --- docs/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.rst b/docs/index.rst index 73794f0..2e5ea67 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -99,6 +99,7 @@ The supported types are: * ``Decimal`` * ``str`` * ``datetime`` +* ``timedelta`` * ``date`` * ``time`` * ``list``