From 5f0da4643b6e58312484cccce1ef46e22df5635c Mon Sep 17 00:00:00 2001 From: Mauricio Villegas <5780272+mauvilsa@users.noreply.github.com> Date: Wed, 23 Jul 2025 11:03:57 +0200 Subject: [PATCH] Require new version of docstring-parser to avoid deprecation warnings --- CHANGELOG.rst | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 845fa8a8..e3d9dff7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,6 +11,7 @@ The semantic versioning only considers the public API as described in :ref:`api-ref`. Components not mentioned in :ref:`api-ref` or different import paths are considered internals and can change in minor and patch releases. + v4.40.1 (2025-05-??) -------------------- @@ -25,6 +26,8 @@ Fixed `__). - Fix failing tests due to new version of ``typeshed-client`` (`#740 `__). +- Require new version of ``docstring-parser`` to avoid deprecation warnings + (`#741 `__). v4.40.0 (2025-05-16) diff --git a/pyproject.toml b/pyproject.toml index b05358fd..5e92a567 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ all = [ ] signatures = [ "jsonargparse[typing-extensions]", - "docstring-parser>=0.15", + "docstring-parser>=0.17", "typeshed-client>=2.3.0; python_version == '3.8'", "typeshed-client>=2.8.2; python_version >= '3.9'", ]