File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ Changed
2020- ``validate `` now checks values before required so that errors related to wrong
2121 level in a config are easier to understand (`#681
2222 <https://github.com/omni-us/jsonargparse/pull/681> `__).
23+ - Use latest jsonnet release that works on all platforms and python versions
24+ (`#682 <https://github.com/omni-us/jsonargparse/pull/682 >`__).
2325
2426Fixed
2527^^^^^
Original file line number Diff line number Diff line change @@ -58,9 +58,8 @@ 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",
62+ " jsonnet @ https://github.com/google/jsonnet/zipball/1ffcd4dd1eca31506d700bb9bc0ac5559edda321" ,
6463]
6564toml = [
6665 " toml>=0.10.2" ,
You can’t perform that action at this time.
0 commit comments