commit 8b391dec0299c3e35aa0903441bbd9742c4603f9
parent a6a0f8a2ed82ad78699125c7b0ca379514d60837
Author: Julien Cristau <jcristau@mozilla.com>
Date: Tue, 25 Nov 2025 14:12:42 +0000
Bug 2002212 - relax versioned pins of orjson and psutil libraries. r=mach-reviewers,ahal
Differential Revision: https://phabricator.services.mozilla.com/D273976
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/python/sites/mach.txt b/python/sites/mach.txt
@@ -58,11 +58,11 @@ pth:xpcom/idl-parser
# glean-sdk may not be installable if a wheel isn't available
# and it has to be built from source.
pypi-optional:glean-sdk==66.1.1:telemetry will not be collected
-pypi-optional:orjson>=3.10.15:json operations will be slower in various tools
+pypi-optional:orjson>=3.10:json operations will be slower in various tools
# Mach gracefully handles the case where `psutil` is unavailable.
# We aren't (yet) able to pin packages in automation, so we have to
# support down to the oldest locally-installed version (5.4.2).
-pypi-optional:psutil>=5.4.2,<=5.9.4:telemetry will be missing some data
+pypi-optional:psutil>=5.4.2:telemetry will be missing some data
pypi-optional:zstandard>=0.11.1,<=0.24.0:zstd archives will not be possible to extract
vendored-fallback:pyyaml:third_party/python/pyyaml/lib/:faster native loading is disabled
vendored:third_party/python/ansicon