From c1b500abbf46dfe16a6fc6ed0a08632f067413f1 Mon Sep 17 00:00:00 2001 From: David Lev Date: Wed, 15 Jan 2025 23:51:29 +0200 Subject: [PATCH] [utils] update flow json latest version to 6.3 --- pywa/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywa/utils.py b/pywa/utils.py index 00a3f229..3627487c 100644 --- a/pywa/utils.py +++ b/pywa/utils.py @@ -108,7 +108,7 @@ class Version(enum.Enum): # KEY = (MIN_VERSION: str, LATEST_VERSION: str) GRAPH_API = ("17.0", "21.0") - FLOW_JSON = ("2.1", "6.0") + FLOW_JSON = ("2.1", "6.3") FLOW_DATA_API = ("3.0", "3.0") FLOW_MSG = ("3", "3")