In your requirements.txt, you have:
setuptools==78.1.1
grpcio==1.67.1
grpcio-tools==1.67.1
websockets==15.0.1
These package versions are pinned to specific versions, making it difficult to use other SDKs in a project with the nvidia-riva-client package.
This issue is a request to relax the requirements, ideally up to the next major version for grpcio* and websockets and
setuptools==78.1.1
grpcio>=1.67.1,<2
grpcio-tools>=1.67.1,<2
websockets>=15.0.1,<16