Skip to content

Commit 141dc5e

Browse files
Merge pull request #163 from RonnyPfannschmidt/release
prepare release 2025.04.08.0
2 parents 7b3f063 + fdd9d38 commit 141dc5e

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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+
118
Prance 23.06.21.0
219
==================
320

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>60", "wheel", "setuptools_scm[toml]>8"]
2+
requires = ["setuptools>65", "wheel", "setuptools_scm[toml]>8"]
33
build-backend = "setuptools.build_meta"
44

55

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)