All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Dropped support for py3.7
- Removed unnecessary dependency
"typing_extensions;python_version<'3.8'"
- Reverted the use of the new Union type hint (|) unsupported in py3.8 to old
Union[]
syntax [issue#1;issue#2]
Initial release