What's Changed
* add support for dictionary field type as pyarrow map array by mae5357 in https://github.com/simw/pydantic-to-pyarrow/pull/13
* feature: if pydantic field info has exclude=True, exclude it from the schema by mae5357 in https://github.com/simw/pydantic-to-pyarrow/pull/14
* Update README for dict conversion and exclude_fields by simw in https://github.com/simw/pydantic-to-pyarrow/pull/15
* Update github actions versions, to avoid node deprecation warnings by simw in https://github.com/simw/pydantic-to-pyarrow/pull/16
* Bump version to 0.1.3 by simw in https://github.com/simw/pydantic-to-pyarrow/pull/17
New Contributors
* mae5357 made their first contribution in https://github.com/simw/pydantic-to-pyarrow/pull/13
**Full Changelog**: https://github.com/simw/pydantic-to-pyarrow/compare/v0.1.2...v0.1.3