Closed intentionally-left-nil closed 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
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)
so the runtime dependencies also should match 5.26