authzed-py
authzed-py copied to clipboard
Official SpiceDB client library for Python
Results
22
authzed-py issues
Sort by
recently updated
recently updated
newest added
When using the InsecureClient it does not correctly create async channel. After establishing a channel with fake_credentials the following code defaults to using a sync connection: `insecure_channel = grpc.insecure_channel(target, options,...
You can see an example in the test failure in #247. Python 3.13 changes how `locals()` works, which means there's an unresolved name issue. `protoc-gen-validate` is in maintenance mode and...