What's Changed
* Create empty dataframe from Pandas DataFrame Model by mamo3gr in https://github.com/unionai-oss/pandera/pull/1880
* bugfix/1835: Keep nulls in polars when dropping invalid rows and nullable=True by baldwinj30 in https://github.com/unionai-oss/pandera/pull/1890
* Enhancment/1886 Add json_normalize to pandas read formats by Jarek-Rolski in https://github.com/unionai-oss/pandera/pull/1892
* only call parsers once by cosmicBboy in https://github.com/unionai-oss/pandera/pull/1898
* Fix type hints of pa.Field so Iterable and dict arguments actually contain type information by dolfandringa in https://github.com/unionai-oss/pandera/pull/1901
* Bugfix/1677 Fix Pandera DataFrame - Pydantic compatibility by Jarek-Rolski in https://github.com/unionai-oss/pandera/pull/1904
* Enhancement: Add support for timezone-flexible DateTime (1352) by max-raphael in https://github.com/unionai-oss/pandera/pull/1902
* Bugfix/763 improve type annotations for DataFrameModel.validate by m-richards in https://github.com/unionai-oss/pandera/pull/1905
* Declare support for Python3.12 by g-as in https://github.com/unionai-oss/pandera/pull/1897
* Use uv in noxfile and ci-tests, migrate to pyproject.toml by cosmicBboy in https://github.com/unionai-oss/pandera/pull/1916
* Update modin.md. pd import called twice by theorashid in https://github.com/unionai-oss/pandera/pull/1918
* Update publish ci by cosmicBboy in https://github.com/unionai-oss/pandera/pull/1921
* remove commented code in readthedocs yaml by cosmicBboy in https://github.com/unionai-oss/pandera/pull/1920
* update publish ci to use pypi publisher by cosmicBboy in https://github.com/unionai-oss/pandera/pull/1922
New Contributors
* mamo3gr made their first contribution in https://github.com/unionai-oss/pandera/pull/1880
* dolfandringa made their first contribution in https://github.com/unionai-oss/pandera/pull/1901
* max-raphael made their first contribution in https://github.com/unionai-oss/pandera/pull/1902
* g-as made their first contribution in https://github.com/unionai-oss/pandera/pull/1897
* theorashid made their first contribution in https://github.com/unionai-oss/pandera/pull/1918
**Full Changelog**: https://github.com/unionai-oss/pandera/compare/v0.22.1...v0.23.0