We can't use wide dependencies because otherwise when building the wheel, the latest version is used, but the generate code should use the minimum supported version for the generation, not the latest one. See: protobuf.dev/support/cross-version-runtime-guarantee
We also need to update the frequenz-api-common dependency to get the fix for the grpcio version too.
We can't use wide dependencies because otherwise when building the wheel, the latest version is used, but the generate code should use the minimum supported version for the generation, not the latest one. See: protobuf.dev/support/cross-version-runtime-guarantee
We also need to update the
frequenz-api-common
dependency to get the fix for thegrpcio
version too.