miott
miott
- [origin](https://github.com/openconfig/reference/blob/master/rpc/gnmi/gnmi-specification.md#222-paths) - a field which MAY be used to disambiguate the path if necessary. For example, the origin may be used to indicate which organization defined the schema to...
#110 release 23.11 was created. I assume that a yang.connector-23.11.whl file was supposed to be uploaded to pypi.org. #107 adding some conditional imports was committed 3 weeks prior to #110....
Connection code did not find the certificate chain file and assigned python None to Client class which led to this error in grpc/_channel.py. ``` (Pdb) n > /Users/miott/ysuite/install/yangsuite/venv/lib/python3.7/site-packages/grpc/_channel.py(1352)__init__() -> _common.encode(target),...
Let's pin grpcio to a specific version in setup.py. We can monitor it for important fixes or new features and then upgrade after analysis of backward compatibility and stability.