Skip to content

Commit 0bd3ac1

Browse files
authored
Require new version of docstring-parser to avoid deprecation warnings (#741)
1 parent fe49e23 commit 0bd3ac1

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ The semantic versioning only considers the public API as described in
1111
:ref:`api-ref`. Components not mentioned in :ref:`api-ref` or different import
1212
paths are considered internals and can change in minor and patch releases.
1313

14+
1415
v4.40.1 (2025-05-??)
1516
--------------------
1617

@@ -25,6 +26,8 @@ Fixed
2526
<https://github.com/omni-us/jsonargparse/pull/736>`__).
2627
- Fix failing tests due to new version of ``typeshed-client`` (`#740
2728
<https://github.com/omni-us/jsonargparse/pull/740>`__).
29+
- Require new version of ``docstring-parser`` to avoid deprecation warnings
30+
(`#741 <https://github.com/omni-us/jsonargparse/pull/741>`__).
2831

2932

3033
v4.40.0 (2025-05-16)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ all = [
5151
]
5252
signatures = [
5353
"jsonargparse[typing-extensions]",
54-
"docstring-parser>=0.15",
54+
"docstring-parser>=0.17",
5555
"typeshed-client>=2.3.0; python_version == '3.8'",
5656
"typeshed-client>=2.8.2; python_version >= '3.9'",
5757
]

0 commit comments

Comments
 (0)