Changes - Starting with version 0.28.0 of httpx, *verify* should be either a bool or an *SSL Context*.
3.3.2
Fixes - Replace the removed httpx parameter of *proxies* by *proxy* (fixes 102) - Pin dependencies to supported relative upstream versions. - Remove the now obsolete *setup.py*.
3.3.1
Fixes - Fix str(bytes) warning (*BytesWarning: str() on a bytes instance*) (1074)
Changes - Set included files for ruff - Switch to hatchling - Set ignores for tests files - Ignore uv.lock
3.3.0
Removed - Remove support for now EoL Python 3.8.
3.2.0
Added - Added option for custom list of fields to be populated for search "query_format" param to avoid unnecessary round trips to get fields like Told, Starts, Resolved, etc by returning the required fields during search. (see 97 nerdfirefighter)
3.1.4
Fixes - Add a workaround for a breaking change introduced in RT5.0.5 which returns undefined pages variable for non-superusers (see 93 94).