From b876ff5d7ad326e100abeb60d57aae143150852b Mon Sep 17 00:00:00 2001 From: Yingge He Date: Thu, 16 Apr 2026 18:49:16 -0700 Subject: [PATCH] Downgrade greenlet version --- 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