Skip to content

Commit

Permalink
chore: Bump api version to 20 (#1069)
Browse files Browse the repository at this point in the history
* fix: Handle read timeout

* chore: Bump api version to 20
  • Loading branch information
RisingOrange authored Jan 8, 2025
1 parent ca04b48 commit f1a73f7
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 @@ -74,7 +74,7 @@
STAGING_API_URL = f"{STAGING_APP_URL}/api"
STAGING_S3_BUCKET_URL = "https://ankihub-staging.s3.amazonaws.com"

API_VERSION = 19.0
API_VERSION = 20.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 f1a73f7

Please sign in to comment.