Skip to content

PyIngestKit v0.5.1 - Release Hygiene

Choose a tag to compare

@tawounfouet tawounfouet released this 05 Sep 06:28
17e422e

Maintenance release for the V0.5 PostgreSQL Persistence line.

Highlights:

  • hardens automatic local .env loading without overriding OS/platform variables;
  • prevents implicit parent-directory .env discovery;
  • replaces interpolated demo PostgreSQL DDL with SQLAlchemy schema objects;
  • proves automatic fixture-only PostgreSQL target-table creation from an absent table;
  • fixes the Ruff formatting regression from the V0.5.0 post-release enhancements;
  • preserves all V0.5 Target, PostgreSQL COPY, load-mode, idempotency, MetadataStore, versioning and strict replay contracts.

Qualified on Python 3.11, 3.12 and 3.13, PostgreSQL 16, Ruff, Mypy, Bandit, pip-audit, wheel/sdist build and clean-wheel smoke.