authzed / authzed-py

Official SpiceDB client library for Python
https://docs.authzed.com/reference/api
Apache License 2.0
33 stars 13 forks source link

Update to protobuf v5 #154

Closed intentionally-left-nil closed 6 months ago

intentionally-left-nil commented 6 months ago

Fixes #113

Per https://protobuf.dev/support/cross-version-runtime-guarantee/,

protobuf needs to be generated, and run on the same major version. The codegen here is using 5.26 (see e.g. this snippet all over the tree)

# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: authzed/api/v1/core.proto
# Protobuf Python Version: 5.26.1

so the runtime dependencies also should match 5.26