Skip to content

Commit 01f0bc4

Browse files
committed
Use latest jsonnet release that works on all platforms and python versions
1 parent bf782ce commit 01f0bc4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.rst

+2
Original file line numberDiff line numberDiff 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

2426
Fixed
2527
^^^^^

pyproject.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,8 @@ jsonschema = [
5858
"jsonschema>=3.2.0",
5959
]
6060
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",
6463
]
6564
toml = [
6665
"toml>=0.10.2",

0 commit comments

Comments
 (0)