From 99538268da0e245e0aad52a50ee625289652c963 Mon Sep 17 00:00:00 2001 From: Chandrasekharan M Date: Fri, 31 Jul 2026 12:15:39 +0530 Subject: [PATCH] chore: bump version to 1.5.3 Patch release for the clone pagination fix (#24, UN-3770 step 1): list_* helpers now follow DRF pagination instead of silently truncating to page one. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_018HXYFVCZGi7YN9qjDGyJCQ --- src/unstract/api_deployments/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unstract/api_deployments/__init__.py b/src/unstract/api_deployments/__init__.py index 4bb1128..653a194 100644 --- a/src/unstract/api_deployments/__init__.py +++ b/src/unstract/api_deployments/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.5.2" +__version__ = "1.5.3" from .client import APIDeploymentsClient as APIDeploymentsClient