From 13278f0c3f681e16ea3e6f80dffdefd743f19141 Mon Sep 17 00:00:00 2001 From: Yingge He <157551214+yinggeh@users.noreply.github.com> Date: Fri, 17 Apr 2026 04:10:00 -0700 Subject: [PATCH] ci: Downgrade Python package greenlet version (#889) --- src/python/library/requirements/requirements_http.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/python/library/requirements/requirements_http.txt b/src/python/library/requirements/requirements_http.txt index bd112a8c5..76bb50df6 100644 --- a/src/python/library/requirements/requirements_http.txt +++ b/src/python/library/requirements/requirements_http.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2020-2024, NVIDIA CORPORATION. All rights reserved. +# Copyright (c) 2020-2026, NVIDIA CORPORATION. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -26,5 +26,6 @@ aiohttp>=3.8.1,<4.0.0 geventhttpclient>=2.3.3 +greenlet<3.4.0 # [TRI-964] downgraded to avoid segfault in http client teardown numpy>=1.19.1 python-rapidjson>=0.9.1