From 70e7ed841d1ab498b51e842a43157432cb752a97 Mon Sep 17 00:00:00 2001 From: Taneem Ibrahim Date: Mon, 14 Apr 2025 22:06:03 -0500 Subject: [PATCH] [BugFix]: Update minimum `pyzmq` version (#16549) Signed-off-by: Taneem Ibrahim Co-authored-by: mgoin --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index 32745a10..4df32460 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -26,7 +26,7 @@ xgrammar == 0.1.18; platform_machine == "x86_64" or platform_machine == "aarch64 typing_extensions >= 4.10 filelock >= 3.16.1 # need to contain https://github.com/tox-dev/filelock/pull/317 partial-json-parser # used for parsing partial JSON outputs -pyzmq +pyzmq >= 25.0.0 msgspec gguf >= 0.13.0 importlib_metadata