Skip to content

Commit

Permalink
Bump GRAPHAPI_DEFAULT_VERSION to v19.0 (#2391)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #2391

Currently we use v17.0 which will be deprecated in May 2024: https://developers.facebook.com/docs/graph-api/changelog/, It would be nice to bump the api version by the next cb release in March

Reviewed By: chennyc

Differential Revision: D53434390

fbshipit-source-id: 16eba1e9fbf22e5b9d13c660b73adf60a67e0d59
  • Loading branch information
Zutian Luo authored and facebook-github-bot committed Feb 5, 2024
1 parent 23ee45b commit 784772c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fbpcs/pl_coordinator/bolt_graphapi_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

GRAPHAPI_HTTPS = "https://"
GRAPHAPI_DEFAULT_DOMAIN = "graph.facebook.com"
GRAPHAPI_DEFAULT_VERSION = "v17.0"
GRAPHAPI_DEFAULT_VERSION = "v19.0"

GRAPHAPI_INSTANCE_STATUSES: Dict[str, PrivateComputationInstanceStatus] = {
**{status.value: status for status in PrivateComputationInstanceStatus},
Expand Down

0 comments on commit 784772c

Please sign in to comment.