openfga / api

Protocol Buffers used by OpenFGA
Apache License 2.0
18 stars 10 forks source link

chore(deps): downgrade grpc-gateway until we can migrate deprecated #168

Closed jon-whit closed 3 months ago

jon-whit commented 3 months ago

Description

The new version of grpc-gateway introduces some linter concerns with deprecation notices whose changes incur some non-standard replacements. This PR reverts to v2.19.1 of grpc-gateway until we can address that deprecation notice properly.

References

https://github.com/openfga/openfga/pull/1642

Review Checklist