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'", ]