From 59576074a82f06932e1c61f952c0817f7efd4d7c Mon Sep 17 00:00:00 2001 From: l-armstrong Date: Mon, 10 Nov 2025 11:28:57 -0500 Subject: [PATCH] Update SDK to use 2025-11-10 API spec --- .speakeasy/workflow.yaml | 2 +- src/clerk_backend_api/_version.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.speakeasy/workflow.yaml b/.speakeasy/workflow.yaml index 39890e9..ad8327f 100644 --- a/.speakeasy/workflow.yaml +++ b/.speakeasy/workflow.yaml @@ -3,7 +3,7 @@ speakeasyVersion: latest sources: clerk-openapi: inputs: - - location: https://raw.githubusercontent.com/clerk/openapi-specs/refs/heads/main/bapi/2025-04-10.yml + - location: https://raw.githubusercontent.com/clerk/openapi-specs/refs/heads/main/bapi/2025-11-10.yml overlays: - location: ./examples.yaml - location: ./fixes.yaml diff --git a/src/clerk_backend_api/_version.py b/src/clerk_backend_api/_version.py index 232f3b3..5156269 100644 --- a/src/clerk_backend_api/_version.py +++ b/src/clerk_backend_api/_version.py @@ -4,9 +4,9 @@ __title__: str = "clerk-backend-api" __version__: str = "3.3.1" -__openapi_doc_version__: str = "2025-04-10" +__openapi_doc_version__: str = "2025-11-10" __gen_version__: str = "2.707.0" -__user_agent__: str = "speakeasy-sdk/python 3.3.1 2.707.0 2025-04-10 clerk-backend-api" +__user_agent__: str = "speakeasy-sdk/python 3.3.1 2.707.0 2025-11-10 clerk-backend-api" try: if __package__ is not None: