This is mostly prepping for SpiceDB 1.38 and to unblock other work on zed that I wanted to do with a local copy of the most recent version of SpiceDB. The changes that we pushed through to the core structs needed to be reflected in their usages on the zed side.
Note
I think this should be safe to merge even before the 1.38 changes go out, since the SpiceDB internals imported here are mostly used for schema validation and manipulation.
Changes
Pick up most recent version of authzed-go for API changes in SpiceDB
Pick up most recent version of SpiceDB for internal struct changes
Description
This is mostly prepping for SpiceDB 1.38 and to unblock other work on zed that I wanted to do with a local copy of the most recent version of SpiceDB. The changes that we pushed through to the core structs needed to be reflected in their usages on the zed side.
Note
I think this should be safe to merge even before the 1.38 changes go out, since the SpiceDB internals imported here are mostly used for schema validation and manipulation.
Changes
Testing
Review. See that things go green.