vapor-ware / synse-server

An HTTP API for monitoring and controlling physical and virtual devices
https://synse.readthedocs.io/en/latest/server/intro/
GNU General Public License v3.0
39 stars 11 forks source link

feat: update grpc dependency to allow device info in reading responses #416

Closed edaniszewski closed 3 years ago

edaniszewski commented 3 years ago

After fighting with dependencies for a bit, I just did a manual edit of the requirements file. This has been tested and works, but the dependency management needs some updates because the test dependencies which get installed alongside prod dependencies have entered a state where the latest versions of various libraries force them out-of-sync, but thats an issue for a different PR.

This updates synse-server with the new grpc updates and updates tests. Verified working with a local build of synse server + plugin.

fixes #415