Skip to content

Commit

Permalink
[BUILD-250] chore: Bump api version to 18.0 (#925)
Browse files Browse the repository at this point in the history
chore: Bump api version to 18.0
  • Loading branch information
RisingOrange authored Mar 22, 2024
1 parent 1371a4e commit c1e2967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ankihub/ankihub_client/ankihub_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
STAGING_API_URL = f"{STAGING_APP_URL}/api"
STAGING_S3_BUCKET_URL = "https://ankihub-staging.s3.amazonaws.com"

API_VERSION = 17.0
API_VERSION = 18.0

DECK_UPDATE_PAGE_SIZE = 2000 # seems to work well in terms of speed
DECK_EXTENSION_UPDATE_PAGE_SIZE = 2000
Expand Down

0 comments on commit c1e2967

Please sign in to comment.