This is a minor release, which allows `python_awair` to be built with `poetry-core` rather than `poetry`. It turns out that `poetry-core` is a PEP517-compliant build backend, and that means other PEP517-compliant frontends can build the project easily. Practically speaking, that means you won't have to install `poetry` to build the project, just `poetry-core`. This allows `python_awair` to be more easily integrated into other systems. Thanks, fabaff ! 🎉
We also have a version bump of `aiohttp` for the sphinx docs, which I doubt is interesting to anyone.
Otherwise- there is no new functionality in this release!