File tree 3 files changed +18
-2
lines changed
3 files changed +18
-2
lines changed 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
+
1
18
Prance 23.06.21.0
2
19
==================
3
20
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" setuptools>60 " , " wheel" , " setuptools_scm[toml]>8" ]
2
+ requires = [" setuptools>65 " , " wheel" , " setuptools_scm[toml]>8" ]
3
3
build-backend = " setuptools.build_meta"
4
4
5
5
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ classifiers =
7
7
Development Status :: 4 - Beta
8
8
Environment :: Plugins
9
9
Intended Audience :: Developers
10
- License :: OSI Approved :: MIT License
11
10
Natural Language :: English
12
11
Operating System :: OS Independent
13
12
Programming Language :: Python :: 3
You can’t perform that action at this time.
0 commit comments