Added
- Targeted pandas 2.x/3.x compatibility tests in CI.
Changed
- pandas requirement updated to
>=2,<4(supports 2.x and 3.x). - Dropped direct
pytzdependency; now only transitive via pandas 2.x.
Fixed
- Secret detection CI no longer rewrites
.secrets.baselineon check-only runs.