Skip to content

Commit dbc6398

Browse files
authored
Use latest jsonnet release that works on all platforms and python versions (#682)
1 parent eeae10f commit dbc6398

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ Fixed
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+
2631
Deprecated
2732
^^^^^^^^^^
2833
- ``LoggerProperty`` is deprecated and will be removed in v5.0.0. There is no

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ 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",
6462
]
6563
toml = [
6664
"toml>=0.10.2",

0 commit comments

Comments
 (0)