From f7951ac3cf1fb984f5cef66179d0f63c57e8adf9 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sat, 9 Mar 2024 08:23:46 -0600 Subject: [PATCH] docs(CHANGES): Note version constraints --- CHANGES | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGES b/CHANGES index aa39958..1bc848e 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,19 @@ $ pip install --user --upgrade --pre gp-libs - _Add your latest changes from PRs here_ +### Breaking changes + +#### Version constranits + +To lift the development burden of supporting legacy APIs, as this package is +lightly used, minimum constraints have been pinned: + +- docutils: 0.20.1+ +- myst-parser: 2.0.0+ + +If you have even passing interested in supporting legacy versions, file and +issue on the tracker. + ### Development - poetry: 1.7.1 -> 1.8.1