Initial version with basic functionality.
What's Changed
* Initial implementation for simple types by simw in https://github.com/simw/pydantic-to-pyarrow/pull/1
* Update README by simw in https://github.com/simw/pydantic-to-pyarrow/pull/2
* Add option to allow timezone aware datetimes losing their timezone in… by simw in https://github.com/simw/pydantic-to-pyarrow/pull/3
* Add decimal type for conversion by simw in https://github.com/simw/pydantic-to-pyarrow/pull/4
* Add further types: nested models, Literal, list by simw in https://github.com/simw/pydantic-to-pyarrow/pull/5
* Add PositiveInt -> uint64 conversion by simw in https://github.com/simw/pydantic-to-pyarrow/pull/6
* Add settings to be able to deploy to PyPI by simw in https://github.com/simw/pydantic-to-pyarrow/pull/7
* Fix build by simw in https://github.com/simw/pydantic-to-pyarrow/pull/8
**Full Changelog**: https://github.com/simw/pydantic-to-pyarrow/commits/v0.1