mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-10-14 00:13:50 +00:00
* [python] fix #19255 add async httpx support * update docs * 1. "async" parameter for templates 2. hand written tests for python-httpx 3. CI workflow updated * fix mypy
8 lines
148 B
Plaintext
8 lines
148 B
Plaintext
urllib3 >= 2.1.0, < 3.0.0
|
|
python_dateutil >= 2.8.2
|
|
httpx = ">= 0.28.1"
|
|
pem >= 19.3.0
|
|
pycryptodome >= 3.9.0
|
|
pydantic >= 2
|
|
typing-extensions >= 4.7.1
|