File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ Changed
20
20
- ``validate `` now checks values before required so that errors related to wrong
21
21
level in a config are easier to understand (`#681
22
22
<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 >`__).
23
25
24
26
Fixed
25
27
^^^^^
Original file line number Diff line number Diff line change @@ -58,9 +58,8 @@ jsonschema = [
58
58
" jsonschema>=3.2.0" ,
59
59
]
60
60
jsonnet = [
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" ,
64
63
]
65
64
toml = [
66
65
" toml>=0.10.2" ,
You can’t perform that action at this time.
0 commit comments