Skip to content

Commit b218415

Browse files
committed
[utils] bump graph-api version to 23.0
1 parent 89d7cb1 commit b218415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pywa/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class Version(enum.Enum):
118118
"""
119119

120120
# KEY = (MIN_VERSION: str, LATEST_VERSION: str)
121-
GRAPH_API = ("17.0", "22.0")
121+
GRAPH_API = ("17.0", "23.0")
122122
FLOW_JSON = ("2.1", "7.1")
123123
FLOW_DATA_API = ("3.0", "3.0")
124124
FLOW_MSG = ("3", "3")

0 commit comments

Comments
 (0)