Files
codegenerator/requirements.txt
Artem Goncharov 107eff989d Replace openapi-core deprecated interface
openapi-core==0.23.0 dropped deprecated interface breaking us. The
change itself is small, but not backwards compatible and uncovers quite
some issues.

relates-to: https://review.opendev.org/c/openstack/manila/+/982081
relates-to: https://review.opendev.org/c/openstack/cinder/+/982079
Closes-Bug: #2145963
Change-Id: Ifcf90af5bfbeebca3a8728a71b30b09d6cd4ede5
Signed-off-by: Artem Goncharov <artem.goncharov@gmail.com>
2026-03-30 16:44:14 +02:00

20 lines
498 B
Plaintext

Jinja2>=3.0 # BSD
jsonref>=1.0 # MIT
openapi_core>=0.19.0 # BSD
pydantic>=2.6 # MIT
ruamel.yaml>=0.18 # MIT
jsonschema>=4.19 # MIT
beautifulsoup4>=4.0 # MIT
# convert html into markdown
markdownify>=0.11 # MIT
# wrap markdown when rendering
mdformat>=0.7 # MIT
# Get sphinx docstrings from source code
sphinx>=2.0.0,!=2.1.0 # BSD
# Convert rst docstrings to html (openapi)
docutils>=0.20 # MIT
wsgi-intercept>=1.13 # MIT
wsme>=0.12 # MIT
oslotest>=5.0.0 # Apache-2.0
openstacksdk>=2.0 # Apache-2.0