File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2323 being an entire required dataclass (`#717
2424 <https://github.com/omni-us/jsonargparse/pull/717> `__).
2525
26+ Changed
27+ ^^^^^^^
28+ - Use latest jsonnet release that works on all platforms and python versions
29+ (`#682 <https://github.com/omni-us/jsonargparse/pull/682 >`__).
30+
2631Deprecated
2732^^^^^^^^^^
2833- ``LoggerProperty `` is deprecated and will be removed in v5.0.0. There is no
Original file line number Diff line number Diff line change @@ -58,9 +58,7 @@ jsonschema = [
5858 " jsonschema>=3.2.0" ,
5959]
6060jsonnet = [
61- " jsonnet>=0.13.0; os_name == 'posix' and python_version < '3.13'" ,
62- " jsonnet-binary>=0.17.0; os_name != 'posix' and python_version < '3.13'" ,
63- " jsonnet-sdist==2024.6.23; python_version == '3.13'" ,
61+ " jsonnet>=0.21.0" ,
6462]
6563toml = [
6664 " toml>=0.10.2" ,
You can’t perform that action at this time.
0 commit comments