In the latest (7.16.0) release was implement new template for httpx.
When I install
pip install openapi-generator-cli[jdk4py]
run the command to generate the client
openapi-generator-cli generate -g python-httpx -i ./openapi.json -o ./sdk --skip-validate-spec
get the error
Can't load config class with name 'python-httpx'
Available:
**
python
python-pydantic-v1
python-fastapi
python-flask
python-aiohttp
python-blueplanet
**
[error] Check the spelling of the generator's name and try again.