Skip to content

Commit

Permalink
build: Bump tritonclient deps to grpcio>=1.63.0 and protobuf>=5.26.1,…
Browse files Browse the repository at this point in the history
…<6 (#788)

* Bump tritonclient grpcio dep

* Update src/python/library/requirements/requirements_grpc.txt

Co-authored-by: Jacky <[email protected]>

* pre-commit fix

---------

Co-authored-by: Jacky <[email protected]>
  • Loading branch information
tonyay163 and kthui authored Oct 12, 2024
1 parent b22b986 commit 85d4471
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/python/library/requirements/requirements_grpc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,8 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

# There is memory leak in later Python GRPC (1.43.0 to be specific),
# use known working version until the memory leak is resolved in the future
# (see https://github.com/grpc/grpc/issues/28513)
grpcio>=1.41.0
grpcio>=1.63.0
numpy>=1.19.1,<2
packaging>=14.1
protobuf>=3.5.0,<5
protobuf>=5.26.1,<6.0dev
python-rapidjson>=0.9.1

0 comments on commit 85d4471

Please sign in to comment.