- DwdBioWeatherAPI
- DwdPollenFlightAPI
- Update minimum required Python version to 3.11
- Remove usage of ciso8601
- Update minimum required versions for requests and urllib3
- Remove query for unavailable layer dwd:Warnungen_See
- Add timeout to request.get()
- Update urllib3 requirement
- Add option to use a GPS location for the object creation that's used to retrieve the warncell ID
- Revert changes done in 1.0.4
- Warncell ID handling due to changes in DWD api
- Urgency attribute added to warning dictionary
- Divison criteria between current and expected warnings changed from time to urgency attribute
- Input validation
- Flake8 and pydocstyle conformity
- DwdWeatherWarningsAPI: Exception handling when input data is None
- README.md: Typo
- DwdWeatherWarningsAPI