You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch to pip-compile pinned dependencies (v1.3.0) (#28)
* Fix mermaid rendering: wide container width for landscape Gantt charts; ac:width on push; --no-cache on --rebuild
* Switch to pip-compile pinned dependencies
Introduce requirements.in / requirements-dev.in as the editable source
of truth for direct dependencies; requirements.txt and requirements-dev.txt
are now pip-compile-generated lockfiles with all transitive deps pinned.
Update test CI to install from both lockfiles instead of adding pytest
and pytest-cov ad-hoc. Dependabot auto-detects .in files and will
regenerate the lockfiles when bumping deps.
* docs: update README, CLAUDE.md, and SECURITY.md for pip-compile lockfiles
* chore: bump version to 1.3.0
0 commit comments