➔ pandas v3.0.4 - Regression and Bug Fixes
pandas v3.0.4 was published on June 28, 2026, as a stable patch release for the pandas 3.0.x line. The main fix to notice is in DataFrame.to_sql() and read_sql_table() with ADBC engines, where table and schema identifiers are now quoted instead of being passed through in a way that could fail on reserved words or spaces and expose a SQL injection risk. For the source release entry, see the pandas v3.0.4 GitHub release.
➔ Dagster 1.13.10 - Backfill and Asset State Fixes
Dagster 1.13.10 was published on June 18, 2026, with core package version 1.13.10 and library package version 0.29.10. This release is not marked as a prerelease, and its most important fix is for stale latest materialization state after assets or partitions are wiped. For operators, that is the kind of bug that can make a healthy asset graph look wrong, or worse, make a wrong one look healthy.