Latest release missing change to remove click
Somehow the latest release does not have the change to remove click: https://github.com/spaceone-dev/grpc_requests/compare/v0.1.1...master
I think this is fixed - just needs a new release here: https://pypi.org/project/grpc-requests/
Originally, I tried to deploy it right away, but the test is failing to see if the specification has changed in the latest version of grpcio. However, since the previous test was successful, it will be distributed today for users of the previous version. In the future, I will limit the grpc version or resolve compatibility issues until it is properly supported and release additional releases.
@jkwayf I make new release!! However, I temporarily skipped the test step for the new release. I think something has changed since the stub creation method has changed. I tried to identify the version as much as possible, but the same issue occurred even if I went down to the old version. Therefore, we had to take measures to prevent pre-deployment testing for pre-condensing users. If I have time soon, I think I need to modify it to work well in the latest version. If there is a problem with the latest version, I would appreciate it if you could create an issue.
Thanks for the update! I will let you know if I see any issues - thanks!