Added
- `UrlParamType` can now be directly imported. It allows users to customize the validation of urls
passed to their custom CLI.
Changed
- The signature of `UrlParamType` bas been changed to match the changes made in the `validators.url` function.
- The signature of `EmailParamType` bas been changed to match the changes made in the `validators.email` function.
Deprecated
- `PUBLIC_URL` type is now deprecated and will be removed in a next release.
- `PublicUrlListParamType` class is now deprecated and will be removed in a next release.
Removed
- Dropped support for python 3.7
Security
- Upgrade `validators` dependency to 0.22.0 to prevent [CVE-2023-45813](https://nvd.nist.gov/vuln/detail/CVE-2023-45813).