build
twine
black
ruff
isort
mypy
# pinning the version here because its a core dependency
# 7.15 introduced lazy imports which are broken due to missing imports and also have some other issues, so we pin to 7.14
# see https://github.com/OpenAPITools/openapi-generator/pull/21486/
openapi-generator-cli==7.14.0
python-semantic-release==9.21.0
# openapi-generator-cli[jdk4py] # use jdk4py instead of java binary
pre-commit
