Skip to content

Commit

Permalink
[utils] bump FLOW_JSON version to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
david-lev committed Jan 14, 2024
1 parent c734138 commit 2494d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pywa/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ class Version(enum.Enum):

# KEY = (MIN_VERSION: str, LATEST_VERSION: str)
GRAPH_API = ("17.0", "18.0")
FLOW_JSON = ("2.1", "3.0")
FLOW_DATA_API = ("3.0", "3.1")
FLOW_JSON = ("2.1", "3.1")
FLOW_DATA_API = ("3.0", "3.0")
FLOW_MSG = ("3", "3")

def __new__(cls, min_version: str, latest_version: str):
Expand Down

0 comments on commit 2494d4e

Please sign in to comment.