File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ Flow Production Tracking Python API Changelog
44
55Here you can see the full list of changes between each Python API release.
66
7+ v3.10.3 (2026 Jul 20)
8+ =====================
9+
10+ - Removed Python 3.7/3.8 compatibility code: simplified the version guard to a
11+ single Python 3.9 check, and removed the dead pre-3.8 branch in
12+ ``Shotgun._split_url() `` that used the deprecated ``urllib.parse.splituser ``.
13+
714v3.10.2 (2026 Jun 26)
815=====================
916
Original file line number Diff line number Diff line change 2020
2121setup (
2222 name = "shotgun_api3" ,
23- version = "3.10.2 " ,
23+ version = "3.10.3 " ,
2424 description = "Flow Production Tracking Python API" ,
2525 long_description = readme ,
2626 author = "Autodesk" ,
Original file line number Diff line number Diff line change 9393
9494# ----------------------------------------------------------------------------
9595# Version
96- __version__ = "3.10.2 "
96+ __version__ = "3.10.3 "
9797
9898
9999# ----------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments