Skip to content

Commit

Permalink
Merge pull request #213 from MerleLiuKun/feat-v15
Browse files Browse the repository at this point in the history
feat(graph): ✨ New version for v15.0
  • Loading branch information
MerleLiuKun authored Sep 26, 2022
2 parents 8e390ac + 653203a commit 2bf1194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyfacebook/api/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@

class GraphAPI:
VALID_API_VERSIONS = [
"v7.0",
"v8.0",
"v9.0",
"v10.0",
"v11.0",
"v12.0",
"v13.0",
"v14.0",
"v15.0",
]
GRAPH_URL = "https://graph.facebook.com/"
AUTHORIZATION_URL = "https://www.facebook.com/dialog/oauth"
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ pytest = "^6.2.5"
pytest-cov = "^3.0.0"
responses = ">=0.11"
tox = "^3.20.1"
tomli = "1.2.3"

[build-system]
requires = ["poetry>=0.12"]
Expand Down

0 comments on commit 2bf1194

Please sign in to comment.