-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge v0.17.1 into v0.x.x #256
Conversation
Signed-off-by: Leandro Lucarella <[email protected]>
This is to make sure we pull a fix for the `protobuf` and `grpcio` versions used to generate the python files. Signed-off-by: Leandro Lucarella <[email protected]>
Signed-off-by: Leandro Lucarella <[email protected]>
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: https://protobuf.dev/support/cross-version-runtime-guarantee/ Signed-off-by: Leandro Lucarella <[email protected]>
This is to avoid an issue with some outdated `griffe` imports. While upgrading the dependency we need to remove the `custom_templates` option that we don't use, as it was previously ignored but now the plugin checks if the directory exists and fails if it doesn't. Signed-off-by: Leandro Lucarella <[email protected]>
* tag 'v0.17.1': Bump mkdocstrings dependencies Pin grpc related dependencies Reformat `pyproject.toml` using taplo Bump frequenz-api-common from 0.6.1 to 0.6.2 Clear release notes Signed-off-by: Leandro Lucarella <[email protected]>
aa83d4f
to
bad43dd
Compare
Why was the v0.17.x branch created? It could all have been done on v0.x.x. |
As said on Slack only as an oversight and following the default behavior that |
As mentioned on slack, we can take this in, and immediately follw with breaking changes. |
pyproject.toml
using taplo