We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33b6069 + 2b7c052 commit d29cb0bCopy full SHA for d29cb0b
RELEASE_NOTES.md
@@ -18,3 +18,7 @@
18
19
This bug prevented building the gRPC gateway for the microgrid API.
20
This fix should allow the gRPC gateway builds again.
21
+
22
+* [Bumped `frequenz-api-common` Python dependency](https://github.com/frequenz-floss/frequenz-api-microgrid/pull/67)
23
24
+ The `frequenz-api-common` submodule was bumped in the previous release but the Python package was forgotten.
pyproject.toml
@@ -24,7 +24,7 @@ classifiers = [
]
25
requires-python = ">= 3.11, < 4"
26
dependencies = [
27
- "frequenz-api-common == 0.2.0",
+ "frequenz-api-common == 0.3.0",
28
"googleapis-common-protos >= 1.56.2, < 2",
29
"grpcio >= 1.47.0, < 2",
30
0 commit comments