OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
COMMITS
/ samples/openapi3/client/petstore/python-aiohttp/setup.py February 10, 2026
W
remove coding: utf-8 as thats the default already (#22934)
William Cheng committed
November 27, 2025
W
fix: do not add dependency on urllib3 if not required (#22453)
William Cheng committed
September 10, 2025
P
python: feature flag for lazy imports (#21885)
Pascal Bachor committed
July 16, 2025
P
python: Reinstate lazy imports (#21486)
Pascal Bachor committed
March 23, 2025
Y
Drop python 3.8 support python 3.13 in python generator (#20909)
Youri Westerman committed
March 17, 2025
R
fix: #20826 Update urllib3 requirement for Python generator (#20845)
Robinsstudio committed
December 17, 2024
L
bugfix: generate correct setup.pi when no paths are specified (#20098)
loic-seguin committed
October 3, 2024
P
Harmonize python client dependency versions (#19694)
Pascal Bachor committed
September 18, 2024
M
Improve urllib3 semver flexibility (#19458)
Mike Phillips committed
November 21, 2023
P
Adds basic retries to rest API requests for Python asyncio (#17014)
Pat Buxton committed
October 1, 2023
J
python: remove aenum in favor of stdlib's enum (#16691)
Jonathan Ballet committed
September 28, 2023
J
python: generate Pydantic v2 + typing complete code (#16624)
Jonathan Ballet committed
August 8, 2023
ふ
[python-nextgen] Fix `noqa: E501` position (#16280)
ふぁ committed
June 12, 2023
W
install urllib3 < 2.1.0 (#15810)
William Cheng committed
June 10, 2023
W
add py.typed (#15804)
William Cheng committed
May 16, 2023
W
rename python-nextgen to python (#15504)
William Cheng committed