Skip to content

Commit

Permalink
[utils] update flow json latest version to 6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
david-lev committed Jan 15, 2025
1 parent 84cc6cd commit c1b500a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywa/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit c1b500a

Please sign in to comment.