From 4aa4785e151447409b3bbfd490a5da6f791af0a3 Mon Sep 17 00:00:00 2001 From: Sunny Wu Date: Thu, 16 Oct 2025 15:56:44 +1100 Subject: [PATCH 1/2] Update Python SDK documentation with version-specific Python requirements - Add minimum Python version requirements for different UID2 Client versions: - v2.8.0+: Python 3.10 or higher - v2.6.0: Python 3.8 or higher - v2.5.0 and below: Python 3.6 or higher - Add Release Notes section with link to GitHub releases --- docs/sdks/sdk-ref-python.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/sdks/sdk-ref-python.md b/docs/sdks/sdk-ref-python.md index 6981fde69..1725560ce 100644 --- a/docs/sdks/sdk-ref-python.md +++ b/docs/sdks/sdk-ref-python.md @@ -38,7 +38,12 @@ If you're a DSP, we'll send credentials to you. ## Version -The SDK supports Python 3.6 and above. +The minimum supported Python version depends on the [UID2 SDK for Python](https://pypi.org/project/uid2-client/) +version: + +- **v2.8.0+**: Python 3.10 or higher +- **v2.6.0**: Python 3.8 or higher +- **v2.5.0 and below**: Python 3.6 or higher ## GitHub Repository/Package @@ -50,6 +55,10 @@ The package is published in this location: - [https://pypi.org/project/uid2-client/](https://pypi.org/project/uid2-client/) +## Release Notes + +Release notes for the source code changes in every release can be found [here](https://github.com/IABTechLab/uid2-client-python/releases) + ## Installation You can use the [Pip](https://packaging.python.org/en/latest/guides/tool-recommendations/#installing-packages) package manager to install the SDK. From 1a3b53a3fb14709735a9e5fecf45940b5a84f8b3 Mon Sep 17 00:00:00 2001 From: Sunny Wu Date: Fri, 17 Oct 2025 12:07:33 +1100 Subject: [PATCH 2/2] Update Python SDK release notes section with more descriptive text --- docs/sdks/sdk-ref-python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdks/sdk-ref-python.md b/docs/sdks/sdk-ref-python.md index 1725560ce..2d09cac4c 100644 --- a/docs/sdks/sdk-ref-python.md +++ b/docs/sdks/sdk-ref-python.md @@ -57,7 +57,7 @@ The package is published in this location: ## Release Notes -Release notes for the source code changes in every release can be found [here](https://github.com/IABTechLab/uid2-client-python/releases) +For detailed information about changes, bug fixes, and new features in each release, see the [release notes on GitHub](https://github.com/IABTechLab/uid2-client-python/releases). ## Installation