Skip to content

Commit 30eafa3

Browse files
authored
Update Python SDK documentation with version-specific Python requirement (#946)
* 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 * Update Python SDK release notes section with more descriptive text
1 parent 725cd41 commit 30eafa3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/sdks/sdk-ref-python.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,12 @@ If you're a DSP, we'll send credentials to you.
3838

3939
## Version
4040

41-
The SDK supports Python 3.6 and above.
41+
The minimum supported Python version depends on the [UID2 SDK for Python](https://pypi.org/project/uid2-client/)
42+
version:
43+
44+
- **v2.8.0+**: Python 3.10 or higher
45+
- **v2.6.0**: Python 3.8 or higher
46+
- **v2.5.0 and below**: Python 3.6 or higher
4247

4348
## GitHub Repository/Package
4449

@@ -50,6 +55,10 @@ The package is published in this location:
5055

5156
- [https://pypi.org/project/uid2-client/](https://pypi.org/project/uid2-client/)
5257

58+
## Release Notes
59+
60+
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).
61+
5362
## Installation
5463

5564
You can use the [Pip](https://packaging.python.org/en/latest/guides/tool-recommendations/#installing-packages) package manager to install the SDK.

0 commit comments

Comments
 (0)