File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1212paths are considered internals and can change in minor and patch releases.
1313
14+
1415v4.40.1 (2025-05-??)
1516--------------------
1617
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
3033v4.40.0 (2025-05-16)
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ all = [
5151]
5252signatures = [
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]
You can’t perform that action at this time.
0 commit comments