Skip to content

v1.0.2

Latest

Choose a tag to compare

@ytsimon2004 ytsimon2004 released this 15 May 14:11

What's Changed

CI

  • Added Pyright type-check workflow (runs on push to main/dev and PRs)
  • Fixed pyright errors: corrected ignore codes in types.py, suppressed reportInconsistentOverload via pyrightconfig.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 Cloneable typos and improved polars DataFrame section in Advanced Usage
  • Added argclz.commands to 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-page sidebar button (now wired to correct GitHub context)
  • Version number now pulled automatically from package metadata

Full Changelog: v1.0.1...v1.0.2