- remove all `is_flag` options, since they conflict with `cock` library getting options from file - `net.http.server`: `healthcheck` endpoint is disabled by default
0.3.2
- add default to `is_flag=True` options to allow it in `get_options_defaults` result - add option to disable healthcheck endpoint in `net.http.server`
0.3.1
- fix `importlib.resources` deprication warning
0.3.0
- add top-level imports from 3rd party libraries
0.2.0
- target python version changed to `>= 3.11` - log/loguru: fix `InterceptHandler` for python 3.11 - dev: use `ruff` linter instead of `flake8`
0.1.3
- net.http.server: add new fastapi feature to use type annotation instead of a `response_model` argument - ci: add python 3.11