Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/python/library/requirements/requirements_http.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Loading