From 2f998904871257fc02049f6a4ef335afda4bab19 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 13 Mar 2026 13:12:14 +0100 Subject: [PATCH] jsonargparse: pull from pypi, fixes #9460 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6fe9b09b1..edd8f71d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "shtab>=1.8.0", "backports-zstd; python_version < '3.14'", # for python < 3.14. "xxhash>=2.0.0", - "jsonargparse @ https://github.com/omni-us/jsonargparse/zipball/main", # pull it from there until it is on pypi + "jsonargparse>=4.47.0", "PyYAML>=6.0.2", # we need to register our types with yaml, jsonargparse uses yaml for config files ]