What's Changed
CI
- Added Pyright type-check workflow (runs on push to
main/devand PRs) - Fixed pyright errors: corrected ignore codes in
types.py, suppressedreportInconsistentOverloadviapyrightconfig.json
Security
- Bumped
urllib3→ 2.7.0 (fixes 4 high-severity CVEs) - Bumped
requests→ 2.34.2 - Bumped
pytest→ 9.0.3 - Bumped
Pygments→ 2.20.0
Documentation
- Expanded Type Parser page with full examples for all converters:
bool_type,int/str/float_tuple_type,list_type,dict_type,slice_type,union_type,literal_type,try_int_type,try_float_type - Fixed
Cloneabletypos and improved polars DataFrame section in Advanced Usage - Added
argclz.commandsto the API Reference toctree (was orphaned) - Added
sphinx.ext.viewcode— source links on all API pages - Added
sphinx.ext.intersphinx— cross-links to Python stdlib docs - Fixed
edit-this-pagesidebar button (now wired to correct GitHub context) - Version number now pulled automatically from package metadata
Full Changelog: v1.0.1...v1.0.2