From bb1a9096eaca518f6c9e13292630bb9da36caadb Mon Sep 17 00:00:00 2001 From: RisingOrange Date: Thu, 9 Jan 2025 16:53:45 +0100 Subject: [PATCH] chore: Bump api version to 21 --- ankihub/ankihub_client/ankihub_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ankihub/ankihub_client/ankihub_client.py b/ankihub/ankihub_client/ankihub_client.py index a7590eb5f..5bde61efe 100644 --- a/ankihub/ankihub_client/ankihub_client.py +++ b/ankihub/ankihub_client/ankihub_client.py @@ -74,7 +74,7 @@ STAGING_API_URL = f"{STAGING_APP_URL}/api" STAGING_S3_BUCKET_URL = "https://ankihub-staging.s3.amazonaws.com" -API_VERSION = 20.0 +API_VERSION = 21.0 DECK_UPDATE_PAGE_SIZE = 2000 # seems to work well in terms of speed DECK_EXTENSION_UPDATE_PAGE_SIZE = 2000