Skip to content

[BUG] [Python] Missing new python-httpx template in v7.16.0 #22203

@mike-optifino

Description

@mike-optifino
Description

I'm trying to use the python-httpx template, but I don't see that option in the list of available options.

openapi-generator version
openapi-generator-cli version
7.16.0
Generation Details

not applicable

Steps to reproduce
pip install openapi-generator-cli[jdk4py]

openapi-generator-cli generate -g python-httpx -i ./openapi.json -o ./sdk

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.
Related issues/PRs

I already reported this here, but the guys said it was a problem with the generator itself. They said that the generator doesn't have an implementation of CodegenConfig for python-httpx

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions