grpc_requests icon indicating copy to clipboard operation
grpc_requests copied to clipboard

Latest release missing change to remove click

Open jkwayf opened this issue 3 years ago • 4 comments

Somehow the latest release does not have the change to remove click: https://github.com/spaceone-dev/grpc_requests/compare/v0.1.1...master

jkwayf avatar Jun 23 '22 23:06 jkwayf

I think this is fixed - just needs a new release here: https://pypi.org/project/grpc-requests/

jkwayf avatar Jul 13 '22 21:07 jkwayf

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.

wesky93 avatar Jul 14 '22 03:07 wesky93

@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.

wesky93 avatar Jul 14 '22 15:07 wesky93

Thanks for the update! I will let you know if I see any issues - thanks!

jkwayf avatar Jul 14 '22 16:07 jkwayf