File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Prance 25.04.08.0
2+ ==================
3+
4+ Compatibility changes
5+ ---------------------
6+
7+ Thank you to Mathis for bringing this forth.
8+
9+ - migrate from jsonschema to referencing for references
10+ - drop unmaintained python 3.8/3.9
11+ - add support + ci for python 3.11/3.12/3.14
12+ - migrate convert from mermade.org.uk to converter.swagger.io
13+ - switch yaml mimetype from the x-yaml form to the official yaml form
14+ - include petstore example data to ease testing without the git subrepo
15+ - explicitly use openapi-spec-validator backends in tests
16+ - drop dependency on setuptools and six
17+
118Prance 23.06.21.0
219==================
320
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>60 " , " wheel" , " setuptools_scm[toml]>8" ]
2+ requires = [" setuptools>65 " , " wheel" , " setuptools_scm[toml]>8" ]
33build-backend = " setuptools.build_meta"
44
55
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ classifiers =
77 Development Status :: 4 - Beta
88 Environment :: Plugins
99 Intended Audience :: Developers
10- License :: OSI Approved :: MIT License
1110 Natural Language :: English
1211 Operating System :: OS Independent
1312 Programming Language :: Python :: 3
You can’t perform that action at this time.
0 commit comments